aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* log: remove accidentally added codeJohannes Stoelp2023-10-181-3/+1
* log: add check for fmt args against fmt string if -Wformat is enabledJohannes Stoelp2023-10-181-12/+17
* log: add minimal stderr loggerJohannes Stoelp2023-10-164-0/+197
* timer: add assertions to testJohannes Stoelp2023-08-312-0/+25
* bitfield: align comment style and replace return type by autoJohannes Stoelp2023-08-311-45/+35
* enable misc-*,bugprone-* lintsJohannes Stoelp2023-08-176-15/+39
* add clang-tidy and fix lintsJohannes Stoelp2023-08-086-29/+77
* timer: add simple linux watchclock timerJohannes Stoelp2023-07-033-0/+81
* option: fix UB, launder value ptrJohannes Stoelp2023-07-031-3/+16
* make: add clang-format lint targetJohannes Stoelp2023-07-033-42/+44
* make: bear as new default target, add run targetJohannes Stoelp2023-07-031-1/+9
* enable asa/lsan/ubsanJohannes Stoelp2023-07-031-4/+5
* add initial state of bitfield and optionJohannes Stoelp2023-07-027-0/+513