summaryrefslogtreecommitdiff
path: root/src/cxml.cc
AgeCommit message (Expand)Author
2023-12-22Add Node::is_text().v0.17.6Carl Hetherington
2023-07-02Cleanup: use some make_shared.Carl Hetherington
2023-07-02Add check to avoid crash when the API is misused.Carl Hetherington
2021-10-24C++11 tidying.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-01-13Add some new conversions.cah
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-19Add some more conversions.Carl Hetherington
2019-03-12Remove locked_sstream dependency.Carl Hetherington
2018-11-15Use exceptions to report calls to Node with _node == 0.Carl Hetherington
2018-04-22Make Node::content ignore comments and CDATA.Carl Hetherington
2017-05-24Add node_children() method.Carl Hetherington
2016-07-22Fix GPL boilerplate. Add locked_sstream dependency. RemoveCarl Hetherington
2016-01-13Allow True in bool_child.Carl Hetherington
2015-10-01Fix build on Debian unstable.Carl Hetherington
2015-01-12Formatting fix.Carl Hetherington
2015-01-12Better error.Carl Hetherington
2015-01-09Better error.Carl Hetherington
2014-10-15Improve error message.Carl Hetherington
2014-07-20Add Document::read_string().Carl Hetherington
2014-07-08Add the ability to find the root node name of some XML.Carl Hetherington
2014-05-12Remove include.Carl Hetherington
2014-05-12Remove use of boost::lexical_cast as it appears to be difficult toCarl Hetherington
2014-03-19Add new Document constructor.Carl Hetherington
2013-09-29Revert 3b6dd4db.Carl Hetherington
2013-09-26Use xpath for node_children.Carl Hetherington
2013-09-24Provide node pointer accessor.Carl Hetherington
2013-09-04Add namespace_uri method.Carl Hetherington
2013-08-29Merge master.Carl Hetherington
2013-08-29File -> Document and allow use of streams.Carl Hetherington
2013-08-25Add ::namespace_prefix method.Carl Hetherington
2013-03-30Various bits of development.Carl Hetherington
2013-01-13Initial.Carl Hetherington