File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12- - Enable -faligned-new when CCTAG_EIGEN_MEMORY_ALIGNMENT is set on GCC >= 7.1 [ PR] ( https://github.com/alicevision/CCTag/pull/193 )
12+ ### Changed
13+
14+ ### Fixed
15+
16+ ### Removed
17+
18+ ## [ 1.0.3] - 2022-10-18
19+
20+ ### Added
21+
22+ - Enable ` -faligned-new ` when ` CCTAG_EIGEN_MEMORY_ALIGNMENT ` is set on GCC >= 7.1 [ PR] ( https://github.com/alicevision/CCTag/pull/193 )
1323
1424### Changed
1525
16- - Replaced CCTAG_EIGEN_MEMORY_ALIGNMENT with CCTAG_EIGEN_MEMORY_ALIGNMENT which has the opposite meaning.
26+ - Replaced ` CCTAG_EIGEN_MEMORY_ALIGNMENT ` with ` CCTAG_EIGEN_MEMORY_ALIGNMENT ` which has the opposite meaning.
1727- Using the new TBB oneAPI interface, this breaks compatibility with previous versions of TBB [ PR] ( https://github.com/alicevision/CCTag/pull/200 )
1828
1929### Fixed
2030- fix gcc11 ordered pointer comparison [ PR] ( https://github.com/alicevision/CCTag/pull/191 )
21- - fix handling of BUILD_SHARED_LIBS option [ PR] ( https://github.com/alicevision/CCTag/pull/201 )
22-
23- ### Removed
31+ - fix handling of ` BUILD_SHARED_LIBS ` option [ PR] ( https://github.com/alicevision/CCTag/pull/201 )
2432
2533## [ 1.0.2] - 2022-07-14
2634
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.13)
55
66include (ExternalProject)
77
8- project (CCTag VERSION 1.0.2 LANGUAGES C CXX)
8+ project (CCTag VERSION 1.0.3 LANGUAGES C CXX)
99
1010# Set build path as a folder named as the platform (linux, windows, darwin...) plus the processor type
1111set (CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR} /${CMAKE_SYSTEM_NAME} -${CMAKE_SYSTEM_PROCESSOR} " )
You can’t perform that action at this time.
0 commit comments