aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* bitset: initial state, play with fold exprJohannes Stoelp2024-03-261-0/+88
* ring: add pre cpp17 take() fnJohannes Stoelp2024-03-191-2/+2
* timer: inc upper bound in testJohannes Stoelp2024-03-181-9/+10
* ring: add simple statically sized ring bufferJohannes Stoelp2024-03-181-0/+93
* latch: add simple latch based on a mutex and cvJohannes Stoelp2023-11-081-0/+37
* mutex: add owning mutex utilityJohannes Stoelp2023-11-071-0/+41
* log: fix -Wformat-security lint and remove lint excuseJohannes Stoelp2023-10-181-0/+1
* log: add minimal stderr loggerJohannes Stoelp2023-10-161-0/+19
* timer: add assertions to testJohannes Stoelp2023-08-311-0/+18
* enable misc-*,bugprone-* lintsJohannes Stoelp2023-08-172-6/+6
* add clang-tidy and fix lintsJohannes Stoelp2023-08-082-21/+21
* timer: add simple linux watchclock timerJohannes Stoelp2023-07-031-0/+28
* make: add clang-format lint targetJohannes Stoelp2023-07-032-41/+40
* add initial state of bitfield and optionJohannes Stoelp2023-07-022-0/+148