Releases: diegoferigo/cmake-build-extension
Releases · diegoferigo/cmake-build-extension
v0.6.1
v0.6.0
What's Changed
- Remove Python 3.6. Windows w/ Python 3.7 as optional. by @kdewald in #38
- Allow the user to specify the desired generator. by @kdewald in #35
- Fix generated cmake command line argument for generator by @Xiretza in #45
- Include cmake_build_type in install command by @carlsondc-ceva in #43
- Only check for
ninja
executable if-G Ninja
is passed by @diegoferigo in #46 - Enable Python 3.11 in CI/CD by @diegoferigo in #47
- Move reference to unbound local variable into loop by @carlsondc-ceva in #48
- Remove Python 3.7 and add Python 3.12 in CI/CD by @diegoferigo in #51
New Contributors
- @kdewald made their first contribution in #38
- @Xiretza made their first contribution in #45
- @carlsondc-ceva made their first contribution in #43
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- Pass ninja path to CMakeCache through
CMAKE_MAKE_PROGRAM
in #29 - Support Python 3.10 by @diegoferigo in #30
- In example tests, do not assume
python
interpreter by @musicinmybrain in #31 - Fix trivial typo “this projects” in README.md by @musicinmybrain in #32
New Contributors
- @musicinmybrain made their first contribution in #31
Full Changelog: v0.5.0...v0.5.1
v0.5.0
v0.4.0.post1
v0.3.2
v0.3.1
v0.3.0
- Use
setup.cfg
and add black and isort formatting (#7) - CI/CD enhancements(#9)
- Require CMake >= 3.18 in the example (#10)
- The wheel is not universal (#11)
- Fix importing build extension for Python >= 3.8 in Windows (#12)
- Expose CMake binaries (#14)
- Custom sdist command supporting storing setup.cfg in a subfolder (#15)
Contributors
v0.2.0
v0.1
Initial release.