aboutsummaryrefslogtreecommitdiff
path: root/dist/libxsde
AgeCommit message (Collapse)AuthorFilesLines
2011-12-14Correct header path in install targetBoris Kolpackov1-3/+3
2011-12-13Add install target to the dist GNU makefilesBoris Kolpackov1-0/+17
2011-02-08Add dependency on config files in dist makefilesBoris Kolpackov2-2/+2
This way libxsde is automatically rebuilt when configuration changes.
2010-10-19Fix the test for whether to compile regexp3.2.0.b1Boris Kolpackov1-1/+1
2010-10-14New mapping for anyType with support for polymorphismBoris Kolpackov2-2/+14
2010-10-13Map anySimpleType to a stringBoris Kolpackov2-0/+16
2010-10-11Support for validation of the pattern facetBoris Kolpackov2-1/+19
New test: hybrid/pattern.
2010-10-08Add support for the whiteSpace facetBoris Kolpackov2-0/+2
Use the same mechanism to handle whitespace processing for build-in types and enumerations.
2010-05-11Add support for custom allocatorsBoris Kolpackov2-0/+36
New example: examples/cxx/hybrid/allocator.
2010-05-07Fix file nameBoris Kolpackov1-1/+1
2010-03-29Add new files to the dist makefilesBoris Kolpackov2-2/+10
2010-01-07Add support for ISO-8859-1 as application encodingBoris Kolpackov2-0/+36
New runtime configuration parameter, XSDE_ENCODING. New option, --char-encoding. New test, tests/cxx/hybrid/iso8859-1.
2009-10-21nmakefile build system improvementsBoris Kolpackov1-3/+7
Print the directory name being entered. Stop after first failure.
2009-10-21Add gen and cleanobj targets to libxsde and root makefilesBoris Kolpackov3-4/+20
2009-10-07Add support for STL-conforming iteratorsBoris Kolpackov2-0/+6
The new XSDE_STL_ITERATOR configuration variable is used to conditionally turn this on.
2009-03-26Implement support for XML Schema polymorphism in C++/HybridBoris Kolpackov2-0/+12
examples/cxx/hybrid/polyroot/ examples/cxx/hybrid/polymorphism/: new examples tests/cxx/hybrid/polymorphism/: new tests
2009-03-11Use the common POD stack container for the parser stateBoris Kolpackov2-2/+2
2009-03-11Add the new file to dist build system makefilesBoris Kolpackov2-2/+2
The file was added in the previous commit.
2009-03-08Add support for binary representationsBoris Kolpackov2-0/+38
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-0/+1125
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).