aboutsummaryrefslogtreecommitdiff
path: root/documentation/cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-03-06Update XSD/e descriptionBoris Kolpackov3-12/+12
2011-01-04Copyright updateBoris Kolpackov10-13/+13
2010-10-14Omit _present(bool) for variable-length membersBoris Kolpackov1-5/+29
2010-10-14Documentation fixesBoris Kolpackov1-8/+15
2010-10-14New mapping for anyType with support for polymorphismBoris Kolpackov1-0/+87
2010-10-13Map anySimpleType to a stringBoris Kolpackov2-3/+14
2010-10-12Update the supported schema construct tablesBoris Kolpackov2-4/+29
2010-10-07Implement generation of clone functionsBoris Kolpackov1-7/+31
New test: clone.
2010-10-05Do complete error checking in the minimal examplesBoris Kolpackov1-2/+27
2010-05-11Add support for custom allocatorsBoris Kolpackov3-7/+342
New example: examples/cxx/hybrid/allocator.
2010-01-12Fix example in the documentationBoris Kolpackov1-4/+2
2010-01-07Add support for ISO-8859-1 as application encodingBoris Kolpackov3-15/+56
New runtime configuration parameter, XSDE_ENCODING. New option, --char-encoding. New test, tests/cxx/hybrid/iso8859-1.
2010-01-01Update copyright in documentation filesBoris Kolpackov6-9/+9
2010-01-01Update copyright in build system filesBoris Kolpackov4-4/+4
2009-10-27Implement schema enumeration to C++ enum mapping in C++/HybridBoris Kolpackov1-39/+123
2009-10-20Remove unused stylesheet codeBoris Kolpackov1-25/+0
2009-09-22Get rid of unnecessary .PHONY declarationsBoris Kolpackov4-8/+0
2009-08-21Add a missing file to sample command lineBoris Kolpackov1-2/+5
2009-04-20Minor wording changesBoris Kolpackov1-4/+4
2009-04-12Minor makefile fixesBoris Kolpackov3-7/+10
2009-04-06Add support for XML pretty-printingBoris Kolpackov2-31/+57
examples/cxx/hybrid/: examples/cxx/serializer/: turn on pretty-printing
2009-04-02Add support for attributes with default and fixed values.Boris Kolpackov1-1/+137
tests/cxx/hybrid/default: new test tests/cxx/hybrid/binary: update to test default and fixed values
2009-03-26Implement support for XML Schema polymorphism in C++/HybridBoris Kolpackov3-5/+398
examples/cxx/hybrid/polyroot/ examples/cxx/hybrid/polymorphism/: new examples tests/cxx/hybrid/polymorphism/: new tests
2009-03-16Change sequence names to be consistent with documentationBoris Kolpackov1-271/+289
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-16Fix typos in documentationBoris Kolpackov2-2/+2
2009-03-16Add support for type customization in C++/HybridBoris Kolpackov1-21/+203
examples/cxx/hybrid/custom/wildcard/: new example
2009-03-11Add generation of detach functionsBoris Kolpackov1-17/+47
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-2/+9
Use this in the hybrid/binary/custom example.
2009-03-08Add support for binary representationsBoris Kolpackov1-0/+289
xsde/cxx/hybrid/insertion-*: insertion operators generator xsde/cxx/hybrid/extraction-*: extraction operators generator libxsde/xsde/cxx/hybrid/cdr/: CDR support code libxsde/xsde/cxx/hybrid/xdr/: XDR support code tests/cxx/hybrid/binary/: new tests examples/cxx/hybrid/binary/: new examples documentation/cxx/hybrid/guide/: new chapter
2009-03-02Add make support for creating binary distributionsBoris Kolpackov4-27/+160
Two new make targets, dist and dist-win, were added that allow one to create a binary distribution from the current build. The dist target creates a UNIX distribution while dist-win -- Windows. The simplified build systems for the runtime library and examples that were kept separately are now part of the project (the dist/ subdirectory).
2009-02-24Start tracking XSD/e with git after version 3.0.03.0.0Boris Kolpackov15-0/+17919