Cmake Build Extension Versions Save

Setuptools extension to build and package CMake projects

v0.6.0

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/diegoferigo/cmake-build-extension/compare/v0.5.1...v0.6.0

v0.5.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/diegoferigo/cmake-build-extension/compare/v0.5.0...v0.5.1

v0.5.0

2 years ago

New features

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

v0.4.0.post1

2 years ago

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

2 years ago
  • Omit .git folder when packaging the source distribution (#17)

v0.3.1

2 years ago
  • Add missing imports and missing dependency of custom sdist command (#16)

v0.3.0

2 years ago
  • 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

  • @diegoferigo

v0.2.0

3 years ago
  • 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

  • @diegoferigo
  • @litghost

v0.1

3 years ago

Initial release.