Skip to content

Commit 7e2ef3c

Browse files
committed
new v1.0.3
- updated version in cmake - updated changelog
1 parent d0ff459 commit 7e2ef3c

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGES.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.13)
55

66
include(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
1111
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}")

0 commit comments

Comments
 (0)