aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/default-value.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-06-22Get rid of dependency on libcultBoris Kolpackov1-63/+63
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-10-18Use numerical value instead of symbolic enumerator nameBoris Kolpackov1-3/+20
The enumerator names might not have been assigned.
2010-10-13Map anySimpleType to a stringBoris Kolpackov1-2/+3
2010-10-12Finish {min,max}{Exclusive,Inclusive} facets supportBoris Kolpackov1-460/+45
New test: hybrid/facets.
2010-05-26Add 'U' suffix to unsigned default values for C99Boris Kolpackov1-3/+3
2010-05-11Add support for custom allocatorsBoris Kolpackov1-1/+23
New example: examples/cxx/hybrid/allocator.
2010-01-08Handle resolved default/fixed values for QName typeBoris Kolpackov1-1/+8
2010-01-01Update copyright in source filesBoris Kolpackov1-1/+1
2009-12-14Call make_float for seconds in date-time typesBoris Kolpackov1-0/+3
2009-10-27Implement schema enumeration to C++ enum mapping in C++/HybridBoris Kolpackov1-0/+47
2009-04-08Make the default value a floating-point literalBoris Kolpackov1-0/+13
We cannot append the F suffix to an integer constant.
2009-04-08Get rid of warningsBoris Kolpackov1-2/+2
2009-04-02Add support for attributes with default and fixed values.Boris Kolpackov1-0/+1210
tests/cxx/hybrid/default: new test tests/cxx/hybrid/binary: update to test default and fixed values