Skip to content

Releases: MarkusJx/install-boost

Release v2.4.5

11 Feb 10:29
51b5604
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.4...v2.4.5

Release v2.4.4

26 Feb 20:24
3039450
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.3...v2.4.4

Release v2.4.3

07 Dec 19:46
d175e51
Compare
Choose a tag to compare

What's Changed

  • fix: TypeError when using boost beta versions by @MarkusJx in #29

Full Changelog: v2.4.2...v2.4.3

Release v2.4.2

06 Dec 15:47
9ef70db
Compare
Choose a tag to compare

What's Changed

  • When no toolset on windows is selected, mingw will no longer be chosen

Full Changelog: v2.4.1...v2.4.2

Release v2.4.1

06 Nov 19:16
36b7c6e
Compare
Choose a tag to compare

What's Changed

  • fix: remove warnings by @MarkusJx in #28
    • Removed Node.js 12 deprecation warnings
    • Removed incorrect warnings about the arch parameter being set even if it wasn't
  • Added support for different python versions with boost.python starting from boost 1.80.0

Full Changelog: v2.4.0...v2.4.1

Release v2.4.0

03 Sep 19:50
03eb517
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.4.0

Release v2.3.1

15 Aug 08:56
39bf4df
Compare
Choose a tag to compare

What's Changed

  • Allow recursive mkdir to install path by @NexusXe in #19
  • Update warnings for the 'toolset' parameter by @MarkusJx in #20

New Contributors

Full Changelog: v2.3.0...v2.3.1

Release v2.3.0

27 Apr 06:09
60e4230
Compare
Choose a tag to compare

What's Changed

  • Added support for ARM64 binaries
    • Added a new option called arch to select the target architecture to download binaries for
    • Added new images for arm64

Full Changelog: v2.2.0...v2.3.0

Release v2.2.0

18 Mar 20:20
9241b9d
Compare
Choose a tag to compare

What's Changed

  • Added support for Boost DLLs on Windows as requested in #11
    • Added the link option, which allows you to specify if shared or static libraries should be downloaded
    • Possible inputs for link are: static, shared or static+shared
    • On ubuntu and macOs, static and shared libraries are downloaded by default. This behavior can't be changed.
    • On windows, only static or shared libraries can be downloaded

Full Changelog: v2.1.0...v2.2.0

Release v2.1.0

21 Dec 09:29
ade4124
Compare
Choose a tag to compare

What's Changed

  • Add support for MinGW in #9
    • Added support for MinGW on windows
    • Re-introduced the toolset input
    • Added warnings if toolset or platform_version is unset
    • Updated the readme

Full Changelog: v2.0.0...v2.1.0