PROJECT MOVED TO Version1 Org/utils. THIS REPOSITORY WILL NO LONGER BE MAINTAINED.
This module contains a collection of utility functions:
- utils - string/number processing
- dl - shared object loading
- compat - platform compatibility
- common - some common functions and defines
To compile the installation:
$ git submodule update --init --recursive
$ mkdir build
$ cd build
$ cmake -DTESTS=ON ../
$ make
$ make installTo run the unit tests:
$ make test