-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade from tinyxml to tinyxml2 #186
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9fd9cf6 - Browse repository at this point
Copy the full SHA 9fd9cf6View commit details -
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 06a18de - Browse repository at this point
Copy the full SHA 06a18deView commit details -
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2f45917 - Browse repository at this point
Copy the full SHA 2f45917View commit details -
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f2a2ce5 - Browse repository at this point
Copy the full SHA f2a2ce5View commit details -
Add in FindTinyXML2 for systems that don't have it.
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2383a0a - Browse repository at this point
Copy the full SHA 2383a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a68d9a8 - Browse repository at this point
Copy the full SHA a68d9a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bef2860 - Browse repository at this point
Copy the full SHA bef2860View commit details -
Replace InsertNewChildElement with GetDocument()->NewElement.
The former doesn't exist in older TinyXML2, and is just a convenience function anyway. Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a448c63 - Browse repository at this point
Copy the full SHA a448c63View commit details -
Remove another use of using tinyxml2.
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 713e457 - Browse repository at this point
Copy the full SHA 713e457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c58e3f - Browse repository at this point
Copy the full SHA 2c58e3fView commit details -
Fix generation of CMake config files.
Use the provided CMake primitives for this, which should make it work in all situations. Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b592bbd - Browse repository at this point
Copy the full SHA b592bbdView commit details
Commits on Nov 30, 2023
-
Install the FindTinyXML2.cmake file.
This is so downstream projects can always find it. Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0e61d1f - Browse repository at this point
Copy the full SHA 0e61d1fView commit details
Commits on Dec 1, 2023
-
Backup and restore the CMAKE_MODULE_PATH.
So we don't permanently manipulate it. Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 23ea44e - Browse repository at this point
Copy the full SHA 23ea44eView commit details