Adapt Requires.private and Libs.private to make pkg-config output all neccessary...
[libi2ncommon] / test /
2017-06-27 Gerd von EgidyBOOST_MESSAGE got replaced by BOOST_TEST_MESSAGE in...
2017-06-08 Thomas Jaroschbase64 encoder/decoder: Add parameter to control linefe...
2017-05-19 Thomas JaroschAdd new base64_encode() / base64_decode() functions
2017-03-23 Thomas JaroschRename get_dir_size() to get_dir_count()
2017-03-23 Christian HerdtweckCreate unittest for i18n_noop[s]
2017-03-23 Christian HerdtweckCreate unit tests for new shorten_stl_types
2017-03-22 Christian HerdtweckCreate get_dir_size to avoid unnecessary name copying...
2017-03-22 Thomas JaroschMerge branch 'remove-html-comments'
2017-03-22 Thomas JaroschChange find_html_comments() API to return the results
2017-03-22 Christian HerdtweckCreate vector-result-version of split_string with unit...
2017-03-22 Christian HerdtweckAdd unittests for new find/replace_html_comments
2017-03-22 Christian HerdtweckClean up log file created in unit tests
2017-03-22 Christian HerdtweckEnsure filefunc unit test works with all working dirs
2017-01-09 Christian HerdtweckAdd convenience functions for i18n_get_string + unit...
2016-11-08 Christian HerdtweckAdd overload of join_string for vector argument + unittest
2016-11-08 Christian HerdtweckFix unittests
2016-07-18 Gerd von Egidyadd functions to convert from hex strings to other...
2016-06-01 Christian Herdtweckextended unittest to double-version of nice_unit_format
2015-12-17 Gerd von Egidyimplement counting hardlinked files only once in du()
2015-12-17 Gerd von Egidymake unittest compatible with old versions of du that...
2015-12-17 Gerd von Egidyretry df test up to 5 times if it fails due to some...
2015-12-17 Gerd von Egidyrename pipe_to_string() to capture_exec() and improve...
2015-12-16 Gerd von Egidyimplement pipe_to_string() and use it to shorten the...
2015-12-16 Gerd von Egidyimplement du()
2015-12-16 Gerd von Egidytest handling of symlinks to directories in recursive_d...
2015-12-16 Gerd von Egidyadd Stat::BytesOnDisk()
2015-12-16 Gerd von Egidyadd get_free_diskspace()
2015-12-16 Gerd von Egidyadd sanitize_for_logging() to stringfunc
2015-12-15 Thomas JaroschAdd new option to recursive_delete: keep_parent_dir
2015-11-11 Thomas JaroschNew function to check if two files differ: file_content...
2015-05-12 Gerd von Egidyadd test to make sure tmpofstream handles file creation...
2015-05-10 Gerd von Egidywhen running the unit test without root, you don't...
2012-02-15 Thomas JaroschTest if write_file() creates empty files, too
2012-02-10 Gerd von Egidyone more time_t fix, the other functions look good
2012-02-10 Gerd von Egidyfix unit test for pid_of in case of systemd
2012-02-10 Gerd von Egidyunit test for Tribool
2011-12-12 Thomas JaroschAdd support for i18n_plural(): Translation of plural...
2011-12-12 Thomas JaroschRemove i18n_get_string() function signature where we...
2011-12-12 Thomas JaroschUnit test for i18n_get_string()
2011-10-17 Thomas JaroschMake IP_RANGE::resolve_ip() thread safe
2011-10-17 Thomas JaroschReplace localtime() with thread safe localtime_r()
2011-09-22 Thomas JaroschMake ScopeTracker thread safe via TLS (thread local...
2011-09-22 Thomas JaroschImplement umask()
2011-09-22 Thomas JaroschImplement mkdir(), rmdir(), getcwd() and chdir()
2011-09-22 Thomas JaroschImplement mkdtemp()
2011-05-11 Thomas JaroschMake unit test for imap modified utf7 optional
2011-05-11 Thomas JaroschSwitch license from Intranator license to GPLv2 + linki...
2011-05-11 Thomas JaroschMigrate libi2ncommon to cmake
2011-02-04 Guilherme Maciel... Removed ShortUnitFormat and UnitBase1024 from nice_unit...
2011-02-04 Guilherme Maciel... Switched the order of the nice_unit_format() parameters...
2011-02-04 Guilherme Maciel... Removed the exabytes, zettabytes and yottabytes represe...
2011-02-01 Guilherme Maciel... Renamed enumeration items to improve readability
2011-02-01 Guilherme Maciel... Replaced format_kb() by nice_unit_format() in the test...
2011-02-01 Guilherme Maciel... Created test cases for format_kb()
2011-01-31 Guilherme Maciel... Added unit test for nice_unit_format()
2010-09-03 Gerd von Egidyadd IP_RANGE::netmap including unit tests
2010-03-11 Gerd von Egidyadd chown to tmpfstreams variants
2010-03-11 Gerd von Egidyimplement dirsync() and syncing on tmpfstreams
2010-03-11 Gerd von Egidyallow double-move
2010-03-11 Gerd von Egidyimplement filemode_on_close, fix var initialization
2010-03-11 Gerd von Egidyworking version of tmpfcopystream
2010-03-10 Gerd von Egidyprevent working on unlinked files
2010-03-10 Gerd von Egidyhandle openflags in tmpfstream, test rdwr-file
2010-03-10 Gerd von Egidyimplement unlink and move, add tests for them
2010-03-10 Gerd von Egidy- use explicit instantiation for the most-used version...
2010-03-09 Gerd von Egidyfix Stat::recheck(), seems like noone ever tested it...
2010-03-09 Gerd von Egidyfirst working version of tmpfstream. Still in need...
2010-02-24 Thomas JaroschMerge branch 'boost-test' into glibc-upgrade
2010-02-03 Thomas JaroschMigrate libi2ncommon to boost::test
2009-05-29 Thomas JaroschRe-enable new cron class test results using new glibc
2009-04-06 Thomas JaroschChange some cron time unit test until we have a fixed...
2009-04-06 Thomas JaroschMerge branch 'schedulefix-with-new-glibc'
2009-04-06 Thomas JaroschRelicensed signalfunc and containerfunc as GPL version...
2009-04-03 Gerd von Egidyfix unit-tests - the results were ok for the new code...
2009-04-02 Gerd von Egidyimprove WeekCron-unittests some more
2009-04-02 Gerd von Egidyfirst shot at fixing WeekCron-login, not done yet ...
2009-03-30 Thomas JaroschAdded unit test for wrong scheduling of intervals ...
2009-02-03 Gerd von Egidysome more unit-tests, test coverage fairly complete now
2009-02-03 Gerd von Egidysplit test_cron.cpp into test_cron_point and test_cron_...
2009-02-03 Gerd von Egidyimprove comment
2009-02-03 Gerd von Egidyfix unit-test (copy&paste-bug in the times)
2009-01-30 Gerd von Egidyadd even more interval-unit-tests. one is failing thoug...
2009-01-30 Gerd von Egidyeven more (interval-) unit tests
2009-01-30 Thomas JaroschAdded some safety checks to WeekCron. Updated StartHour...
2009-01-30 Gerd von Egidyadd some more DST-unit-tests
2009-01-29 Thomas JaroschAdded heavy unit test for WeekCron. Triggers glibc...
2009-01-29 Gerd von Egidyfix bugs with dst-changes. maybe won't work for other...
2009-01-29 Gerd von Egidyfix unit-tests that were broken, mark dst-bug, add...
2009-01-28 Thomas JaroschMerge commit 'origin/arnied-clockchange' into arnied...
2009-01-28 Thomas Jaroschsome tests for DST, some currently failing, maybe bug...
2009-01-28 Thomas JaroschRewrote Week::get_displaystring() and wrote unit test...
2009-01-28 Thomas JaroschMoved WEEK class to own file. Renamed to Week and adapt...
2009-01-28 Thomas Jaroschfix casts in unit-test, return StNimmerleinsDay for...
2009-01-28 Thomas JaroschMoved to i2n namespace. Constification. Calculate next_...
2009-01-28 Thomas Jaroschfix off-by-one / half-open-interval on end of interval...
2009-01-28 Thomas Jaroschsome more unit-tests for time-points
2009-01-28 Thomas Jaroschfix off-by-one at the end of an interval
2009-01-28 Gerd v. Egidyadd ideas for unit-tests
2009-01-28 Gerd v. Egidyscheduling class can do intervals now, some fixes
2009-01-28 Gerd v. Egidyadd class for weekly scheduling, intervals still missing
next