aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2023-03-20Add tests for extra validation for date, dateTime, and gMonthDayBoris Kolpackov2-0/+39
2020-02-14Drop copyright notice from source codeKaren Arutyunov182-182/+0
2017-02-20Allow empty base64Binary value space per specBoris Kolpackov1-10/+11
2017-01-03Update copyright yearBoris Kolpackov182-182/+182
2014-12-16Update to new revision of genxBoris Kolpackov18-21/+21
Now by elements with empty content a closed immediately and attributes are no longer sorted.
2014-04-20Use todos instead of deprecated unix2dosBoris Kolpackov1-1/+1
2014-04-20Add support for fractionDigits in serializerBoris Kolpackov4-0/+10
2014-03-21Update copyrightBoris Kolpackov182-182/+182
2014-03-19Remove author from source filesBoris Kolpackov182-182/+0
2014-02-26Add inline files to list of generated files for .gitignoreBoris Kolpackov19-55/+55
2014-02-25Rename skel to gen for consistencyBoris Kolpackov40-320/+320
2014-02-25Add support for manual dependency tracking in tests and examplesBoris Kolpackov84-84/+84
2011-09-14Fix bug in aggregate generation for derived listsBoris Kolpackov1-1/+7
2011-02-14Get rid of unnecessary virtual inheritanceBoris Kolpackov2-3/+3
2011-02-11Fix recursive polymorphic parsing in C++/ParserBoris Kolpackov8-1/+553
New test: cxx/parser/polyrecur.
2011-01-04Copyright updateBoris Kolpackov178-178/+178
2010-10-19Update test resultBoris Kolpackov1-4/+1
2010-10-19Add explicit return statement in main()Boris Kolpackov79-0/+158
2010-10-18Use default context c-torBoris Kolpackov13-368/+368
2010-10-14Add support for post-link step (e.g., VxWorks munch)Boris Kolpackov1-1/+1
2010-10-14Omit _present(bool) for variable-length membersBoris Kolpackov1-2/+2
2010-10-14New mapping for anyType with support for polymorphismBoris Kolpackov5-6/+44
2010-10-13Map anySimpleType to a stringBoris Kolpackov9-72/+94
2010-10-12Finish {min,max}{Exclusive,Inclusive} facets supportBoris Kolpackov6-1/+505
New test: hybrid/facets.
2010-10-11Support for validation of the pattern facetBoris Kolpackov6-2/+243
New test: hybrid/pattern.
2010-10-08Add support for the whiteSpace facetBoris Kolpackov1-3/+3
Use the same mechanism to handle whitespace processing for build-in types and enumerations.
2010-10-07Implement generation of clone functionsBoris Kolpackov6-2/+489
New test: clone.
2010-10-07Cosmetic changesBoris Kolpackov1-2/+4
2010-10-06Get rid of extra escaping of # (build upgrade)Boris Kolpackov1-2/+2
2010-08-27Reimplement state stack not to move elementsBoris Kolpackov5-6/+297
Add another recursive parsing test that forces second allocation in the stack.
2010-03-28Get rid of a warningBoris Kolpackov1-0/+1
2010-01-07Add support for ISO-8859-1 as application encodingBoris Kolpackov6-1/+247
New runtime configuration parameter, XSDE_ENCODING. New option, --char-encoding. New test, tests/cxx/hybrid/iso8859-1.
2010-01-01Update copyright in source filesBoris Kolpackov79-79/+79
2010-01-01Update copyright in build system filesBoris Kolpackov91-91/+91
2009-10-27Implement schema enumeration to C++ enum mapping in C++/HybridBoris Kolpackov11-2/+573
2009-10-26Connect the test targetBoris Kolpackov11-3/+14
2009-10-22The 'recursive' test requires support for validationBoris Kolpackov1-2/+2
2009-10-22Get rid of unneeded #ifdefBoris Kolpackov2-4/+0
2009-10-21Get rid of warningsBoris Kolpackov2-0/+6
2009-10-21Use floating-point values that compare better across platformsBoris Kolpackov1-4/+4
2009-10-20Make the test architecture width-independentBoris Kolpackov3-12/+7
2009-10-20Add tests to the distributionBoris Kolpackov89-348/+1657
The distribution makefiles for tests are automatically generated by the build/dist script. nmakefiles are not yet generated.
2009-10-16Rework to use the uniform test interfaceBoris Kolpackov8-24/+71
2009-10-16Rework the tests to conform to the uniform interfaceBoris Kolpackov10-25/+88
2009-10-16Make the tests more uniformBoris Kolpackov123-97/+108
2009-10-07Add support for STL-conforming iteratorsBoris Kolpackov4-1/+173
The new XSDE_STL_ITERATOR configuration variable is used to conditionally turn this on.
2009-09-24Remove invalid multiple anyAttribute declarationsBoris Kolpackov3-9/+43
2009-09-22Get rid of unnecessary .PHONY declarationsBoris Kolpackov88-411/+0
2009-04-12Run polymorphism tests only when reuse style is tieinBoris Kolpackov2-0/+4
2009-04-12Use the actual sequence template namesBoris Kolpackov1-0/+1
Can't use their using-declarations from the xml_schema namespace because of the broken eVC++ 4.0.