Age | Commit message (Expand) | Author |
---|---|---|
2021-02-03 | Move source files and headers to separate directories.•••* extent-sampling.h, gaussian-nd-random.h, nd-random.h, oracles.h, utils.h: Move into include directory. * extent-sampling.c, gaussian-nd-random.c, nd-random.c, oracles.c, utils.c: Move into src directory. * CMakeLists.txt: Set include as include directory. Look for source files inside src directory. | Arun Isaac |
2021-02-03 | Set up a cmake build system.•••* Makefile: Delete file. * CMakeLists.txt: New file. | Arun Isaac |