Adjust cxxtest path in build rules.
[shibboleth/cpp-xmltooling.git] / xmltoolingtest / XMLObjectBaseTestCase.h
2010-05-04 Scott CantorConvert from NULL macro to nullptr.
2010-01-18 Scott CantorDistinguish between visibly used and unused namespaces.
2008-12-16 Scott CantorXerces 3 revisions.
2007-04-18 Scott CantorStop defaulting in xercesc namespace.
2007-02-02 Scott CantorUpdate copyright.
2006-11-21 Scott CantorAdd code for non-covariant build.
2006-10-12 Scott CantorMulti-line svn commit, see body.
2006-09-08 Scott CantorAdded built-in ID attribute support to base classes.
2006-05-10 Scott CantorRename static builder methods.
2006-04-19 Scott CantorAdded singleton methods on typed builders.
2006-04-04 Scott CantorBuild errors with xmlsec off
2006-04-04 Scott CantorRefactored simple content and child-handling into mixin...
2006-04-02 Scott CantorMoved signature classes into own namespace.
2006-04-01 Scott CantorEvolving macros, reduce casting in accessors, add const...
2006-03-29 Scott CantorSet xsi:type during object construction.
2006-03-29 Scott CantorMoved DOM methods up the tree, add copy c'tors, KeyInfo...
2006-03-24 Scott CantorAdd per-object validation.
2006-03-23 Scott CantorHandle variant element names, merge in wildcard class...
2006-03-20 Scott CantorShortcuts for unmarshalling in builder interface, adjus...
2006-03-17 Scott CantorMerged marshalling/unmarshalling methods into core...
2006-03-14 Scott CantorFixes for disabling xmlsec
2006-03-12 Scott CantorFirst cut at signing support.
2006-03-08 Scott CantorRenamed classes
2006-03-07 Scott CantorNamespace handling fixes
2006-03-06 Scott CantorUnix fixes
2006-03-06 Scott CantorFixes associated with wildcard test classes.
2006-03-06 Scott CantorBase classes for open content models.
2006-03-03 Scott CantorBegan to implement collection handling.
2006-03-02 Scott CantorMarshalling tests.
2006-03-02 Scott CantorFixed inheritance hierarchy, namespace handling
2006-03-02 Scott CantorBug fixes and API changes from second unit test.
2006-03-01 Scott CantorInitial unit test plus fixes