Age | Commit message (Expand) | Author |
2021-02-05 | Remove unused geometric progression functions.•••* include/utils.h (gprate, gpterm): Delete function prototype
declarations.
* src/utils.c (gprate, gpterm): Delete functions.
| Arun Isaac |
2021-02-05 | Remove unused extent oracles.•••* include/oracles.c (symmetric_spiral_extent_oracle,
right_triangle_extent_oracle, right_triangle_true_volume,
sphere_extent_oracle, sphere_maximum_extent, plane_extent_oracle):
Delete function prototype declarations.
* src/oracles.c (symmetric_spiral_extent_oracle,
right_triangle_extent_oracle, right_triangle_true_volume,
sphere_extent_oracle, sphere_maximum_extent, plane_extent_oracle):
Delete functions.
| Arun Isaac |
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 |
2021-02-03 | Add Gaussian n-d random functions.•••* gaussian-nd-random.c, gaussian-nd-random.h: New files.
| Arun Isaac |
2021-02-03 | Initial commit | Arun Isaac |