Commit Graph

93 Commits

Author SHA1 Message Date
Fabian Wosar
2aab56942a Forgot the actual patch application 2017-03-21 19:51:09 +01:00
Fabian Wosar
9878f153c1 Add boost patch to fix initialisation issues when using the VS2017 14.1 toolchain and static linking 2017-03-21 19:34:29 +01:00
Robert Schumacher
b11ab655e2 [boost] Hotfix for building on VS2015 2017-03-02 02:56:35 -08:00
Robert Schumacher
b6007c9ea5 [boost] Support for VS2017 2017-02-28 11:03:39 -08:00
Robert Schumacher
0b2dd9bb98 [boost] Add additional build assertions. 2017-01-31 18:14:25 -08:00
Alexander Karatarakis
fb7cc35f30 [boost] Update to 1.63 2017-01-26 13:28:07 -08:00
Robert Schumacher
7bd267bc13 [boost] Bump version to correspond with added bzip2 dependency. 2017-01-25 17:27:53 -08:00
Manuel Massing
44590c5c1e [boost] Add bzip2 support 2017-01-25 10:16:44 +01:00
Manuel Massing
a3aeb99092 [boost] Fix zlib detection in debug build 2017-01-25 08:56:36 +01:00
Christian Ullrich
bc874e3db2 Fix Boost dynamic build.
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-17 15:52:49 +01:00
Christian Ullrich
59c34be252 Disable Boost auto-link.
Fixes #483. vcpkg always links all installed libraries for the target
triplet; Boost's own auto-link feature is therefore redundant.
2017-01-03 14:06:49 +01:00
Alexander Karatarakis
6507a1ea32 [boost] Bump version 2016-12-14 12:25:34 -08:00
Alexander Karatarakis
fdbfee0aeb Merge branch 'boost_with_zlib' of https://github.com/mmassing/vcpkg into mmassing-boost_with_zlib 2016-12-14 12:24:31 -08:00
codeandroid
2307fa6274 [boost] unset BOOST_AUTO_LINK_NOMANGLE flag (fixes #397). This was a remnant of a previously enabled system install option which has been disabled in the meantime. 2016-12-08 17:03:45 +01:00
Robert Schumacher
31b713ca1f [vcpkg] Remove all instances of TRIPLET_SYSTEM_NAME; use VCPKG_CMAKE_SYSTEM_NAME instead. 2016-12-07 21:40:36 -08:00
Alexander Karatarakis
a545be80b4 [boost] Fix dynamic build lib renaming 2016-12-06 13:48:37 -08:00
Alexander Karatarakis
ff4d33b156 [boost] Don't use --layout=system. Resolves #369 2016-12-05 16:42:30 -08:00
Manuel Massing
4479955193 [boost] Link against correct version of zlib when building debug variant. 2016-11-25 15:58:57 +01:00
Manuel Massing
8e911397c5 [boost] Build boost with zlib support 2016-11-23 19:07:47 +01:00
Alexander Karatarakis
56c3febc9d [boost] Also rename lib files in dynamic builds (conditionally)
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 20:25:01 -08:00
Alexander Karatarakis
3588f534db [boost] Use --layout=system to make the output binary names simpler 2016-11-16 18:56:56 -08:00
Alexander Karatarakis
be0899d28b [boost] Attempt to fix sporadic failures 2016-11-16 18:10:22 -08:00
Alexander Karatarakis
9c92984ff6 [boost] Add --hash 2016-11-16 17:54:34 -08:00
Alexander Karatarakis
1574180d03 [boost] --toolset=msvc should be toolset=msvc (no dashes) 2016-11-16 17:46:41 -08:00
Alexander Karatarakis
7811ef602e [boost] Rename lib files in static builds 2016-11-15 14:52:52 -08:00
Alexander Karatarakis
a72be4b6b9 [boost] The #define BOOST_ALL_DYN_LINK should be added only in dynamic linkage 2016-11-15 11:54:02 -08:00
Alexander Karatarakis
64808e17fe [boost] Add renaming code for static libs (commented-out for now) 2016-11-14 00:43:47 -08:00
Alexander Karatarakis
cd22281a94 [boost] Remove unneeded messages from portfile 2016-11-09 15:54:25 -08:00
Alexander Karatarakis
8a03628d9d [boost] Bump to 1.62-2 after the crt-linkage fix 2016-11-09 15:40:37 -08:00
Alexander Karatarakis
083e0a611f [boost] Fix portfile to properly select static library/crt linkage 2016-11-09 14:46:10 -08:00
Alexander Karatarakis
1808d461b0 triplet is now automatically included before portfiles.
Also remove trailing whitespaces from portfiles
2016-11-08 14:25:47 -08:00
Robert Schumacher
1510af081a [boost] Patch for boost::range should not overwrite the downloaded patch 2016-10-27 14:44:21 -07:00
Jens Frederich
4681f3de60 [think-cell-range] move boost range hotfix to boost portfile
Signed-off-by: Jens Frederich <jfrederich@gmail.com>
2016-10-25 14:07:12 +02:00
Alexander Karatarakis
550881b955 [boost] Enable static building 2016-10-17 23:23:37 -07:00
Arkadiy Shapkin
6857048521 [boost] Enable debug symbols for release build. Closes #151 2016-10-14 11:18:42 +03:00
Christian Ullrich
7cbc7fdc86 Track updated Boost version. 2016-09-29 21:55:14 +02:00
Alexander Karatarakis
ae8f6e3271 [boost] Extract SOURCE_PATH variable 2016-09-28 16:41:02 -07:00
Arkadiy Shapkin
d18209dd42 [boost] Update to version 1.62 2016-09-29 00:58:25 +03:00
Ninetainedo
930d0a7ded URL and MIRRORS are now URLS
Updated all portfiles accordingly.
2016-09-25 00:23:04 +02:00
Ninetainedo
8cee9c6e07 Replaced everything concerning MD5 with SHA512 2016-09-22 21:30:58 +02:00
Alexander Karatarakis
f03590eeb7 Cleanup boost buildtrees before initiating a build 2016-09-21 23:40:24 -07:00
Arkadiy Shapkin
3de9a163fb Update boost to version 1.61 2016-09-21 02:20:44 +03:00
Alexander Karatarakis
ccca198c1b Initial commit 2016-09-18 20:54:03 -07:00