aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_fractions_01.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tests: Don't include iostream if not explicitly usedSven Gothel2022-08-051-1/+0
* FreeBSD Support: test_fractions_01: Increase required test accuracy from 1/2 ...Sven Gothel2022-07-241-2/+7
* FreeBSD Support: test_fractions_01: Cast std::chrono::milliseconds::rep to in...Sven Gothel2022-07-241-3/+3
* Fix fraction_timespec::normalize(): tv_nsec and tv_sec shall use same sign, f...Sven Gothel2022-07-201-0/+59
* Catch2: Adopt tests to v3.0.1Sven Gothel2022-06-191-3/+0
* fraction_timespec::normalize(): Fix underflow case, allow multiple of ns_per_secSven Gothel2022-05-181-0/+32
* fraction*: move test 04.00 -> 03.00 `struct timespec type validation Test 03.00`Sven Gothel2022-05-181-50/+51
* Refining fraction_timespec: Add notion of 'struct timespec' year 2038 issue, ...Sven Gothel2022-05-181-0/+50
* fraction, fraction_timespec: Add sleep_for(), sleep_until() and wait_for() & ...Sven Gothel2022-05-011-0/+49
* Introduce new types: fraction, fraction_timespec; its constants & literals as...Sven Gothel2022-05-011-0/+734