aboutsummaryrefslogtreecommitdiff
path: root/cutl/xml
AgeCommit message (Expand)AuthorFilesLines
2021-02-24Get rid of legacy build systems and rename cutl/ to libcutl/Karen Arutyunov13-2118/+0
2020-02-13Drop copyright notice from source codeKaren Arutyunov13-13/+0
2019-01-16Update copyright yearKaren Arutyunov13-13/+13
2018-05-24Update copyright yearKaren Arutyunov13-13/+13
2017-01-03Update copyright yearBoris Kolpackov13-13/+13
2014-10-29Add xml::value_traits specialization for std::stringBoris Kolpackov1-0/+16
2014-07-08Updates to build systemBoris Kolpackov1-1/+1
2013-03-28Add direct access to attribute map in XML parserxmlBoris Kolpackov4-18/+38
2013-03-27Add attribute_present() function to XML parserBoris Kolpackov3-0/+33
2013-03-15Make attribute map valid throughout at "element level"Boris Kolpackov3-108/+215
2013-03-15Add support for returning XML attributes as mapBoris Kolpackov9-32/+283
2013-03-14Add next_expect() functions to XML parserBoris Kolpackov3-22/+90
2013-03-14Add convenience constructors to XML parsing and serialization exceptionsBoris Kolpackov4-18/+72
2013-03-14Add support for peeking and getting current event in XML parserBoris Kolpackov2-12/+43
2013-03-13Add support for XML serializing values other than std::stringBoris Kolpackov5-12/+130
2013-03-08Add support for XML parsing and serializationBoris Kolpackov8-0/+1433