Remove some tracing, fix string compares.
[shibboleth/cpp-xmltooling.git] / xmltoolingtest / XMLObjectBaseTestCase.h
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