Skip to content

boislib v1.1.0

Latest
Compare
Choose a tag to compare
@mfbsouza mfbsouza released this 05 Apr 01:51
v1.1.0
4de6081

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!