Skip to content

Releases: aminya/project_options

v0.22.4

30 May 21:40
Compare
Choose a tag to compare

v0.22.3

30 May 20:38
Compare
Choose a tag to compare

What's Changed

  • fix: set the fallbacks of the RelWithDebInfo Colcon build in the cache by @aminya in #130

Full Changelog: v0.22.2...v0.22.3

v0.22.2

26 May 19:25
Compare
Choose a tag to compare
  • fix: relax the cmake requirement in DetectCompiler in e8e3cc7

v0.22.1

22 May 06:46
Compare
Choose a tag to compare

Bug fix for v0.22.0

  • fix: enable Unicode for all MinGW targets to fix undefined reference to WinMain in 836883e

v0.22.0

22 May 04:54
Compare
Choose a tag to compare

What's Changed

  • 🎉 feat: add an MSVC Toolchain - automatically support MSVC with non-visual studio generators (e.g. Ninja) regardless of the environment by @aminya in #34, #123, #124, #128
  • 🎉 feat: support MinGW by @aminya in #126, #127, #128
  • feat: allow Conan profiles by @ddalcino in #115
  • feat: put the executable on PATH for debugging inside Visual Studio by @aminya in #121
  • feat: add the LINKER option to project_options by @aminya in #125
  • feat: add a module to detect the compiler by @aminya in #126, #127

Breaking Changes

  • Removed the global USER_LINKER_OPTION variable. Now, you should pass your custom linker as the function argument LINKER to project_options

LINKER: choose a specific linker (e.g. lld, gold, bfd). If set to OFF (default), the linker is automatically chosen.

New Contributors

Full Changelog: v0.21.1...v0.22.0

v0.21.1

27 Apr 14:05
Compare
Choose a tag to compare

What's Changed

  • Allow project options to be used in creation of a conan package. by @lambtonr in #122

New Contributors

Full Changelog: v0.21.0...v0.21.1

v0.21.0

12 Apr 17:11
Compare
Choose a tag to compare

What's Changed

  • feat: allow list of files instead of Doxygen theme by @dk949 in #119
  • feat: add multi-config handling by @lefticus in #120
  • fix: fix CMAKE_MAP_IMPORTED_CONFIG_RELWITHDEBINFO for ROS packages by @aminya in #118

New Contributors

Full Changelog: v0.20.0...v0.21.0

v0.20.0

31 Mar 20:13
Compare
Choose a tag to compare

What's Changed

  • feat: support the Visual Studio IDE code analysis by @aminya in #82
  • feat: make Conan quiet if cmake is not verbose by @aminya in #79
  • feat: add CMakeLists.txt to support CPM by @ClausKlein in #116
  • fix: warn for using cmake 3.17 or older by @aminya in #109
  • test: test the minimum required cmake version by @aminya in #109
  • fix: wrap all the global code in macros by @aminya in #109
  • fix: add include guards by @aminya in #109
  • fix: include the files to allow calling individual functions by @aminya in #109
  • fix: make policy CMP0103 optional by @aminya in #109
  • fix: disable INTERPROCEDURAL_OPTIMIZATION for old cmake by @aminya in #109
  • fix: use the project_name for the default export destination by @aminya in #110
  • test: add spell checking test by @aminya in #103

Breaking Changes

The project has been transferred to the @aminya account. You should update your CMake code to use the new URL:

# Add project_options v0.20.0
# https://github.com/aminya/project_options
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
include(FetchContent)
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.20.0.zip)
FetchContent_MakeAvailable(_project_options)
include(${_project_options_SOURCE_DIR}/Index.cmake)

Read this statement for more information about the transfer.

Full Changelog: v0.19.0...v0.20.0

v0.19.0

14 Mar 19:46
Compare
Choose a tag to compare

What's Changed

  • feat: upgrade to doxygen-awesome-css v2.0.2 by @aminya in #88
  • fix: use a warning if LTO is not supported + message the need for enabling lto in other projects by @aminya in #92
  • fix: enable native optimization only on x64 by @aminya in #98
  • fix: disable PCH if clang-tidy is used with gcc by @aminya in #91
  • fix: clone vcpkg only if the directory doesn't exist by @aminya in #101
  • fix: fix CMAKE_C_STANDARD variable by @aminya in 869986c

New Contributors

Full Changelog: v0.18.1...v0.19.0

v0.18.1

03 Mar 09:20
Compare
Choose a tag to compare

What's Changed

  • fix: fix native optimization by @aminya in #90
  • refactor: make detect_architecture a generic utility function by @aminya in #87

Full Changelog: v0.18.0...v0.18.1