index
:
clib
c
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-09-30
Add plugin test.
3gg
2024-09-22
FreeBSD port.
3gg
2024-09-16
Set C standard version.
3gg
2024-09-16
Fix warnings.
3gg
2024-09-16
Set C standard version.
3gg
2024-09-16
Upgrade minimum cmake version.
3gg
2024-09-16
Fix comparison.
3gg
2024-09-16
Add test library.
3gg
2024-09-16
Fix comparison.
3gg
2024-09-16
Make test its own library.
3gg
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 ↵
3gg
capacity.
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
[next]