Skip to content

Releases: bkthomps/Containers

v1.2.2

Choose a tag to compare

@bkthomps bkthomps released this 16 Nov 20:20
1701299

This patch changes the following:

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

v1.2.1

Choose a tag to compare

@bkthomps bkthomps released this 30 Apr 05:07
8afd80d

This patch changes the following:

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

v1.2.0

Choose a tag to compare

@bkthomps bkthomps released this 19 Sep 03:31
73f044e

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

Choose a tag to compare

@bkthomps bkthomps released this 02 Jul 20:46
c22b4da

This patch changes the following:

  • Adds a makefile

v1.1.1

Choose a tag to compare

@bkthomps bkthomps released this 11 Jul 01:00
8204df7

This patch changes the following:

  • Fixes a bug in forward_list

1.1.0

Choose a tag to compare

@bkthomps bkthomps released this 23 Jun 21:48
ee0bc1e

This minor release changes the following:

  • Adds a header compilation script
  • Adds a build script

v1.0.3

Choose a tag to compare

@bkthomps bkthomps released this 09 Jun 04:46
c62a486

This patch changes the following:

  • Minor performance improvements
  • Fixes typos in the code documentation

v1.0.2

Choose a tag to compare

@bkthomps bkthomps released this 30 May 22:54
7b55361

This patch changes the following:

  • Improves code documentation

v1.0.1

Choose a tag to compare

@bkthomps bkthomps released this 21 May 22:01
b8143b9

This patch changes the following:

  • Fixes implementation-defined behavior associated with C89
  • Improves documentation for building library files

v1.0.0

Choose a tag to compare

@bkthomps bkthomps released this 08 May 21:30
7928055

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