Skip to content

Releases: mfbsouza/boislib

boislib v1.1.0

05 Apr 01:51
v1.1.0
4de6081
Compare
Choose a tag to compare

This is the second release of the boislib! what's new?

  • memory/memmgr: implements dynamic memory management
  • data_structures/circular_queue: implements queue data structure
  • support for installing as a static/shared library in linux distributions
  • support for unit testing and code coverage report with Gtest and LCOV
  • support for code formatting with clang-format

Check out the README for instructions on how to use it!