Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Sep 14, 2017

README.md

circular-buffer

C++17 implementation of a circular buffer

Requirements

cmake is used to compile the sources.

The default compiler used is clang++-9.0.

The cmake files compile with -std=c++17.

The unit tests are implemented in googletest: be sure you have installed googletest to compile.

Install

$ git clone https://github.com/massimo-marino/circular-buffer.git
$ cd circular-buffer
$ mkdir build
$ cd build
$ cmake ..
$ make

Run Unit Tests

$ cd src/unitTests
$ ./unitTests

Run Example

Remove -DDO_LOGS from CMAKE_CXX_FLAGS in the cmake file to see no logs printed at run-time.

$ cd ../example
$ ./circular-buffer-example

About

A C++17 implementation of a circular buffer

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.