aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* make: wildcard to pickup tests rather than explicit listingHEADmainJohannes Stoelp2024-03-261-9/+4
* make: add compiler,std variant testsJohannes Stoelp2024-03-241-9/+26
* make: allow passing c++std via STD variableJohannes Stoelp2024-03-231-1/+2
* make: dont lint in bear targetJohannes Stoelp2024-03-231-1/+1
* make: refactor run all targetJohannes Stoelp2024-03-181-5/+6
* latch: add simple latch based on a mutex and cvJohannes Stoelp2023-11-081-0/+1
* make: swtich "all" as default targetJohannes Stoelp2023-11-071-2/+2
* mutex: add owning mutex utilityJohannes Stoelp2023-11-071-0/+1
* log: add minimal stderr loggerJohannes Stoelp2023-10-161-0/+1
* add clang-tidy and fix lintsJohannes Stoelp2023-08-081-0/+1
* timer: add simple linux watchclock timerJohannes Stoelp2023-07-031-0/+1
* make: add clang-format lint targetJohannes Stoelp2023-07-031-1/+4
* 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-021-0/+36