Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, C...v0.9.2 | Sven Gothel | 2022-05-01 | 1 | -0/+7 |
* | Added test_simple_timer01.cpp; simple_timer::stop() now passes through the se... | Sven Gothel | 2022-05-01 | 1 | -1/+3 |
* | Adopt fraction and fraction_timespec, use wait_until() w/ out-of-loop absolut... | Sven Gothel | 2022-05-01 | 1 | -17/+24 |
* | simple_timer: Add noexcept to appropriate methods; Add service_runner and sim... | Sven Gothel | 2022-04-24 | 1 | -43/+6 |
* | FunctionDef: Rename Capture{-> Value}InvocationFunc, add CaptureRefInvocation... | Sven Gothel | 2022-04-17 | 1 | -2/+2 |
* | service_runner: Remove service_end_post_notify (data race leak), add join(), ... | Sven Gothel | 2022-04-15 | 1 | -4/+4 |
* | simple_timer: Renamed {SimpleTimer->simple_timer} and expose service_runner d...v0.7.14 | Sven Gothel | 2022-04-10 | 1 | -6/+23 |
* | Add SimpleTimer class: A simple timer for timeout and interval applications, ... | Sven Gothel | 2022-04-10 | 1 | -0/+147 |