Skip to content

Releases: aminya/project_options

v0.11.1

28 Nov 10:16
Compare
Choose a tag to compare

Full Changelog: v0.11.0...v0.11.1

v0.11.0

28 Nov 09:21
Compare
Choose a tag to compare

What's Changed

  • Automatically set-up MSVC environment via vcvarsall by @aminya in #32

This automatically finds vcvarsall and then runs it in a process. It parses the output and sets the environment variables inside CMake.
This fixes so many issues. Such as building Qt

Full Changelog: v0.10.0...v0.11.0

v0.10.0

24 Nov 03:29
Compare
Choose a tag to compare

What's Changed

  • feat: use WARNINGS_AS_ERRORS for force requiring static analyzers by @aminya in #31
    Now if ENABLE_CLANG_TIDY and ENABLE_CPPCHECK are passed, but they are not installed, a warning message is issued. You can make this an error by enabling WARNINGS_AS_ERRORS

Full Changelog: v0.9.0...v0.10.0

v0.9.0

23 Nov 20:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

22 Nov 20:29
Compare
Choose a tag to compare

What's Changed

  • feat: add option for choosing PCH_HEADERS by @aminya in #28

Full Changelog: v0.7.0...v0.8.0

v0.7.0

14 Nov 22:51
Compare
Choose a tag to compare

What's Changed

  • Default to the latest C++ standard supported by the compiler if not specified otherwise by @aminya in #27
  • Pass standard to clang tidy and cppcheck by @aminya in #27
  • fix: enable IPO only in release builds by @aminya in #26

Full Changelog: v0.6.0...v0.7.0

v0.6.0

11 Nov 15:38
Compare
Choose a tag to compare

What's Changed

  • fix: enhance error reporting for msvc by @aminya in #24
  • feat: add an option for updating the vcpkg repository by @aminya in #25

Full Changelog: v0.5.1...v0.6.0

v0.5.1

02 Nov 04:06
Compare
Choose a tag to compare

Full Changelog: v0.5.0...v0.5.1

v0.5.0

01 Nov 06:04
Compare
Choose a tag to compare

What's Changed

  • feat: add target_link_system_libraries by @aminya in #22

Full Changelog: v0.4.0...v0.5.0

v0.4.0

29 Oct 05:04
Compare
Choose a tag to compare

What's Changed

  • feat: install vcpkg in ~/vcpkg by @aminya in #21

Full Changelog: v0.3.0...v0.4.0