Skip to content

Releases: diegoferigo/cmake-build-extension

v0.6.1

09 Sep 07:42
7a5deb5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

13 May 12:14
d7450a3
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.5.1

01 Jun 07:20
2c3d822
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.5.0

18 Oct 09:53
8fda27e
Compare
Choose a tag to compare

New features

  • New option and env var to disable CMakeExtension modules being built (#28)

v0.4.0.post1

14 Jul 08:03
bb836e4
Compare
Choose a tag to compare

New features

  • Allow specifying a CMake component to install from the command line (#25)

Documentation

  • Improve documentation (#24)

Example

  • Update example folder structure (#21)
  • Add pybind11 example (#22)
  • Add to the example the support of exporting CMake targets (#23)

v0.3.2

25 Jun 10:20
212e25b
Compare
Choose a tag to compare
  • Omit .git folder when packaging the source distribution (#17)

v0.3.1

25 Jun 09:50
0e89c56
Compare
Choose a tag to compare
  • Add missing imports and missing dependency of custom sdist command (#16)

v0.3.0

25 Jun 09:36
31b148e
Compare
Choose a tag to compare
  • 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

15 May 10:49
4c66052
Compare
Choose a tag to compare
  • Add support for CMake components. (#1)
  • Allow creating a top-level __init__.py file (#2)
  • Allow omitting install_prefix option if not needed (#3)
  • Update docstrings (#4)

Contributors

v0.1

19 Nov 17:23
0ac3bd0
Compare
Choose a tag to compare

Initial release.