Age | Commit message (Expand) | Author |
2021-02-26 | Comment about building and installing shared library.•••* CMakeLists.txt: Comment about building and installing shared
library.
| Arun Isaac |
2021-02-26 | Include GNUInstallDirs earlier in CMakeLists.•••* CMakeLists.txt: Include GNUInstallDirs earlier.
| Arun Isaac |
2021-02-11 | Link libextentsampling with libgsl and libgslcblas.•••* CMakeLists.txt: Link libextentsampling with libgsl and libgslcblas.
| Arun Isaac |
2021-02-10 | Add pre-installation environment script.•••The pre-inst-env script is required to find freshly built libraries
and scheme files before installation.
* pre-inst-env.in: New file.
* CMakeLists.txt: Configure pre-inst-env.in with correct paths.
| Arun Isaac |
2021-02-10 | Add scheme wrapper.•••* scm/extent-sampling/load-libs.scm.in, scm/extent-sampling/wrap.scm:
New files.
* CMakeLists.txt: Check for guile. Build and install scheme wrapper.
(change_extension): New function.
| Arun Isaac |
2021-02-09 | Install headers and shared library.•••* CMakeLists.txt: Install headers and shared library.
| Arun Isaac |
2021-02-09 | Make indentation of generated C sources optional.•••This is so as to not make indent a build dependency.
* CMakeLists.txt: Indent generated C sources only when the indent
program is found. Don't fail when indent is not found.
| Arun Isaac |
2021-02-05 | Specify dependency on src/macros/macros.sc.•••Not all SC files need depend on src/macros/macros.sc, but we make this
simplifying assumption so as to not have to scan the source files at
build time.
* CMakeLists.txt: Make every SC file depend on src/macros/macros.sc.
| Arun Isaac |
2021-02-05 | Use semantic versioning.•••* CMakeLists.txt: Use semantic versioning. Introduce patch version
number.
| Arun Isaac |
2021-02-05 | Migrate C source to SC.•••sph-sc is a scheme-like S-expression syntax for C. It elements much of
the pain and repetition involved in writing C syntax.
* src/extent-sampling.c, src/gaussian-nd-random.c, src/nd-random.c,
src/oracles.c, src/utils.c: Delete files.
* src/extent-sampling.sc, src/gaussian-nd-random.sc,
src/macros/macros.sc, src/nd-random.sc, src/oracles.sc, src/utils.sc:
New files.
* CMakeLists.txt: Generate C source files from SC source files.
| 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 |