Releases: alicevision/CCTag
Releases · alicevision/CCTag
v1.0.4
23 Jun 17:50
Compare
Sorry, something went wrong.
No results found
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
18 Oct 14:55
Compare
Sorry, something went wrong.
No results found
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
14 Jul 16:28
Compare
Sorry, something went wrong.
No results found
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
08 Oct 17:19
Compare
Sorry, something went wrong.
No results found
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
24 Jun 19:45
Compare
Sorry, something went wrong.
No results found
First milestone release.
See the changelog CHANGE.md for the complete history.
v1.0.0-rc4
20 Jun 15:32
Compare
Sorry, something went wrong.
No results found
Merge pull request #164 from alicevision/fix/deprecatedBoostTimers
Fix/deprecated boost timers
v1.0.0-rc3
15 May 12:27
Compare
Sorry, something went wrong.
No results found
Merge pull request #160 from alicevision/dev/detection
[apps] improved detection app
v1.0.0-rc2
17 Apr 12:07
Compare
Sorry, something went wrong.
No results found
Merge pull request #155 from alicevision/dev/c++14
Switch to c++14
v1.0.0-rc1
09 Oct 09:49
Compare
Sorry, something went wrong.
No results found
Merge pull request #134 from alicevision/cuda/fix_thrust
[cuda] fix CCTAG_NO_THRUST_COPY_IF code