summaryrefslogtreecommitdiff
path: root/tests/utils.cpp
AgeCommit message (Expand)Author
2017-04-30Make botan’s policy configurable from a filelouiz’
2017-02-27Use uname() instead of CMAKE_SYSTEMlouiz’
2017-02-15Little scopeguard cleanup, and add a testlouiz’
2016-10-11Parse the timezone myself, instead of using the broken strptimelouiz’
2016-10-03Fix parse_datetime by always using a 'z' as the timezonelouiz’
2016-09-17Fix the parse_datetime by using %Z instead of %zlouiz’
2016-08-31Add parse_datetimelouiz’
2016-08-31Fix to_string(time_t) and write a unit test for itlouiz’
2016-08-21Add get_first_non_empty and use it into Database to simplify a little bitlouiz’
2016-06-15cut messages at 512 bytes, taking into account the UTF-8 codepointslouiz’
2016-06-14Refactor, test and improve the way we cut too-long messages for IRClouiz’
2015-10-31Add a few testsFlorent Le Coz
2015-10-29Use Catch for our test suiteFlorent Le Coz