Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-28 | [tools/depends][target] tinyxml2 fix makefile rule to not always rebuild | fuzzard | |
2023-08-09 | Implement TinyXML2 to replace TinyXML1 | fuzzard | |
cmake: add FindTinyXML2 find module cmake: enable building tinyxml2 for all platforms (ENABLE_INTERNAL_TINYXML2) tests: Tests for XBMCTinyXML2 implementation tests: Tests for XMLUtils for the tinyxml2 methods utils: implement TinyXML2 methods for XMLUtils Currently tinyxml2 and 1 can coexist peacefully. This will allow a staged replacement and to hopefully update and implement tests appropriately. |