Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | log: remove accidentally added code | Johannes Stoelp | 2023-10-18 | 1 | -3/+1 |
* | log: add check for fmt args against fmt string if -Wformat is enabled | Johannes Stoelp | 2023-10-18 | 1 | -12/+17 |
* | log: add minimal stderr logger | Johannes Stoelp | 2023-10-16 | 4 | -0/+197 |
* | timer: add assertions to test | Johannes Stoelp | 2023-08-31 | 2 | -0/+25 |
* | bitfield: align comment style and replace return type by auto | Johannes Stoelp | 2023-08-31 | 1 | -45/+35 |
* | enable misc-*,bugprone-* lints | Johannes Stoelp | 2023-08-17 | 6 | -15/+39 |
* | add clang-tidy and fix lints | Johannes Stoelp | 2023-08-08 | 6 | -29/+77 |
* | timer: add simple linux watchclock timer | Johannes Stoelp | 2023-07-03 | 3 | -0/+81 |
* | option: fix UB, launder value ptr | Johannes Stoelp | 2023-07-03 | 1 | -3/+16 |
* | make: add clang-format lint target | Johannes Stoelp | 2023-07-03 | 3 | -42/+44 |
* | make: bear as new default target, add run target | Johannes Stoelp | 2023-07-03 | 1 | -1/+9 |
* | enable asa/lsan/ubsan | Johannes Stoelp | 2023-07-03 | 1 | -4/+5 |
* | add initial state of bitfield and option | Johannes Stoelp | 2023-07-02 | 7 | -0/+513 |