Age | Commit message (Expand) | Author |
2024-08-28 | Do not use __VA_OPT__ for now.c | 3gg |
2024-08-28 | Fix LOGE macro. | 3gg |
2024-06-15 | More convenient list iteration. | 3gg |
2024-06-15 | Add path. | 3gg |
2024-06-15 | Add dynamically-sized strings. | 3gg |
2024-06-15 | Use __VA_OPT__ | 3gg |
2024-04-13 | Avoid __VA_OPT__; not available until C2X. | 3gg |
2024-04-13 | Hard asserts. | 3gg |
2024-04-13 | Fix assert macro. | 3gg |
2024-04-13 | Undef log macros if they are already defined to redefine them without warnings. | 3gg |
2024-03-09 | Define functions to get the number of used blocks. | 3gg |
2024-02-25 | Better log macro. | 3gg |
2024-02-25 | Better assert macro. | 3gg |
2024-02-25 | Simpler error logging API. | 3gg |
2024-02-25 | Add function to check for empty string. | 3gg |
2024-02-13 | Let memory allocators trap by default when attempting to allocate beyond capa... | 3gg |
2024-02-12 | Use stderr for LOGE. | 3gg |
2024-02-10 | Reword comments. | 3gg |
2024-01-20 | Avoid macro redefinition. | 3gg |
2024-01-19 | Add comments, simplify deletion. | 3gg |
2023-07-17 | Add used list to mempool; fix mem iteration. | 3gg |
2023-07-16 | Fix mem and mempool iteration. | 3gg |
2023-07-16 | Add function to query pool capacity. | 3gg |
2023-07-16 | Fix path concatenation. | 3gg |
2023-07-13 | Add a free list to mempool. | 3gg |
2023-07-13 | Add tests for dyn and clear. | 3gg |
2023-07-13 | Add mem allocator, remove listpool. | 3gg |
2023-07-11 | Add filesystem library. | 3gg |
2023-07-11 | Add support for dynamically allocated mempools. | 3gg |
2023-06-17 | Add error library. | 3gg |
2023-06-16 | Add plugin library. | 3gg |
2023-06-12 | Add list library. | 3gg |
2023-02-17 | Add string hash. | 3gg |
2023-02-04 | More compliance with C11. | 3gg |
2023-02-04 | Add time_point_to_ns(). | 3gg |
2023-02-04 | Add itoa. | 3gg |
2023-02-04 | Rename cstring -> cstr. | 3gg |
2023-01-23 | Update listpool's interface to be on par with mempool's. | 3gg |
2023-01-23 | Clear block info on init and simplify next free block search. | 3gg |
2023-01-23 | Format. | 3gg |
2023-01-07 | Format. | 3gg |
2023-01-07 | Add concat_cstr. | 3gg |
2023-01-05 | Add length() and append(). | 3gg |
2022-05-11 | Add random variable. | Marc Sunet |
2022-05-07 | Add string comparison. | 3gg |
2022-05-07 | Add random library. | Marc Sunet |
2021-12-23 | Lower cmake version to 3.0 | Marc Sunet |
2021-12-04 | Add timer library. | 3gg |
2021-12-04 | Initial commit. | 3gg |
2021-12-04 | Initial commit | 3gg |