roodletoof
ddf9bea20b
remove tags as a dependency for test
...
it does notMake that much sense to have it like that in the first place.
It was for convenience, but it then requires the ci/cd pipeline to have
ctags installed and maybe other config. so screw it
2025-10-05 00:21:28 +02:00
roodletoof
eb47bcda9b
make tags target for ctags
...
I want to generate ctags whenever I make
2025-10-05 00:19:09 +02:00
roodletoof
e585134339
add KB, MB and GB macros
2025-10-04 20:55:15 +02:00
roodletoof
23cec15758
cover more test cases
2025-10-04 20:55:05 +02:00
roodletoof
17ac2f94cf
testing out macro magic to support positional, and keyword arguments with arbitrary default values
2025-10-04 00:42:50 +02:00
roodletoof
a99f159a8e
started work on buffer allocator interface
2025-10-04 00:42:16 +02:00
roodletoof
64893aa07e
allocator implementation snippet
2025-10-04 00:41:57 +02:00
roodletoof
275969b4b2
github actions for testing
2025-10-03 22:17:14 +02:00
roodletoof
06946c8066
add bounds checking
2025-10-03 22:17:07 +02:00
roodletoof
89b4dfa3e8
make testing more robust
2025-10-03 22:05:00 +02:00
roodletoof
8ada613a3e
retab
2025-10-03 20:55:18 +02:00
roodletoof
5fed6d24d8
std_allocator and testing
2025-10-03 20:21:27 +02:00
roodletoof
fb129ac32f
initial
...
an interface definition of an allocator, along with a simple
implementation that just re-exposes the default malloc, realloc and free
functions
2025-09-30 20:48:51 +02:00