sailfish-keyboard / presage

Fork of Presage (http://presage.sourceforge.net/)
GNU General Public License v2.0
6 stars 10 forks source link

Switch over to TinyXML2 #44

Closed rinigus closed 3 months ago

rinigus commented 3 months ago

TinyXML part was used for configuration only. Here, I ported it to TinyXML2 - current version of the lib.

In addition, I revised CppUnit test configuration making it simpler. Reason was simple, detection with the current version of CppUnit was not working with older scripts and it was easier to replace with PKGCONFIG option. Also, XML file provided with the test was not loading correctly - simplified that as well. Now all tests pass.

Maybe someone could review this before merging? Based on recent interest: @tpikonen or @KonstantinRitt

KonstantinRitt commented 3 months ago

looks good to me

rinigus commented 3 months ago

Thanks!