summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
17 hoursadd simple string bufferKimplul
+ Has short-string optimization, which seems to trigger an erroneous warning about out-of-bounds writes to unions. Should probably report upstream.
4 daysplace bench results in reportsKimplul
2025-10-16use different iteration values for test/benchv0.0.1Kimplul
+ Regular tests are pretty darn slow with valgrind on certain virtual machines, speed them up a bit
2025-10-16add -O2 to default CFLAGS, speeds up testing.Kimplul
+ If a better debugging experience is required, just manually set CFLAGS on the command line
2025-10-16add stable vectorKimplul
+ Allows references to elements to be stable over insertion + Doesn't implement all of the regular vec interface at the moment and requires slightly different iteration handling unfortunately, but maybe it's not too bad?
2025-09-16fix `make bench`Kimplul
2025-08-22use covsrv for coverage testingKimplul
2025-03-22try to use more generic auto type for iterationKimplul
2024-10-27add mapKimplul
2024-10-27initial containersKimplul