Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 565 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 565 Bytes

utilities

A set of utilities.

Requirements

cmake is used to compile the sources.

The default compiler used is clang++-5.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 and Run Unit Tests

$ git clone https://github.com:massimo-marino/cpp-utilities.git
$ cd cpp-utilities
$ mkdir build
$ cd build
$ cmake ..
$ make
$ cd src/unitTests
$ ./unitTests

The Utilities

See the source code and the unit tests for examples of use.