Additional macros and cleanup for cloning
[shibboleth/xmltooling.git] / xmltooling / base.h
2011-12-22 scantorAdditional macros and cleanup for cloning
2011-12-21 scantorAdd int/bool attribute clone macros
2011-12-21 scantorImplement content cloning via macros
2011-12-21 scantorEliminate printf usage in macros.
2011-11-21 scantorhttps://issues.shibboleth.net/jira/browse/CPPOST-70
2011-11-16 scantorAdd missing namespace qualifiers.
2011-09-12 scantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-392
2011-06-15 scantorMerge branch '1.x' of ssh://authdev.it.ohio-state.edu...
2010-05-04 cantorConvert from NULL macro to nullptr.
2009-10-30 cantorCorrect eol-style property.
2009-10-16 cantorhttps://bugs.internet2.edu/jira/browse/CPPXT-45
2009-03-18 cantorFix bug in non-covariant builder macro.
2009-03-06 cantorAttempt to handle xmlsec versions where xsecsize_t...
2008-12-15 cantorXerces 3 revisions.
2008-11-21 cantorMissed a getEpoch() call.
2008-11-21 cantorhttps://bugs.internet2.edu/jira/browse/CPPXT-18
2008-11-11 cantorhttps://bugs.internet2.edu/jira/browse/CPPXT-28
2008-10-02 cantorhttps://bugs.internet2.edu/jira/browse/CPPXT-20
2008-07-01 cantorhttps://bugs.internet2.edu/jira/browse/CPPXT-18
2008-05-28 cantorhttps://bugs.internet2.edu/jira/browse/CPPXT-10 upstream/REL_1_0 REL_1_0
2008-03-14 cantorAdd xsi:nil support to objects.
2008-03-13 cantorAdd new builder base class to indicate support for...
2007-12-14 cantorInline singleton unmarshalling, and throw an error...
2007-11-09 cantorCheck for empty strings during marshalling.
2007-11-07 cantorMacros to declare static QNames.
2007-09-26 cantorFix use of NULL in integer return value.
2007-05-17 cantorCleaned up source for dual build
2007-05-11 cantorMissing signal header, tighten up template for map...
2007-04-26 cantorFully qualify the header filenames for doxygen.
2007-04-18 cantorStop defaulting in xercesc namespace.
2007-02-04 cantorNeeded addtl cleanup template.
2007-02-02 cantorUpdate copyright.
2006-11-21 cantorAdd code for non-covariant build.
2006-11-18 cantorUnified trust engines w/ KeyInfoSource interface, first...
2006-11-03 cantorRemoved covariant clone() implementation to fix ambiguity.
2006-10-31 cantorMacros to omit get methods for children declared by...
2006-10-23 cantorRemoved unnecessary class from string literals.
2006-10-12 cantorTrack DOM text nodes to ensure fidelity.
2006-09-08 cantorAdded built-in ID attribute support to base classes.
2006-08-31 cantorRevise boolean attribute methods to handle defaults.
2006-07-12 cantorRemoved ValidatingXMLObject interface and implementations.
2006-07-07 cantorAdded epoch caching for DateTime attributes.
2006-07-05 putmanbAddress unwanted exceptions being thrown on null pointe...
2006-07-03 cantorReworked int/bool attribute handling.
2006-06-01 cantorWrapped encryption schema, also block unknown attribute...
2006-05-30 cantorAdditional macros.
2006-05-27 cantorImplemented EncryptionMethod schema snippet.
2006-05-10 cantorID attribute processing bug.
2006-05-10 cantorMissing doxygen comment.
2006-05-10 cantorRename static builder methods.
2006-05-09 cantorMade AnyElementImpl public to allow inheritance for...
2006-05-08 cantorMacro adjustments, date/time class, typed XML attributes.
2006-05-04 cantorTighten up validator namespace checking, rework registr...
2006-05-02 cantorPrelims for symbol hiding, doesn't work yet
2006-04-19 cantorAdded singleton methods on typed builders.
2006-04-04 cantorRefactored simple content and child-handling into mixin...
2006-04-02 cantorMoved signature classes into own namespace.
2006-04-02 cantorMore sample objects and macros.
2006-04-01 cantorLinux fixes
2006-04-01 cantorEvolving macros, reduce casting in accessors, add const...
2006-03-30 cantorAdded some validation code.
2006-03-29 cantorUnix porting fixes
2006-03-29 cantorSet xsi:type during object construction.
2006-03-29 cantorMoved DOM methods up the tree, add copy c'tors, KeyInfo...
2006-03-06 cantorFixes associated with wildcard test classes.
2006-03-02 cantorAdded typename to template
2006-03-02 cantorBug fixes and API changes from second unit test.
2006-02-19 cantorInitial parser APIs
2006-02-17 cantorSome root interfaces and configuration machinery
2006-02-15 cantorInitial check-in