Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: gadomski/fgt

Tags

Verified

This tag was signed with the committer’s verified signature.
gadomski Pete Gadomski

Verified

This tag was signed with the committer’s verified signature.
gadomski Pete Gadomski

v0.4.9

Toggle v0.4.9's commit message
v0.4.9

- [UPDATED] Use BUILD_INTERFACE for CMakeLists.txt

v0.4.8

Toggle v0.4.8's commit message
v0.4.8

- [FIXED] Minor CI tweaks

v0.4.7

Toggle v0.4.7's commit message
v0.4.7

- [UPDATED] Switched from Travis CI to Github actions
- [CHANGED] Use generator expressions in Cmakelists.txt

v0.4.6

Toggle v0.4.6's commit message
v0.4.6

- [FIXED] Store a Matrix, not MatrixRef, in an fgt.
- [ADDED] Tests for epsilon tolerances.
- [ADDED] Deny static builds with OpenMP.
- [ADDED] Tests with CPD's fish data.
- [ADDED] Set CMake policy CMP0054, quotes variables in IF statements.
- [CHANGED] Build shared libs by default, but not on AppVeyor or with MVSC.

v0.4.5

Toggle v0.4.5's commit message
v0.4.5

- [ADDED] Check for overflow when performing n choose k (#34).
- [ADDED] Brief README.md instructions for Visual Studio build.
- [CHANGED] Little things about version handling in CMake configuration.
- [CHANGED] Little things to clean up windoze build.
- [CHANGED] Made -std=c++11 a PUBLIC (hense, interface) compile option of Library-C++
- [CHANGED] Downgraded CMake version required to 2.8.12
- [DELETED] The version badge in README.md

v0.4.4

Toggle v0.4.4's commit message
v0.4.4

- [CHANGED] Downgraded required cmake version to 3.0
- [ADDED] Version tag to README.md

v0.4.3

Toggle v0.4.3's commit message
v0.4.3

- [FIXED] Throw an error when ifgt decides that it needs zero clusters, instead of later segfaulting (#28)
- [CHANGED] Upgrade CMake minimum version to 3.1 (#29)
- [CHANGED] Many small tweaks to enable error- and warning-free building on Windoze (#30)
- [ADDED] AppVeyor continuous integration for Windoze (#30)
- [ADDED] `FGT_WITH_OPENMP` variable to CMake configure script, for use by downstream consumers

v0.4.2

Toggle v0.4.2's commit message
v0.4.2

- [DELETED] Git-cmake magic that tried to block us from f-ing up the version tagging. It was getting in the way.