aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/sequences
AgeCommit message (Collapse)AuthorFilesLines
2014-02-25Add support for manual dependency tracking in tests and examplesBoris Kolpackov1-1/+1
2011-01-04Copyright updateBoris Kolpackov2-2/+2
2010-10-19Add explicit return statement in main()Boris Kolpackov1-0/+2
2010-10-07Cosmetic changesBoris Kolpackov1-2/+4
2010-01-01Update copyright in source filesBoris Kolpackov1-1/+1
2010-01-01Update copyright in build system filesBoris Kolpackov1-1/+1
2009-10-20Add tests to the distributionBoris Kolpackov1-3/+17
The distribution makefiles for tests are automatically generated by the build/dist script. nmakefiles are not yet generated.
2009-09-22Get rid of unnecessary .PHONY declarationsBoris Kolpackov1-5/+0
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.
2009-04-08Get rid of warningsBoris Kolpackov1-1/+1
2009-03-16Change sequence names to be consistent with documentationBoris Kolpackov1-10/+10
The *_seq names were changed to *_sequence. Also, the generated code now uses sequence names from the xml_schema namespace instead of the implementation namespaces (xsde::cxx::hybrid).
2009-03-11Add generation of detach functionsBoris Kolpackov1-0/+23
New option: --generate-detach. Also added detach/attach functionality to var_seq, non-STL str_seq, and string_base.
2009-03-11Allow initialization of pod_seq and fix_seq from a C arrayBoris Kolpackov1-0/+9
Use this in the hybrid/binary/custom example.
2009-02-25Autogenerate .gitignore files for tests and examplesBoris Kolpackov1-2/+14
This functionality requires build 0.3.4 or later.
2009-02-24Start tracking XSD/e with git after version 3.0.03.0.0Boris Kolpackov2-0/+503