Releases: bkthomps/Containers
Releases · bkthomps/Containers
v1.2.2
16 Nov 20:20
Compare
Sorry, something went wrong.
No results found
This patch changes the following:
Updates GitHub Actions to newest version
Removes some unneeded usage of memcpy
v1.2.1
30 Apr 05:07
Compare
Sorry, something went wrong.
No results found
This patch changes the following:
Makes freeing NULL a no-op
Adds support for Windows
v1.2.0
19 Sep 03:31
Compare
Sorry, something went wrong.
No results found
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
02 Jul 20:46
Compare
Sorry, something went wrong.
No results found
This patch changes the following:
v1.1.1
11 Jul 01:00
Compare
Sorry, something went wrong.
No results found
This patch changes the following:
Fixes a bug in forward_list
1.1.0
23 Jun 21:48
Compare
Sorry, something went wrong.
No results found
This minor release changes the following:
Adds a header compilation script
Adds a build script
v1.0.3
09 Jun 04:46
Compare
Sorry, something went wrong.
No results found
This patch changes the following:
Minor performance improvements
Fixes typos in the code documentation
v1.0.2
30 May 22:54
Compare
Sorry, something went wrong.
No results found
This patch changes the following:
Improves code documentation
v1.0.1
21 May 22:01
Compare
Sorry, something went wrong.
No results found
This patch changes the following:
Fixes implementation-defined behavior associated with C89
Improves documentation for building library files
v1.0.0
08 May 21:30
Compare
Sorry, something went wrong.
No results found
Initial release. All information about the various containers as well as how to create dynamic and static libraries can be found in the readme.