aboutsummaryrefslogtreecommitdiff
path: root/ports/boost
AgeCommit message (Collapse)Author
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-21[boost] Bump version to observe addition of patch.Robert 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] Bump version to correspond with added bzip2 dependency.Robert Schumacher
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-14[boost] Bump versionAlexander Karatarakis
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
2016-11-16[boost] --toolset=msvc should be toolset=msvc (no dashes)Alexander Karatarakis
2016-11-15[boost] Rename lib files in static buildsAlexander Karatarakis
2016-11-15[boost] The #define BOOST_ALL_DYN_LINK should be added only in dynamic linkageAlexander Karatarakis
2016-11-14[boost] Add renaming code for static libs (commented-out for now)Alexander Karatarakis
2016-11-09[boost] Remove unneeded messages from portfileAlexander Karatarakis
2016-11-09[boost] Bump to 1.62-2 after the crt-linkage fixAlexander Karatarakis
2016-11-09[boost] Fix portfile to properly select static library/crt linkageAlexander Karatarakis
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-10-27[boost] Patch for boost::range should not overwrite the downloaded patchRobert Schumacher
2016-10-25[think-cell-range] move boost range hotfix to boost portfileJens Frederich
Signed-off-by: Jens Frederich <jfrederich@gmail.com>
2016-10-17[boost] Enable static buildingAlexander Karatarakis
2016-10-14[boost] Enable debug symbols for release build. Closes #151Arkadiy Shapkin
2016-09-29Track updated Boost version.Christian Ullrich
2016-09-28[boost] Extract SOURCE_PATH variableAlexander Karatarakis
2016-09-29[boost] Update to version 1.62Arkadiy Shapkin
2016-09-25URL and MIRRORS are now URLSNinetainedo
Updated all portfiles accordingly.
2016-09-22Replaced everything concerning MD5 with SHA512Ninetainedo
2016-09-21Cleanup boost buildtrees before initiating a buildAlexander Karatarakis
2016-09-21Update boost to version 1.61Arkadiy Shapkin
2016-09-18Initial commitAlexander Karatarakis