aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/stack.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-10-05Don't use non-portable zero-sized array memberBoris Kolpackov1-1/+1
2010-08-27Reimplement state stack not to move elementsBoris Kolpackov1-6/+22
Add another recursive parsing test that forces second allocation in the stack.
2010-01-01Update copyright in source filesBoris Kolpackov1-1/+1
2009-03-11Add support for parsing/serialization of recursive typesBoris Kolpackov1-0/+83
tests/cxx/hybrid/recursive/: new test