Skip to content

Releases: aminya/project_options

v0.25.1

14 Sep 00:25
Compare
Choose a tag to compare

What's Changed

  • fix: switch back before pulling the vcpkg branch by @aminya in #152
  • fix: warn about semicolon after in-class function definition by @ClausKlein in #151

Full Changelog: v0.25.0...v0.25.1

v0.25.0

11 Sep 11:40
Compare
Choose a tag to compare

What's Changed

  • feat: support multi-project projects by adding PREFIX by @aminya in #150

Full Changelog: v0.24.1...v0.25.0

v0.24.1

11 Aug 05:37
Compare
Choose a tag to compare

What's Changed

  • fix: install FILE_SET HEADERS for the new CMake versions by @ClausKlein in #144

Full Changelog: v0.24.0...v0.24.1

v0.24.0

15 Jul 22:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.0...v0.24.0

v0.23.0

13 Jul 00:58
Compare
Choose a tag to compare

What's Changed

https://github.com/aminya/project_options#disabling-static-analysis-for-external-targets

  • fix: fix vcvarsall not working when it is verbose (inside Visual Studio) by @aminya in #136

New Contributors

Full Changelog: v0.22.4...v0.23.0

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