aboutsummaryrefslogtreecommitdiff
path: root/tests/parser/driver.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-10-14Fortify tests against NDEBUGKaren Arutyunov1-5/+3
2020-02-13Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-05-02Add hxx extension for headers and libstud prefix for library dirKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2016-09-13Fix stream failures handling in parser/serializer testsKaren Arutyunov1-2/+1
2014-10-29Add value_traits specialization for std::stringBoris Kolpackov1-0/+12
2014-05-14Convert to extension-less headers for APIBoris Kolpackov1-1/+1
2014-05-09Move content model enum out of parser and into xml namespaceBoris Kolpackov1-13/+13
2014-05-08Add helpers for parsing elements with simple contentBoris Kolpackov1-0/+58
2014-05-08Add parser support for C++11 range-based forBoris Kolpackov1-0/+23
2014-05-08Add parser::next_expect() version that also sets content modelBoris Kolpackov1-0/+11
2014-04-29Accumulate characters in simple contentBoris Kolpackov1-0/+57
2014-04-29Add value<T> version, analogous to attribute<T>Boris Kolpackov1-0/+11
2014-04-29Update copyright yearsBoris Kolpackov1-1/+1
2014-04-29Support for autotools and VC++ 9, 10, 11 build systemsBoris Kolpackov1-9/+13
2014-04-27Add testsBoris Kolpackov1-0/+309