libacl.git
2021-03-31 Arjen BaartOperators with std::string master
2021-03-26 Arjen BaartConvert String to and from std::string
2021-03-20 Arjen BaartDocumentation and test for String::index() and String...
2021-03-13 Arjen BaartAdded SuperString::insert() and SuperString::erase()
2020-10-07 Arjen BaartBumped version 0.3.5
2020-10-07 Arjen BaartString::tokenize()
2020-10-04 Arjen BaartString::Split() documentation and test
2020-10-03 Arjen BaartFix: substring throws an exception when selecting a...
2020-09-13 Arjen BaartBunped version 0.3.4
2020-09-12 Arjen BaartString: Implement String != regex operator
2020-09-12 Arjen Baartregex: throw an exception when contructing a regex...
2020-09-12 Arjen BaartParse a time with fractional seconds
2020-08-06 Arjen BaartBumped version 0.3.3
2020-08-05 Arjen BaartXML: Access to attributes
2020-06-25 Arjen BaartUTC - operator calculates the difference in seconds
2020-06-25 Arjen BaartUTC conversion to and from time_t
2020-06-18 Arjen BaartSuperString join()
2020-06-16 Arjen BaartSuperString + operator
2020-06-15 Arjen BaartSuperString relational operators
2020-06-12 Arjen BaartIntroduction of class SuperString
2020-05-29 Arjen BaartString: Fixed conversion to int
2020-05-16 Arjen BaartFixed syntax error in debian/control
2020-05-15 Arjen BaartLimit documentation for debian packaging
2020-05-15 Arjen BaartTry to add /usr/local/bin to the path
2020-05-14 Arjen BaartChange source format for debian
2020-05-14 Arjen BaartPreparing for debian package
2020-05-14 Arjen BaartAdded tests for string modify and shift functions.
2020-03-30 Arjen BaartFix ambiguity with size_t
2020-03-28 Arjen BaartNew tests for UTC parser and UTC formatting
2020-03-24 Arjen BaartAdd classes xml_node and xml_element
2020-02-09 Arjen BaartAdd class xml V0.3
2020-02-09 Arjen BaartAdd class configuration
2020-02-09 Arjen BaartFixed date attributes test
2020-02-09 Arjen Baartdate: add WeekDay()
2019-11-23 Arjen Baarthour: Add and subtract a number of seconds
2019-11-16 Arjen Baartdate::YearDay()
2019-11-16 Arjen BaartAdd parameter localtime in today() and now()
2019-11-05 Arjen BaartString: Added boundary checks
2019-11-04 Arjen BaartInteger: Fixed compiler warnings
2019-11-03 Arjen BaartPorted test cases for class Integer
2019-11-02 Arjen BaartMerge branch 'master' of ssh://git.andromeda.nl/srv...
2019-11-02 Arjen BaartTag v0.2
2019-10-26 Arjen BaartResolved merge conflict in src/Makefile.am
2019-10-26 Arjen BaartPorted class Integer from Gnu libg++
2019-10-26 Arjen BaartPrepared for release 0.2 v0.2
2019-10-26 Arjen BaartLibrary version 0.2
2019-10-24 Arjen BaartAdded UTC add operations.
2019-10-08 Arjen BaartImplemented class UTC.
2019-09-25 Arjen BaartAdded test fir now()
2019-08-29 Arjen BaartImplemented hour addition and subtraction.
2019-08-25 Arjen BaartRelational operators for class hour.
2019-08-25 Arjen BaartImplemented class hour.
2019-08-11 Arjen BaartAdded tests for today() and date attributes.
2019-07-06 Arjen BaartAdded documentation for class hour.
2019-06-20 Arjen BaartAdded date class
2019-06-03 Arjen BaartStarted documentation for date class
2019-06-01 Arjen BaartRemoved generated files from repository
2019-05-30 Arjen BaartPrepared for release 0.1 v0.1
2019-05-24 Arjen BaartMore cleanups
2019-05-24 Arjen BaartMerge branch 'master' of ssh://git.andromeda.nl/srv...
2019-05-24 Arjen BaartMakefile cleanup
2019-05-24 Arjen BaartRepository cleanup
2019-05-24 Arjen BaartAdded tests for substring and regular expression functions.
2019-05-23 Arjen BaartCompleted chapter about String class.
2019-05-18 Arjen BaartAdded tests for basic string operations.
2019-05-18 Arjen BaartStarted String class documentation.
2019-05-17 Arjen BaartCompare and string catenation test cases
2019-05-12 Arjen BaartAdded a test for += String operator origin
2019-05-12 Arjen BaartInitial revision