@@ -66,7 +66,7 @@ Arbitrary-precision numbers and functions are by [MPFR] and [GMP].
6666- [x] Develop using Behavior-driven development ([ BDD] ) with [ doctest]
6767- [x] Continuous integration by [ Travis-CI] on macOS and Linux with [ gcc] /[ Clang]
6868- [x] Continuous integration by [ AppVeyor] on Windows with [ MSVC]
69- - [x] Continuous integration by [ Github Actions] on the leading edge
69+ - [x] Continuous integration by [ GitHub Actions] on the leading edge
7070- [x] 3D Simplex
7171- [x] 3D Spherical triangulation
7272- [x] 2+1 foliation
@@ -260,7 +260,7 @@ Options:
260260~~~
261261
262262The dimensionality of the spacetime is such that each slice of spacetime is
263- ` d-1 ` -dimensional, so setting ` d=3 ` generates 2 spacelike dimensions and one
263+ ` d-1 ` -dimensional, so setting ` d=3 ` generates two spacelike dimensions and one
264264timelike dimension, with a defined global time foliation. A
265265` d ` -dimensional simplex will have some ` d-1 ` sub-simplices that are purely
266266spacelike (all on the same timeslice) as well as some that are timelike
@@ -281,7 +281,7 @@ doxygen ./docs/Doxyfile
281281
282282This will generate a ` docs/html/ ` directory containing
283283documentation generated from CDT++ source files. ` USE_MATHJAX ` has been enabled
284- in [ Doxyfile] so that the LaTeX formulae can be rendered in the html
284+ in [ Doxyfile] so that the LaTeX formulae can be rendered in the HTML
285285documentation using [ MathJax] . ` HAVE_DOT ` is set to ** YES** which allows
286286various graphs to be autogenerated by [ Doxygen] using [ GraphViz] .
287287If you do not have GraphViz installed, set this option to ** NO**
@@ -413,7 +413,10 @@ Optional:
413413
414414- [ vcpkg] 's version of [ date] has an unfixed bug [ #23637 ] which produces ` use-of-uninitialized-value ` in [ MemorySanitizer] .
415415- [ vcpkg] has issues with ` fontconfig:arm64-osx ` [ #40623 ] .
416+ - [ vcpkg] fails to build [ gmp] on Linux (which breaks CI) [ #45336 ]
416417
418+
419+ [ #45336 ] : https://github.com/microsoft/vcpkg/issues/45336
417420[ #40623 ] : https://github.com/microsoft/vcpkg/issues/40623
418421[ #23637 ] : https://github.com/microsoft/vcpkg/issues/23637
419422[ CDT ] : https://arxiv.org/abs/hep-th/0105267
@@ -480,7 +483,7 @@ Optional:
480483[ 3 ] : https://github.com/microsoft/vcpkg/issues/8627
481484[ CONTRIBUTING.md ] : https://github.com/acgetchell/CDT-plusplus/blob/develop/.github/CONTRIBUTING.md
482485[ CODE_OF_CONDUCT.md ] : https://github.com/acgetchell/CDT-plusplus/blob/develop/.github/CODE_OF_CONDUCT.md
483- [ Github Actions] : https://github.com/features/actions
486+ [ GitHub Actions] : https://github.com/features/actions
484487[ Visual Studio 2019 ] : https://visualstudio.microsoft.com/vs/
485488[ {fmt} ] : https://github.com/fmtlib/fmt
486489[ AddressSanitizer ] : https://github.com/google/sanitizers/wiki/AddressSanitizer
0 commit comments