Go to file
Alexis Pereda 08d655ad70 thesis version 2021-05-10 18:10:51 +02:00
inc thesis version 2021-05-10 18:10:51 +02:00
src thesis version 2021-05-10 18:10:51 +02:00
tests thesis version 2021-05-10 18:10:51 +02:00
.gitignore thesis version 2021-05-10 18:10:51 +02:00
CMakeLists.txt thesis version 2021-05-10 18:10:51 +02:00
LICENSE thesis version 2021-05-10 18:10:51 +02:00
README.md thesis version 2021-05-10 18:10:51 +02:00

README.md

About

This template metaprogramming library is part of my Ph.D. thesis work and is used in main projects.

Organisation

Main directories:

  • src: the library sources.

Usage

To produce the Makefile and build the project:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

To run unit testing:

./build/tests_pfor