CartwrightLab / dawg

Simulating Sequence Evolution
GNU General Public License v2.0
11 stars 3 forks source link

Migration from CMake to Meson #73

Closed jgarciamesa closed 2 years ago

jgarciamesa commented 2 years ago

Replace CMake build framework with Meson, addresses #68. Replace random number generator with fragmites::random, addresses #70. Update version header and version number. Replace syntax from <> to "" when including non system headers. Add .clang-format (Google style guide) and format modified files accordingly. Remove deprecated options from doxygen's configuration file. Add contribution folder with CLI11, doctest, and rapidyaml libraries (not yet in use).