Merge branch '1.x' of ssh://authdev.it.ohio-state.edu/~scantor/git/cpp-xmltooling...
[shibboleth/cpp-xmltooling.git] / xmltooling / io / AbstractXMLObjectUnmarshaller.cpp
2011-06-15 Scott CantorMerge branch '1.x' of ssh://authdev.it.ohio-state.edu...
2010-05-04 Scott CantorConvert from NULL macro to nullptr.
2010-01-19 Scott CantorReimplement namespace visibility as a three-way setting.
2010-01-19 Scott CantorNote visible usage of prefix on xsi:* attributes.
2010-01-18 Scott CantorDistinguish between visibly used and unused namespaces.
2009-10-12 Scott CantorReducing header overuse, non-inlining selected methods...
2009-08-31 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-41
2008-12-15 Scott CantorXerces 3 revisions.
2008-03-14 Scott CantorMulti-line svn commit, see body.
2007-08-01 Scott CantorLoad CDATA sections as text content nodes.
2007-03-26 Scott CantorMajor revamp of credential and trust handling code...
2007-02-02 Scott CantorUpdate copyright.
2007-01-02 Scott CantorImprove parser entity handling, clean up logging catego...
2006-10-23 Scott CantorRemoved unnecessary class from string literals.
2006-10-12 Scott CantorMulti-line svn commit, see body.
2006-06-01 Scott CantorWrapped encryption schema, also block unknown attribute...
2006-05-08 Scott CantorMacro adjustments, date/time class, typed XML attributes.
2006-05-04 Scott CantorTighten up validator namespace checking, rework registr...
2006-03-29 Scott CantorUnix porting fixes
2006-03-29 Scott CantorSet xsi:type during object construction.
2006-03-21 Scott CantorBlock unmarshall when a DOM or parent exists.
2006-03-20 Scott CantorShortcuts for unmarshalling in builder interface, adjus...
2006-03-17 Scott CantorMerged marshalling/unmarshalling methods into core...
2006-03-12 Scott CantorFirst cut at signing support.
2006-03-07 Scott CantorNamespace handling fixes
2006-03-06 Scott CantorFixes associated with wildcard test classes.
2006-03-02 Scott CantorFixed inheritance hierarchy, namespace handling
2006-03-02 Scott CantorManage disposal of new objects when exceptions are...
2006-03-02 Scott CantorBug fixes and API changes from second unit test.
2006-03-01 Scott CantorInitial unit test plus fixes
2006-02-24 Scott CantorDefault support for arbitrary DOM objects.
2006-02-22 Scott CantorInitial marshalling support.
2006-02-21 Scott CantorAbstract unmarshaller minus signatures.