aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_latch01.cpp
Commit message (Expand)AuthorAgeFilesLines
* ClangTidy: Fix test codeSven Gothel2022-11-211-15/+15
* Fix test_latch01.cpp: Make sense from actions and fix 'count_up' testSven Gothel2022-09-191-37/+63
* jau::latch: Add default ctor and set(n), useful for member instances in combi...Sven Gothel2022-09-171-14/+49
* Tests: Don't include iostream if not explicitly usedSven Gothel2022-08-051-1/+0
* Catch2: Adopt tests to v3.0.1Sven Gothel2022-06-191-3/+0
* jau::latch: Extend functionality with count_up(), allowing to dynamically add...Sven Gothel2022-05-151-7/+49
* Added test_simple_timer01.cpp; simple_timer::stop() now passes through the se...Sven Gothel2022-05-011-1/+1
* Adopt fraction and fraction_timespec, use wait_until() w/ out-of-loop absolut...Sven Gothel2022-05-011-1/+3
* Fix test_latch01.cpp: Thread function something() needs to use atomic increme...Sven Gothel2021-12-051-2/+3
* latch: Extend with wait_for() and arrive_and_wait_for(), i.e. add variants wi...Sven Gothel2021-11-161-2/+26
* TestLatch01: Add validation against external artifactSven Gothel2021-11-161-4/+8
* latch: Fix and add unit testSven Gothel2021-11-161-0/+72