Age | Commit message (Expand) | Author |
2021-05-07 | Define with-file and with-data-file sc macros.•••* src/macros/macros.sc (with-file, with-data-file): New macros.
| Arun Isaac |
2021-05-07 | Move with-rstats and define with-rstats* sc macros.•••* src/extent-sampling.sc (with-rstats): Move to ...
* src/macros/macros.sc (with-rstats): ... to here.
(with-rstats*): New macro.
| Arun Isaac |
2021-05-07 | Define with-rng sc macro.•••* src/macros/macros.sc (with-rng): New macro.
| Arun Isaac |
2021-05-07 | Move with-vector to macros.sc.•••* src/extent-sampling.sc (with-vector): Move to ...
* src/macros/macros.sc (with-vector): ... here.
| Arun Isaac |
2021-05-07 | Define for-i-step sc macro.•••* src/macros/macros.sc (for-i-step): New macro.
| Arun Isaac |
2021-05-07 | Define when and unless sc macros.•••* src/macros/macros.sc (when, unless): New macros.
| Arun Isaac |
2021-02-26 | Add copyright and license headers for all files.•••* include/extent-sampling.h, include/gaussian-nd-random.h,
include/integrands.h, include/nd-random.h, include/oracles.h,
include/utils.h, src/extent-sampling.sc, src/gaussian-nd-random.sc,
src/integrands.sc, src/macros/macros.sc, src/nd-random.sc,
src/oracles.sc, src/utils.sc, CMakeLists.txt, pre-inst-env.in: Add
copyright and license headers.
| Arun Isaac |
2021-02-05 | Use let* instead of declare and set.•••* src/macros/macros.sc (with-alloc): Use let* instead of declare and
set.
| 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 |