Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-18 | Schema evolution examples require support for polymorphism | Boris Kolpackov | 1 | -1/+3 | |
2010-10-18 | Support for schema evolution using substitution groups | Boris Kolpackov | 25 | -1/+1832 | |
New examples: hybrid/evolution/ignore and hybrid/evolution/passthrough. | |||||
2010-10-14 | Omit _present(bool) for variable-length members | Boris Kolpackov | 2 | -3/+3 | |
2010-10-13 | Map anySimpleType to a string | Boris Kolpackov | 4 | -12/+0 | |
2010-10-06 | Get rid of extra escaping of # (build upgrade) | Boris Kolpackov | 2 | -3/+3 | |
2010-10-05 | Do complete error checking in the minimal examples | Boris Kolpackov | 1 | -6/+51 | |
2010-05-11 | Use smaller memory pool | Boris Kolpackov | 1 | -1/+1 | |
2010-05-11 | Add support for custom allocators | Boris Kolpackov | 9 | -6/+806 | |
New example: examples/cxx/hybrid/allocator. | |||||
2010-05-11 | Remove unneeded using directive | Boris Kolpackov | 1 | -2/+0 | |
2010-01-12 | Serialize extracted object model instead of original | Boris Kolpackov | 3 | -3/+3 | |
2010-01-01 | Update copyright in build system files | Boris Kolpackov | 35 | -35/+35 | |
2009-10-27 | Implement schema enumeration to C++ enum mapping in C++/Hybrid | Boris Kolpackov | 3 | -13/+6 | |
2009-09-22 | Get rid of unnecessary .PHONY declarations | Boris Kolpackov | 35 | -185/+0 | |
2009-04-13 | Suppress a warning | Boris Kolpackov | 1 | -1/+1 | |
2009-04-12 | Build the custom/wildcard example only if STL is enabled | Boris Kolpackov | 1 | -0/+2 | |
2009-04-12 | Build the binary/custom example only if STL is enabled | Boris Kolpackov | 1 | -0/+2 | |
2009-04-12 | Minor makefile fixes | Boris Kolpackov | 1 | -1/+1 | |
2009-04-11 | Add a default value to the 'available' attribute | Boris Kolpackov | 11 | -12/+14 | |
2009-04-08 | Get rid of warnings | Boris Kolpackov | 2 | -6/+12 | |
2009-04-08 | Get rid of warnings | Boris Kolpackov | 1 | -1/+2 | |
2009-04-06 | Help Mac OS X by including rpc/types.h before rpc/xdr.h | Boris Kolpackov | 1 | -0/+2 | |
2009-04-06 | Add support for XML pretty-printing | Boris Kolpackov | 17 | -17/+17 | |
examples/cxx/hybrid/: examples/cxx/serializer/: turn on pretty-printing | |||||
2009-03-26 | Implement support for XML Schema polymorphism in C++/Hybrid | Boris Kolpackov | 25 | -23/+1078 | |
examples/cxx/hybrid/polyroot/ examples/cxx/hybrid/polymorphism/: new examples tests/cxx/hybrid/polymorphism/: new tests | |||||
2009-03-16 | Change sequence names to be consistent with documentation | Boris Kolpackov | 7 | -21/+21 | |
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-16 | Add missing sub-directory to makefile | Boris Kolpackov | 1 | -1/+1 | |
2009-03-16 | Add support for type customization in C++/Hybrid | Boris Kolpackov | 19 | -8/+1065 | |
examples/cxx/hybrid/custom/wildcard/: new example | |||||
2009-03-11 | Allow initialization of pod_seq and fix_seq from a C array | Boris Kolpackov | 1 | -6/+2 | |
Use this in the hybrid/binary/custom example. | |||||
2009-03-08 | Add support for binary representations | Boris Kolpackov | 29 | -3/+2482 | |
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-02 | Add make support for creating binary distributions | Boris Kolpackov | 27 | -89/+768 | |
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-25 | Split clean rules for sample implementation and test driver | Boris Kolpackov | 1 | -1/+2 | |
Update makefiles that use these rules. | |||||
2009-02-25 | Autogenerate .gitignore files for tests and examples | Boris Kolpackov | 23 | -113/+378 | |
This functionality requires build 0.3.4 or later. | |||||
2009-02-24 | Start tracking XSD/e with git after version 3.0.03.0.0 | Boris Kolpackov | 184 | -0/+13275 | |