A cross-platform and cross-language object system written in C11.
$ sudo apt install build-essential cmake git- Requires cmake and C compiler
$ cd HollowCore
$ mkdir build
$ cd build
$ cmake ..
$ make- Requires cmake and C compiler
$ cd HollowCore
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make test
$ ctest --verbose$ sudo apt install build-essential cmake git valgrind$ cd HollowCore
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make test
$ valgrind ./hollowcoretest- Requires cmake, gcc or llvm, gcov, lcov, genhtml
$ cd HollowCore
$ mkdir build
$ cd build
$ cmake .. -DCOVERAGE=1
$ make hollowcorecoverage
$ open hollowcorecoverage/html/index.html