| Age | Commit 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] Modularize | Robert Schumacher | |
| 2017-11-25 | [vcpkg] Initial experimental support for VCPKG_BUILD_TYPE release | Robert 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 python | Robert Schumacher | |
| 2017-10-16 | Merge from master | Robert Schumacher | |
| 2017-09-10 | [boost] Update to version 1.65.1 | Arkady Shapkin | |
| 2017-08-31 | In debug configuration, link boost with debug Python libraries instead of ↵ | Martin Müller | |
| release ones | |||
| 2017-08-31 | Build boost.python | Martin Müller | |
| 2017-08-31 | Use ICU in boost build | Martin Müller | |
| 2017-08-29 | [boost] Use fixed commit for 1.65 patch | Alexander Karatarakis | |
| 2017-08-30 | Apply Hotfix of Known Issues for Boost 1.65.0 | Tsukasa Sugiura | |
| Apply Hotfix of Known Issues for Boost 1.65.0. | |||
| 2017-08-23 | [boost] Fix uwp build by disabling stacktrace and fiber | Alexander Karatarakis | |
| 2017-08-21 | [boost] Update to 1.65 | Alexander 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 builds | codicodi | |
| 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 build | codicodi | |
| 2017-05-01 | [boost] Move boost_test_exec_monitor into manual-link subdirectory. Fixes #352. | Robert Schumacher | |
| 2017-04-21 | Revert TLS patch since it has been fixed in 1.64 | pravic | |
| 2017-04-20 | [boost] Update to v1.64 | Alexander Karatarakis | |
| 2017-04-04 | [boost] Fix UWP builds by disabling nonfunctioning components. | Robert Schumacher | |
| 2017-03-21 | [boost] Add retry to deleting _debug_ intermediate folders | Robert Schumacher | |
| 2017-03-21 | [boost] Add retry to deleting intermediate folders | Robert Schumacher | |
| 2017-03-21 | Fix paths in patch file | Fabian Wosar | |
| 2017-03-21 | Forgot the actual patch application | Fabian Wosar | |
| 2017-03-21 | Add 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 VS2015 | Robert Schumacher | |
| 2017-02-28 | [boost] Support for VS2017 | Robert Schumacher | |
| 2017-01-31 | [boost] Add additional build assertions. | Robert Schumacher | |
| 2017-01-26 | [boost] Update to 1.63 | Alexander Karatarakis | |
| 2017-01-25 | [boost] Add bzip2 support | Manuel Massing | |
| 2017-01-25 | [boost] Fix zlib detection in debug build | Manuel Massing | |
| 2017-01-17 | Fix 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-03 | Disable 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-14 | Merge 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 renaming | Alexander Karatarakis | |
| 2016-12-05 | [boost] Don't use --layout=system. Resolves #369 | Alexander 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 support | Manuel 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 simpler | Alexander Karatarakis | |
| 2016-11-16 | [boost] Attempt to fix sporadic failures | Alexander Karatarakis | |
| 2016-11-16 | [boost] Add --hash | Alexander Karatarakis | |
