aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2021-10-14Fortify tests against NDEBUGKaren Arutyunov3-11/+9
2020-02-13Drop copyright notice from source codeKaren Arutyunov10-10/+0
2019-10-08Adapt for building with Clang on WindowsKaren Arutyunov1-3/+3
2019-10-01Use cxx.std=latestKaren Arutyunov1-1/+1
2019-01-16Update copyright yearKaren Arutyunov10-10/+10
2018-12-03Suppress MSVC warnings at project levelKaren Arutyunov1-0/+6
2018-06-20Regularize .gitignore filesKaren Arutyunov1-0/+2
2018-05-24Update copyright yearKaren Arutyunov10-10/+10
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov1-1/+1
2017-07-14Make use of wildcards in buildfilesKaren Arutyunov6-7/+7
2017-05-03Get rid of legacy build systemsBoris Kolpackov19-1406/+1
2017-05-02Add hxx extension for headers and libstud prefix for library dirKaren Arutyunov5-5/+7
2017-01-26Move roundtrip tests to testscriptKaren Arutyunov3-25/+20
2017-01-19Specify test.targetKaren Arutyunov1-0/+4
2017-01-03Update copyright yearBoris Kolpackov15-15/+15
2016-11-17Fix examples buildfiles adding some files for the distributionKaren Arutyunov6-0/+24
2016-09-13Fix stream failures handling in parser/serializer testsKaren Arutyunov2-4/+2
2016-09-13Move tests and examples to build2 as subprojectsKaren Arutyunov9-0/+54
2014-10-29Add value_traits specialization for std::stringBoris Kolpackov1-0/+12
The default implementation uses istream::operator>> which ignores spaces.
2014-05-14Convert to extension-less headers for APIBoris Kolpackov4-4/+10
2014-05-09Move content model enum out of parser and into xml namespaceBoris Kolpackov1-13/+13
2014-05-08Add helpers for serializing elements with simple contentBoris Kolpackov1-0/+36
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-30Add support for VC12 (2013)Boris Kolpackov7-4/+223
2014-04-29Accumulate characters in simple contentBoris Kolpackov1-0/+57
This makes the high-level data extraction (e.g., value<T>()) much more usable since without this functionality the content can be delivered in multiple chunks.
2014-04-29Add value<T> version, analogous to attribute<T>Boris Kolpackov1-0/+11
2014-04-29Update copyright yearsBoris Kolpackov9-9/+9
2014-04-29Support for autotools and VC++ 9, 10, 11 build systemsBoris Kolpackov18-23/+980
2014-04-27Add testsBoris Kolpackov12-0/+828