Releases: MarkusJx/install-boost
Releases · MarkusJx/install-boost
Release v2.4.5
What's Changed
Full Changelog: v2.4.4...v2.4.5
Release v2.4.4
Release v2.4.3
What's Changed
Full Changelog: v2.4.2...v2.4.3
Release v2.4.2
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
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 boost1.80.0
Full Changelog: v2.4.0...v2.4.1
Release v2.4.0
What's Changed
- mention Win 2022 platform in README by @lunarserge in #21
- feat: add support for
actions/cache
by @MarkusJx in #22
New Contributors
- @lunarserge made their first contribution in #21
Full Changelog: v2.3.1...v2.4.0
Release v2.3.1
Release v2.3.0
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
- Added a new option called
Full Changelog: v2.2.0...v2.3.0
Release v2.2.0
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
orstatic+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
- Added the
Full Changelog: v2.1.0...v2.2.0
Release v2.1.0
What's Changed
- Add support for MinGW in #9
- Added support for MinGW on windows
- Re-introduced the
toolset
input - Added warnings if
toolset
orplatform_version
is unset - Updated the readme
Full Changelog: v2.0.0...v2.1.0