Skip to content

Releases: tttapa/py-build-cmake

0.0.4

06 Apr 16:45
Compare
Choose a tag to compare
  • Support flit 3.7

Full Changelog: 0.0.3...0.0.4

0.0.3

16 Feb 21:55
Compare
Choose a tag to compare
  • Pass Python3_EXECUTABLE to CMake when cross-compiling

Full Changelog: 0.0.2...0.0.3

0.0.2

13 Feb 13:53
Compare
Choose a tag to compare

0.0.2b0

13 Feb 03:02
Compare
Choose a tag to compare
0.0.2b0 Pre-release
Pre-release
  • Improved configuration handling
  • Local configuration override
  • Cross-compilation support
  • Support installation of multiple configurations (Debug, Release ...)
  • Improved documentation

Full Changelog: 0.0.1b0...0.0.2b0

0.0.1b0

31 Jan 17:29
Compare
Choose a tag to compare
0.0.1b0 Pre-release
Pre-release
  • Added function to print all config options.
  • More documentation.

Full Changelog: 0.0.0a3...0.0.1b0

0.0.0a3

31 Jan 15:35
Compare
Choose a tag to compare
0.0.0a3 Pre-release
Pre-release
  • Improved config file support. You can now override CMake options for specific operating systems.
  • Added option to specify the Python source directory, so it doesn't have to be in the project root or src folder.
  • Minimal example and tutorial added.

Full Changelog: 0.0.0a2...0.0.0a3

0.0.0a2

26 Jan 19:49
Compare
Choose a tag to compare
0.0.0a2 Pre-release
Pre-release

This version explicitly sets the Python3_FIND_REGISTRY and Python3_FIND_STRATEGY CMake options.

0.0.0a1

24 Jan 15:47
Compare
Choose a tag to compare
0.0.0a1 Pre-release
Pre-release

This is the first alpha pre-release.