CPPXT-104 - Add exception handling to integer conversions
[shibboleth/cpp-xmltooling.git] / xmltooling / base.h
2015-07-05 Scott CantorCPPXT-104 - Add exception handling to integer conversions
2012-02-29 Scott CantorAdd additional macros for longer string literals
2011-12-25 Scott CantorSolaris fixes
2011-12-22 Scott CantorAdditional macros and cleanup for cloning
2011-12-21 Scott CantorAdd int/bool attribute clone macros
2011-12-21 Scott CantorImplement content cloning via macros
2011-12-21 Scott CantorEliminate printf usage in macros.
2011-11-21 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPOST-70
2011-11-16 Scott CantorAdd missing namespace qualifiers.
2011-09-12 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-392
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.
2009-10-30 Scott CantorCorrect eol-style property.
2009-10-16 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-45
2009-03-18 Scott CantorFix bug in non-covariant builder macro.
2009-03-06 Scott CantorAttempt to handle xmlsec versions where xsecsize_t...
2008-12-15 Scott CantorXerces 3 revisions.
2008-11-21 Scott CantorMissed a getEpoch() call.
2008-11-21 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-18
2008-11-11 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-28
2008-10-02 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-20
2008-07-01 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-18
2008-05-28 Scott Cantorhttps://issues.shibboleth.net/jira/browse/CPPXT-10
2008-03-14 Scott CantorMulti-line svn commit, see body.
2008-03-13 Scott CantorMulti-line svn commit, see body.
2007-12-14 Scott CantorInline singleton unmarshalling, and throw an error...
2007-11-09 Scott CantorCheck for empty strings during marshalling.
2007-11-07 Scott CantorMacros to declare static QNames.
2007-09-26 Scott CantorFix use of NULL in integer return value.
2007-05-17 Scott CantorCleaned up source for dual build
2007-05-11 Scott CantorMissing signal header, tighten up template for map...
2007-04-26 Scott CantorFully qualify the header filenames for doxygen.
2007-04-18 Scott CantorStop defaulting in xercesc namespace.
2007-02-04 Scott CantorNeeded addtl cleanup template.
2007-02-02 Scott CantorUpdate copyright.
2006-11-21 Scott CantorAdd code for non-covariant build.
2006-11-18 Scott CantorUnified trust engines w/ KeyInfoSource interface, first...
2006-11-03 Scott CantorRemoved covariant clone() implementation to fix ambiguity.
2006-10-31 Scott CantorMacros to omit get methods for children declared by...
2006-10-23 Scott CantorRemoved unnecessary class from string literals.
2006-10-12 Scott CantorMulti-line svn commit, see body.
2006-09-08 Scott CantorAdded built-in ID attribute support to base classes.
2006-08-31 Scott CantorRevise boolean attribute methods to handle defaults.
2006-07-12 Scott CantorRemoved ValidatingXMLObject interface and implementations.
2006-07-07 Scott CantorAdded epoch caching for DateTime attributes.
2006-07-05 Brent PutmanMulti-line svn commit, see body.
2006-07-03 Scott CantorReworked int/bool attribute handling.
2006-06-01 Scott CantorWrapped encryption schema, also block unknown attribute...
2006-05-30 Scott CantorAdditional macros.
2006-05-27 Scott CantorImplemented EncryptionMethod schema snippet.
2006-05-10 Scott CantorID attribute processing bug.
2006-05-10 Scott CantorMissing doxygen comment.
2006-05-10 Scott CantorRename static builder methods.
2006-05-09 Scott CantorMade AnyElementImpl public to allow inheritance for...
2006-05-08 Scott CantorMacro adjustments, date/time class, typed XML attributes.
2006-05-04 Scott CantorTighten up validator namespace checking, rework registr...
2006-05-02 Scott CantorPrelims for symbol hiding, doesn't work yet
2006-04-19 Scott CantorAdded singleton methods on typed builders.
2006-04-04 Scott CantorRefactored simple content and child-handling into mixin...
2006-04-02 Scott CantorMoved signature classes into own namespace.
2006-04-02 Scott CantorMore sample objects and macros.
2006-04-01 Scott CantorLinux fixes
2006-04-01 Scott CantorEvolving macros, reduce casting in accessors, add const...
2006-03-30 Scott CantorAdded some validation code.
2006-03-29 Scott CantorUnix porting fixes
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-06 Scott CantorFixes associated with wildcard test classes.
2006-03-02 Scott CantorAdded typename to template
2006-03-02 Scott CantorBug fixes and API changes from second unit test.
2006-02-19 Scott CantorInitial parser APIs
2006-02-17 Scott CantorSome root interfaces and configuration machinery
2006-02-15 Scott CantorInitial check-in