Bailey Thompson
354e0aef1b
Rename defines header ( #142 )
2020-10-02 19:46:13 -04:00
Bailey Thompson
c77aa4d87b
Add ordered retrieval ( #120 )
...
Add ordered retrieval functions to the tree-based containers.
2020-08-20 01:35:28 -04:00
Bailey Thompson
e3bc87298f
Simplify return values ( #114 )
...
Introduce bk_err and bk_bool rather than using int for both of these.
This means that the function definition now specifies whether 0 means
no error, or whether it means false.
2020-08-17 16:55:29 -04:00
Bailey Thompson
724c0e51c9
Make macros more unique ( #113 )
2020-08-17 03:12:25 -04:00
Bailey Thompson
fd3d3fc8b8
Reduce calls to malloc in map ( #101 )
...
Reduce the number of malloc calls in map. Improves efficiency by 40%.
2020-08-15 02:44:41 -04:00
Bailey Thompson
4332c05e0b
Add compilation documentation ( #36 )
...
Add documentation for how to compile dynamic and static libraries.
2019-05-08 04:33:25 -04:00