summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-20Install static library in the right place.fixlibdirCarl Hetherington
2024-03-23Some platforms don't even have libxml++ version defines.v0.17.9Carl Hetherington
2024-03-23Some platforms don't include libxml++config.h automatically.Carl Hetherington
2024-03-19Use C++17 when the c++17 option is passed in.v0.17.8Carl Hetherington
2024-03-19Optionally (with --c++17) use libxml++-4.0 and C++17.Carl Hetherington
2024-02-22Add ns_prefix parameter to add_child().Carl Hetherington
2024-02-07Add cxml::add_child() and cxml::add_text_child().v0.17.7Carl Hetherington
2024-02-07Cleanup: header sorting.Carl Hetherington
2023-12-22Add Node::is_text().v0.17.6Carl Hetherington
2023-07-02Cleanup: use some make_shared.Carl Hetherington
2023-07-02Cleanup: missing explicit.Carl Hetherington
2023-07-02Add check to avoid crash when the API is misused.Carl Hetherington
2022-12-05Fix formatting of versions in .pc files (they were being written as b'0.1.2')v0.17.5Carl Hetherington
2022-09-19Bump waf for Python 3.10 compatibility.v0.17.4python310cah
2022-02-24Add -x32/-x64 suffix to boost libraries when building for Windows.v0.17.3win32-crashCarl Hetherington
2022-01-16Merge pull request #3 from lukegb/fix-includesCarl Hetherington
2022-01-16Fix includes for cxml.h.Luke Granger-Brown
2021-10-24C++11 tidying.Carl Hetherington
2021-10-24Delete Document copy constructor.Carl Hetherington
2021-10-03Remove old configure option from README.v0.17.2Carl Hetherington
2021-10-03Fix README thinko.Carl Hetherington
2021-05-12Use noexcept and override.v0.17.1Carl Hetherington
2021-05-12Add .ccls-cache.Carl Hetherington
2021-01-18Tweak C++ > > to >> for C++11.Carl Hetherington
2021-01-08Use return {}.v0.17.0Carl Hetherington
2021-01-08Use std::vector instead of std::list.Carl Hetherington
2021-01-08Use auto.Carl Hetherington
2020-12-20std::shared_ptrCarl Hetherington
2020-07-28Tweak .gitignore.Carl Hetherington
2020-07-27Fix unused variable warning.Carl Hetherington
2020-04-02Fix typo in option_defaults.Carl Hetherington
2020-04-02Tidy up C++11 flag setup.Carl Hetherington
2020-01-13Add some new conversions.cah
2020-01-13Fix test module name.cah
2019-07-19Tweak README formatting.Carl Hetherington
2019-07-18Merge pull request #1 from tschiemer/masterCarl Hetherington
2019-07-18extended READMEphilip
2019-03-26Missing #include.Carl Hetherington
2019-03-23Add string -> long long conversion for OS X.Carl Hetherington
2019-03-22Add another conversion.Carl Hetherington
2019-03-22Remove locked_sstream from pkg-config file.Carl Hetherington
2019-03-19Add some more conversions.Carl Hetherington
2019-03-12Remove locked_sstream dependency.Carl Hetherington
2019-03-12Fix python string encoding in wscript.v0.16.1Carl Hetherington
2019-01-17Update waf.v0.16.0v0.15.6Carl Hetherington
2019-01-17Bump locked_sstream for waf update.Carl Hetherington
2018-11-15Use exceptions to report calls to Node with _node == 0.Carl Hetherington
2018-09-10Update waf to 2.0.11.Carl Hetherington
2018-09-10Switch to no-version-commit.Carl Hetherington
2018-09-10Bump locked_sstream.Carl Hetherington