Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | timer: inc upper bound in test | Johannes Stoelp | 2024-03-18 | 1 | -9/+10 |
* | ring: add simple statically sized ring buffer | Johannes Stoelp | 2024-03-18 | 1 | -0/+93 |
* | latch: add simple latch based on a mutex and cv | Johannes Stoelp | 2023-11-08 | 1 | -0/+37 |
* | mutex: add owning mutex utility | Johannes Stoelp | 2023-11-07 | 1 | -0/+41 |
* | log: fix -Wformat-security lint and remove lint excuse | Johannes Stoelp | 2023-10-18 | 1 | -0/+1 |
* | log: add minimal stderr logger | Johannes Stoelp | 2023-10-16 | 1 | -0/+19 |
* | timer: add assertions to test | Johannes Stoelp | 2023-08-31 | 1 | -0/+18 |
* | enable misc-*,bugprone-* lints | Johannes Stoelp | 2023-08-17 | 2 | -6/+6 |
* | add clang-tidy and fix lints | Johannes Stoelp | 2023-08-08 | 2 | -21/+21 |
* | timer: add simple linux watchclock timer | Johannes Stoelp | 2023-07-03 | 1 | -0/+28 |
* | make: add clang-format lint target | Johannes Stoelp | 2023-07-03 | 2 | -41/+40 |
* | add initial state of bitfield and option | Johannes Stoelp | 2023-07-02 | 2 | -0/+148 |