Skip to content

Commit

Permalink
new v1.0.3
Browse files Browse the repository at this point in the history
- updated version in cmake
- updated changelog
  • Loading branch information
simogasp committed Oct 18, 2022
1 parent d0ff459 commit 7e2ef3c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Enable -faligned-new when CCTAG_EIGEN_MEMORY_ALIGNMENT is set on GCC >= 7.1 [PR](https://github.com/alicevision/CCTag/pull/193)
### Changed

### Fixed

### Removed

## [1.0.3] - 2022-10-18

### Added

- Enable `-faligned-new` when `CCTAG_EIGEN_MEMORY_ALIGNMENT` is set on GCC >= 7.1 [PR](https://github.com/alicevision/CCTag/pull/193)

### Changed

- Replaced CCTAG_EIGEN_MEMORY_ALIGNMENT with CCTAG_EIGEN_MEMORY_ALIGNMENT which has the opposite meaning.
- 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](https://github.com/alicevision/CCTag/pull/200)

### Fixed
- fix gcc11 ordered pointer comparison [PR](https://github.com/alicevision/CCTag/pull/191)
- fix handling of BUILD_SHARED_LIBS option [PR](https://github.com/alicevision/CCTag/pull/201)

### Removed
- fix handling of `BUILD_SHARED_LIBS` option [PR](https://github.com/alicevision/CCTag/pull/201)

## [1.0.2] - 2022-07-14

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.13)

include(ExternalProject)

project(CCTag VERSION 1.0.2 LANGUAGES C CXX)
project(CCTag VERSION 1.0.3 LANGUAGES C CXX)

# Set build path as a folder named as the platform (linux, windows, darwin...) plus the processor type
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}")
Expand Down

0 comments on commit 7e2ef3c

Please sign in to comment.