aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-modular-build-helper
AgeCommit message (Collapse)Author
2019-12-02[boost-modular-build-helper] put quotes around the directory in compiler ↵Phoebe
flags (#9108)
2019-11-04[boost-modular-build-helper] Update to 1.71. (#8606)quatmax
2019-08-19[boost-modular-build-helper] Fix multiple compiler and linker options… (#7160)Igor Kostenko
* [boost-modular-build-helper] Fix multiple compiler and linker options support in boost
2019-05-22[boost-modular-build-helper] Dynamic build supportAndrei Lebedev
Use stage directory instead of intermediate build directory to provide all the required symlinks generated by boost build Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2019-05-21[boost] Fixup DLL names and fix v142 build issues (#6508)Robert Schumacher
* [boost-modular-build-helper] Update to 1.70. Fixes #6493. * [boost-build] Fix boost-build toolset selection for v142
2019-04-29[boost-regex] Enable arm64-windows (#6206)Tony Lin
2019-01-30[boost] update boost to 1.69. Fixes #5023 #4961 (#5059)Andrew McMahon
* Update boost to 1.69. Fixes #5023 - Remove boost-signal (rationale: deprecated and removed in 1.69) - Remove boost-hana workaround by xiangfan-ms #4186 #3579 (rationale: 1.69 incorporates required fixes in hana master branch; builds fine in VS2017 15.9) * [boost-signals] Restore signals from boost 1.68 because it is required by wt * [boost-vcpkg-helpers] Improve dependency detection * [boost-iostreams] Revert to cmake build to enable dependencies * [boost-iostreams] Fix use of zstd in static builds * [libtorrent] Update to 1.2.0 * [wt] Update to 4.0.5 * [boost-safe-numerics] [boost-vcpkg-helpers] Added safe_numerics; slight mod to regex match * [hpx] Backport boost 1.69 fixes * [libtorrent] Clean up cmake file installation * [boost-type-traits] Fix MSVC arm
2019-01-30[boost][python3] Fix building with VS 2019Robert Schumacher
2018-10-22Fix boost compile & linker flags (#3871)Matthias Schmieder
* making sure there is a leading <compileflags> even if CMAKE_CXX_FLAGS do not start with a whitespace * making sure there is a leading <compileflags> even if CMAKE_CXX_FLAGS do not start with a whitespace * full support for CXXFLAGS, CFLAGS and LDFLAGS throughout the boost-modular-build-helper * [boost-modular-build-helper] Bump version and use CMAKE_* macros since the VCPKG_* macros are not passed in * [boost-type-erasure] Depend on boost-thread even in UWP
2018-08-24[boost-build] Update to 1.68Robert Schumacher
2018-05-15[boost-modular-build-helper] Pass address-model=64 on all 64-bit platforms.Robert Schumacher
2018-04-19[boost] Update to 1.67Robert Schumacher
2018-04-19[boost] Improve non-windows supportRobert Schumacher
2018-03-21[boost-modular-build-helper] ReformatRobert Schumacher
2018-03-21[boost-modular-build-helper] Improve handling of non-windowsRobert Schumacher
2018-03-16Fix boost build errors when vcpkg path has spaces (#3054)Daniel
* Fix boost build errors when vcpkg path has spaces Add missing quotes in boost_serialization path * [boost-modular-build-helper] Bump version due to change * [boost-modular-build-helper] Quote mpi as well
2018-03-11[boost-build] Split out into boost-modular-build-helper and support ↵Robert Schumacher
non-Windows targets