CDT Plusplus Versions Save

Causal Dynamical Triangulations in C++ using CGAL

0.1.8

6 years ago

This release has run successfully for 2 weeks on dewitt.physics.ucdavis.edu in debug mode, and should generate data correctly.

  • Fixed improper error handling of (2,6) move which was causing segfaults
  • Updated to Catch v2.2.1
  • Added SonarCloud static checker
  • Updated to CGAL 4.11.1
  • Updated to Clang 6
  • Removed Coverity
  • Numerous other fixes

0.1.7

6 years ago
  • Fixes clang errors (#67 )
  • Updated Catch
  • Updated to Boost 1.66
  • Updated imports of Curl
  • Changed to int_fast_32_t
  • Updated copyrights for the new year
  • Removed atomics

0.1.6

6 years ago

0.1.5

6 years ago

After watching Dr. Rian Quinn's "A Test a Day Keeps Your Manager Away!" and looking over https://github.com/ainfosec/ci_helloworld, added checks for whitespace, ClangFormat, ClangTidy, Valgrind, Coverity, and CodeCov.

Also re-organized CMakelists.txt according to current best practices outlined in https://github.com/Lectem/cpp-boilerplate/blob/master/CMakeLists.txt.

0.1.4

6 years ago

Now using Catch for behavior-driven development style tests using the Gherkin syntax.

0.1.3

6 years ago

(2,3) and (3,2) moves may not be possible in small simulations. This corrects possible infinite loops and adds a CTest case.