Releases: alicevision/CCTag
Releases · alicevision/CCTag
v1.0.4
Added
- [ci] added a first github CI for windows without cuda PR
Changed
- [ci] added more test images for linux PR
Fixed
- compatibility issues with newer versions (>= 1.85) of boost PR
v1.0.3
Added
- Enable
-faligned-new
when CCTAG_EIGEN_MEMORY_ALIGNMENT
is set on GCC >= 7.1 PR
Changed
- Replaced
CCTAG_EIGEN_MEMORY_ALIGNMENT
with CCTAG_EIGEN_MEMORY_ALIGNMENT
which has the opposite meaning.
- Using the new TBB oneAPI interface, this breaks compatibility with previous versions of TBB PR
Fixed
- fix gcc11 ordered pointer comparison PR
- fix handling of
BUILD_SHARED_LIBS
option PR
v1.0.2
Minor patch release to fix potential out of bound memory access in debug mode.
Added
- Added documentation for conan PR
Fixed
- Fixed potential out of bound in debug mode PR
v1.0.1
Patch version to fix some windows issues
Changed
- Renamed the marker files to be 0-based PR
Fixed
- Fixed missing math module for boost PR
- Fixed compilation errors for newer version of boost on windows PR
- Removed old legacy defines for cuda and boost no more needed since the switch to c++14 PR
v1.0.0
First milestone release.
See the changelog CHANGE.md for the complete history.
v1.0.0-rc4
Merge pull request #164 from alicevision/fix/deprecatedBoostTimers
Fix/deprecated boost timers
v1.0.0-rc3
Merge pull request #160 from alicevision/dev/detection
[apps] improved detection app
v1.0.0-rc2
Merge pull request #155 from alicevision/dev/c++14
Switch to c++14
v1.0.0-rc1
Merge pull request #134 from alicevision/cuda/fix_thrust
[cuda] fix CCTAG_NO_THRUST_COPY_IF code