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
9
9
10
10
### Added
11
11
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 )
13
23
14
24
### Changed
15
25
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.
17
27
- Using the new TBB oneAPI interface, this breaks compatibility with previous versions of TBB [ PR] ( https://github.com/alicevision/CCTag/pull/200 )
18
28
19
29
### Fixed
20
30
- 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 )
24
32
25
33
## [ 1.0.2] - 2022-07-14
26
34
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.13)
5
5
6
6
include (ExternalProject )
7
7
8
- project (CCTag VERSION 1.0.2 LANGUAGES C CXX )
8
+ project (CCTag VERSION 1.0.3 LANGUAGES C CXX )
9
9
10
10
# Set build path as a folder named as the platform (linux, windows, darwin...) plus the processor type
11
11
set (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