Skip to content

Releases: bkthomps/Containers

v1.2.2

16 Nov 20:20
1701299

Choose a tag to compare

This patch changes the following:

  • Updates GitHub Actions to newest version
  • Removes some unneeded usage of memcpy

v1.2.1

30 Apr 05:07
8afd80d

Choose a tag to compare

This patch changes the following:

  • Makes freeing NULL a no-op
  • Adds support for Windows

v1.2.0

19 Sep 03:31
73f044e

Choose a tag to compare

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
c22b4da

Choose a tag to compare

This patch changes the following:

  • Adds a makefile

v1.1.1

11 Jul 01:00
8204df7

Choose a tag to compare

This patch changes the following:

  • Fixes a bug in forward_list

1.1.0

23 Jun 21:48
ee0bc1e

Choose a tag to compare

This minor release changes the following:

  • Adds a header compilation script
  • Adds a build script

v1.0.3

09 Jun 04:46
c62a486

Choose a tag to compare

This patch changes the following:

  • Minor performance improvements
  • Fixes typos in the code documentation

v1.0.2

30 May 22:54
7b55361

Choose a tag to compare

This patch changes the following:

  • Improves code documentation

v1.0.1

21 May 22:01
b8143b9

Choose a tag to compare

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
7928055

Choose a tag to compare

Initial release. All information about the various containers as well as how to create dynamic and static libraries can be found in the readme.