Some platforms don't even have libxml++ version defines.
[libcxml.git] / src /
2024-03-23 Carl HetheringtonSome platforms don't even have libxml++ version defines. master v0.17.9
2024-03-23 Carl HetheringtonSome platforms don't include libxml++config.h automatic...
2024-03-19 Carl HetheringtonOptionally (with --c++17) use libxml++-4.0 and C++17.
2024-02-21 Carl HetheringtonAdd ns_prefix parameter to add_child().
2024-02-06 Carl HetheringtonAdd cxml::add_child() and cxml::add_text_child(). v0.17.7
2024-02-06 Carl HetheringtonCleanup: header sorting.
2023-12-22 Carl HetheringtonAdd Node::is_text(). v0.17.6
2023-07-02 Carl HetheringtonCleanup: use some make_shared.
2023-07-02 Carl HetheringtonCleanup: missing explicit.
2023-07-02 Carl HetheringtonAdd check to avoid crash when the API is misused.
2022-01-16 Carl HetheringtonMerge pull request #3 from lukegb/fix-includes
2022-01-16 Luke Granger-BrownFix includes for cxml.h.
2021-10-23 Carl HetheringtonC++11 tidying.
2021-10-23 Carl HetheringtonDelete Document copy constructor.
2021-05-11 Carl HetheringtonUse noexcept and override. v0.17.1
2021-01-18 Carl HetheringtonTweak C++ > > to >> for C++11.
2021-01-08 Carl HetheringtonUse return {}. v0.17.0
2021-01-08 Carl HetheringtonUse std::vector instead of std::list.
2021-01-08 Carl HetheringtonUse auto.
2020-12-20 Carl Hetheringtonstd::shared_ptr
2020-07-27 Carl HetheringtonFix unused variable warning.
2020-01-13 cahAdd some new conversions.
2019-03-26 Carl HetheringtonMissing #include.
2019-03-23 Carl HetheringtonAdd string -> long long conversion for OS X.
2019-03-22 Carl HetheringtonAdd another conversion.
2019-03-19 Carl HetheringtonAdd some more conversions.
2019-03-12 Carl HetheringtonRemove locked_sstream dependency.
2018-11-15 Carl HetheringtonUse exceptions to report calls to Node with _node ...
2018-06-09 Carl HetheringtonFix comment.
2018-04-22 Carl HetheringtonMake Node::content ignore comments and CDATA.
2017-05-24 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2017-05-24 Carl HetheringtonAdd node_children() method.
2016-10-31 Carl HetheringtonMore proper checking for locked_sstream.
2016-07-22 Carl HetheringtonFix GPL boilerplate. Add locked_sstream dependency...
2016-01-13 Carl HetheringtonAllow True in bool_child.
2015-10-10 Carl HetheringtonMissing include.
2015-10-09 Carl HetheringtonRemove thought-pointless use of Glib::ustring.
2015-10-01 Carl HetheringtonFix build on Debian unstable.
2015-01-12 Carl HetheringtonFormatting fix.
2015-01-12 Carl HetheringtonBetter error.
2015-01-09 Carl HetheringtonBetter error.
2014-10-14 Carl HetheringtonImprove error message.
2014-08-18 Carl HetheringtonSet soname to API version.
2014-07-21 Carl HetheringtonAnother try at the OS X build fix.
2014-07-21 Carl HetheringtonAttempt to fix OS X build failure.
2014-07-20 Carl HetheringtonAdd Document::read_string().
2014-07-14 Carl HetheringtonPython coding style.
2014-07-08 Carl HetheringtonAdd the ability to find the root node name of some...
2014-05-16 Carl HetheringtonAdd ConstNodePtr.
2014-05-11 Carl HetheringtonThinko.
2014-05-11 Carl HetheringtonRemove include.
2014-05-11 Carl HetheringtonRemove use of boost::lexical_cast as it appears to...
2014-03-19 Carl HetheringtonAdd new Document constructor.
2013-11-19 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-11-19 Carl HetheringtonAdd helpful typedef.
2013-09-29 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-09-29 Carl HetheringtonRevert 3b6dd4db.
2013-09-25 Carl HetheringtonUse xpath for node_children.
2013-09-24 Carl HetheringtonProvide node pointer accessor.
2013-09-04 Carl HetheringtonAdd namespace_uri method.
2013-08-29 Carl HetheringtonMerge master.
2013-08-29 Carl HetheringtonMissing include.
2013-08-29 Carl HetheringtonFile -> Document and allow use of streams.
2013-08-25 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-08-25 Carl HetheringtonAdd ::namespace_prefix method.
2013-04-24 Carl HetheringtonMerge.
2013-04-11 Carl HetheringtonEnable static build.
2013-04-02 Carl HetheringtonRename a few bits.
2013-03-30 Carl HetheringtonVarious bits of development.
2013-01-13 Carl HetheringtonInitial.