aboutsummaryrefslogtreecommitdiff
path: root/documentation
AgeCommit message (Collapse)AuthorFilesLines
2009-10-20Remove unused stylesheet codeBoris Kolpackov1-25/+0
2009-10-12Documentation fixesBoris Kolpackov2-2/+2
2009-10-11Fix wrong email addressBoris Kolpackov1-1/+1
2009-09-22Get rid of unnecessary .PHONY declarationsBoris Kolpackov5-12/+0
2009-09-18Use out_base instead of src_base in doc targetsBoris Kolpackov1-1/+1
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 Kolpackov4-9/+12
2009-04-06Bump version to 3.1.0.b13.1.0.b1Boris Kolpackov1-1/+1
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 Kolpackov3-1/+145
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 Kolpackov5-6/+468
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 Kolpackov3-31/+259
examples/cxx/hybrid/custom/wildcard/: new example
2009-03-11Add generation of detach functionsBoris Kolpackov3-17/+58
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-08Bump version to 3.1.0.a13.1.0.a1Boris Kolpackov2-2/+2
2009-03-08Add support for binary representationsBoris Kolpackov3-0/+339
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 Kolpackov5-29/+193
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 Kolpackov19-0/+21774