Releases: bkthomps/Containers
Releases · bkthomps/Containers
v1.2.1
This patch changes the following:
- Makes freeing NULL a no-op
- Adds support for Windows
v1.2.0
This minor release changes the following:
- Reduce calls to allocation functions to greatly improve performance
- Add bk_bool and bk_err types
- Rewrite deque for cleaner code
- Bugfix in list
- Improve deque block size logic
- New header creation script
- Improve code verification automated workflow
v1.1.2
This patch changes the following:
v1.1.1
This patch changes the following:
- Fixes a bug in forward_list
1.1.0
This minor release changes the following:
- Adds a header compilation script
- Adds a build script
v1.0.3
This patch changes the following:
- Minor performance improvements
- Fixes typos in the code documentation
v1.0.2
This patch changes the following:
- Improves code documentation
v1.0.1
This patch changes the following:
- Fixes implementation-defined behavior associated with C89
- Improves documentation for building library files
v1.0.0
Initial release. All information about the various containers as well as how to create dynamic and static libraries can be found in the readme.