aboutsummaryrefslogtreecommitdiff
path: root/ports/boost/portfile.cmake
AgeCommit message (Collapse)Author
2021-09-27[boost] update to 1.77.0 (#19556)Yury Bura
2021-07-07[boost] update to 1.76.0 (#17335)autoantwort
* [boost] update generator script for boost 1.76 * [boost] update ports to 1.76.0 (run generator) * [boost] fix windows build? * [quantlib] update and fix mac build * [symengine] update and fix build * [avro-cpp] update to latest master and fix windows build * [folly] update to 2021.05.31.00 * [fbthrift, fizz, wangle] update to v2021.05.31.00 and fix build * [proxygen] update to version 2021.05.31.00 * [fizz, proxygen, fbthrift] fix sodium target * [proxygen] also works on macOS * [quantlib] use fix from upstream to fix mac build * [symengine] minimize patch file and fix deprecation warning * [folly,proxygen,wangle,fizz,fbthrift] update to 2021.06.14.00 * [fbthrift] remove unnecessary dependency rsocket I couldn't find any information that this dependency exists. The term is used in the code, but not in the context of a dependency * [fizz,fbthrift] fix zlib dependency * [fbthrift] pass required flex executable to cmake configure * add version files * [boost] generate-ports.ps1: Apply code review * [boost] changes from new version of generate-ports script * update version files * [boost] generate-ports.ps1: Apply code review
2017-12-19[boost] ModularizeRobert Schumacher
2017-11-25[vcpkg] Initial experimental support for VCPKG_BUILD_TYPE releaseRobert Schumacher
2017-11-16[vcpkg] Support \share\<port>\usage to handle libraries which are found ↵Robert Schumacher
through built-in Find Modules.
2017-10-28[boost] --ignore-site-config, thanks @vinniefalco and @swatanabe!Robert Schumacher
2017-10-27[boost] Only define BOOST_ALL_NO_LIB if not already defined. Fixes #2061.Robert Schumacher
2017-10-25[boost] Fix manual-links. Fixes #2057.Robert Schumacher
2017-10-17[boost] Add feature packages for regex-icu, locale-icu, and pythonRobert Schumacher
2017-10-16Merge from masterRobert Schumacher
2017-09-10[boost] Update to version 1.65.1Arkady Shapkin
2017-08-31In debug configuration, link boost with debug Python libraries instead of ↵Martin Müller
release ones
2017-08-31Build boost.pythonMartin Müller
2017-08-31Use ICU in boost buildMartin Müller
2017-08-29[boost] Use fixed commit for 1.65 patchAlexander Karatarakis
2017-08-30Apply Hotfix of Known Issues for Boost 1.65.0Tsukasa Sugiura
Apply Hotfix of Known Issues for Boost 1.65.0.
2017-08-23[boost] Fix uwp build by disabling stacktrace and fiberAlexander Karatarakis
2017-08-21[boost] Update to 1.65Alexander Karatarakis
2017-06-27[boost] Update diff hash. No version bump required because contents are ↵Robert Schumacher
functionally identical.
2017-05-29[boost] forcibly undefine BOOST_ALL_DYN_LINK in static buildscodicodi
2017-05-14[boost] Fix uwp builds. Add x86-uwp to CI.Robert Schumacher
Fixes #1069.
2017-05-10[boost] use 'd' suffixed bzip2 library in debug buildcodicodi
2017-05-01[boost] Move boost_test_exec_monitor into manual-link subdirectory. Fixes #352.Robert Schumacher
2017-04-21Revert TLS patch since it has been fixed in 1.64pravic
2017-04-20[boost] Update to v1.64Alexander Karatarakis
2017-04-04[boost] Fix UWP builds by disabling nonfunctioning components.Robert Schumacher
2017-03-21[boost] Add retry to deleting _debug_ intermediate foldersRobert Schumacher
2017-03-21[boost] Add retry to deleting intermediate foldersRobert Schumacher
2017-03-21Fix paths in patch fileFabian Wosar
2017-03-21Forgot the actual patch applicationFabian Wosar
2017-03-21Add boost patch to fix initialisation issues when using the VS2017 14.1 ↵Fabian Wosar
toolchain and static linking
2017-03-02[boost] Hotfix for building on VS2015Robert Schumacher
2017-02-28[boost] Support for VS2017Robert Schumacher
2017-01-31[boost] Add additional build assertions.Robert Schumacher
2017-01-26[boost] Update to 1.63Alexander Karatarakis
2017-01-25[boost] Add bzip2 supportManuel Massing
2017-01-25[boost] Fix zlib detection in debug buildManuel Massing
2017-01-17Fix Boost dynamic build.Christian Ullrich
Some of the Boost libraries build differently depending on whether BOOST_X_DYN_LINK is defined, so this symbol must be present in the dynamic build, and removing it as part of disabling auto-link was wrong. Reverts half of 5a3881a0.
2017-01-03Disable Boost auto-link.Christian Ullrich
Fixes #483. vcpkg always links all installed libraries for the target triplet; Boost's own auto-link feature is therefore redundant.
2016-12-14Merge branch 'boost_with_zlib' of https://github.com/mmassing/vcpkg into ↵Alexander Karatarakis
mmassing-boost_with_zlib
2016-12-08[boost] unset BOOST_AUTO_LINK_NOMANGLE flag (fixes #397). This was a remnant ↵codeandroid
of a previously enabled system install option which has been disabled in the meantime.
2016-12-07[vcpkg] Remove all instances of TRIPLET_SYSTEM_NAME; use ↵Robert Schumacher
VCPKG_CMAKE_SYSTEM_NAME instead.
2016-12-06[boost] Fix dynamic build lib renamingAlexander Karatarakis
2016-12-05[boost] Don't use --layout=system. Resolves #369Alexander Karatarakis
2016-11-25[boost] Link against correct version of zlib when building debug variant.Manuel Massing
2016-11-23[boost] Build boost with zlib supportManuel Massing
2016-11-16[boost] Also rename lib files in dynamic builds (conditionally)Alexander Karatarakis
i.e. for libboost_xxx.lib, if boost_xxx.lib exists, delete libboost_xxx.lib otherwise rename it to boost_xxx.lib
2016-11-16[boost] Use --layout=system to make the output binary names simplerAlexander Karatarakis
2016-11-16[boost] Attempt to fix sporadic failuresAlexander Karatarakis
2016-11-16[boost] Add --hashAlexander Karatarakis