Skip to content

Releases: alicevision/CCTag

v1.0.3

18 Oct 14:55
7e2ef3c
Compare
Choose a tag to compare

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
f450b6c
Compare
Choose a tag to compare

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
a0f4630
Compare
Choose a tag to compare

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
83cfb06
Compare
Choose a tag to compare

First milestone release.
See the changelog CHANGE.md for the complete history.

v1.0.0-rc4

20 Jun 15:32
5df3be6
Compare
Choose a tag to compare
v1.0.0-rc4 Pre-release
Pre-release
Merge pull request #164 from alicevision/fix/deprecatedBoostTimers

Fix/deprecated boost timers

v1.0.0-rc3

15 May 12:27
6f9fa2a
Compare
Choose a tag to compare
v1.0.0-rc3 Pre-release
Pre-release
Merge pull request #160 from alicevision/dev/detection

[apps] improved detection app

v1.0.0-rc2

17 Apr 12:07
cad8271
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release
Merge pull request #155 from alicevision/dev/c++14

Switch to c++14

v1.0.0-rc1

09 Oct 09:49
ebdfe26
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release
Merge pull request #134 from alicevision/cuda/fix_thrust

[cuda] fix CCTAG_NO_THRUST_COPY_IF code