Skip to content

Header only file and workflow update #1023

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

KalanaRatnayake
Copy link

  • Combined "tinyxml2.cpp" and "tinyxml2.h" into "tinyxml2.hpp" which is a header only file for easier integration into ROS projects. Merging is done by copying the content directly and merging the namespaces. Changes are kept minimum (more optimizations can be done but not performed) due to easier future maintenance.
  • Updated and formatted the Makefile to include additional test "xmltest2.cpp" that testes the new header file
  • Updated CMakeLists.txt to include additional test "xmltest2.cpp"
  • Updated ReadMe.md to include info about new file
  • Updated workflow by removing ubuntu 20.04 because github have removed the runners
  • Updated workflow by adding ubuntu 22.04 and 24.04 because github have added the runners
  • Verified new file passes all the tests (makefile based, cmakelists.txt based and gitworkflow based)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant