aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-modular-build-helper/CONTROL
AgeCommit message (Collapse)Author
2021-01-13[boost][many ports] Reformat manifest files in preparation for #15424 (#15616)ras0219
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-12-30[boost-modular-builder] let fallback to default tool path (#15254)Eli Arzhannikov
Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-12-28Allow B2_OPTIONS_[DBG|REL] in BOOST_CMAKE_FRAGMENT (#15274)Kevin Lalumiere
2020-12-23[boost] update to 1.75.0 (#15090)yurybura
2020-12-15[icu] mingw support + [mp3lame] Fix VCPKG_TARGET_STATIC_LIBRARY_SUFFIX (#14969)Long Nguyen
2020-11-13[boost] Install usage file (#14517)Phoebe
* [boost] Install usage file * Switch to target style Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-11-06[boost] Update to 1.74.0 (#14089)niclar
2020-09-27[boost-modular-build-helper] Fix build fail due to missing library file (#13407)bialasjaroslaw
Set correct library suffixes for mingw builds (.dll.a instead of default .so)
2020-09-05Add community triple arm64-linux and arm-linux. (#11880)xyb
Verify the following command on both 32 bits and 64 bits OS on Raspberry pi 3. ./bootstrap-vcpkg.sh ./vcpkg install boost
2020-08-21[boost-uninstall] Add port to easily uninstall all boost components (#12851)Jack·Boos·Yu
Co-authored-by: Daniel Marshall <xandan@gmail.com>
2020-07-30[boost] s390x support (#12535)Andrei Lebedev
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2020-07-15[boost-modular-build-helper] Remove has_icu.lib (#12417)Phoebe
* [boost-modular-build-helper] Remove has_icu.lib * Add quotes
2020-06-05[boost] MinGW build fixes (#11427)Todor Prokopov
2020-05-13[boost] update to 1.73.0 (#11221)yurybura
* [boost] update to 1.73 * [ompl] remove dependency to boost-disjoint-sets * [libtorrent] include fixes from RC_1_2 branch * [liblas] fix boost headers * [freeopcua] fix std headers * [pcl] fix build with Boost 1.73.0 * [hpx] fix build with Boost 1.73.0 * [libmysql] fix conflict with C++20 header <version> * [boost-modular-build-helper] move port-specific b2 options to the file `<port_dir>/b2-options.cmake` [boost-python] support Python2 (fixes #3495) * [boost-python] remove Python executable from user-config * [libtorrent] update version after merge * [libtorrent] add boost-variant dependency
2020-04-24[boost-modular-build-helper] Support Clang '--target=<value>' syntax to ↵Mark Schofield
enable Android builds (#10285) * [boost-modular-build-helper] Support Clang --target=<value> syntax to enable Android builds (#10091) * [boost-modular-build-helper] Updating to version 1.72.0-2 * re-trigger ci test Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2020-02-05[boost-modular-build-helper] Bump CONTROL to track changesRobert Schumacher
2020-01-16[boost] Update to 1.72.0 (#9317)yurybura
* [boost-python] Support Python2 as feature, fix build with installed Python2 * [boost-python] Update generate script to support Python2 mod * Re-generate boost ports * [boost-modular-build-helper] Update to 1.71. [boost-build] Update to 1.71. * [boost-modular-build-helper] Remove manual library name changing [boost-iostreams] Use boost-modular-headers.cmake script * Delete temporary file. * Revert changes in modular build script. * Update ports versions. * [boost-modular-build-helper] Fix build boost-iostreams with LZMA and ZSTD * [boost] Update to 1.72.0 * [libtorrent] Fix build with Boost 1.72.0 Original PR: https://github.com/arvidn/libtorrent/pull/4091 * Update ci.baseline.txt: - fail libgo:* due to use the removed class from Boost.Context 1.72.0 (reported issue https://github.com/yyzybb537/libgo/issues/214) - pass boost-context:arm64-windows - fix typo * Folly only supports the x64 architecture * fail boost-coroutine:arm64-windows=fail and boost-fiber:arm64-windows=fail because they use fcontext_t from Boost.Context which is not implemented for Windows on ARM64 (reported issue https://github.com/boostorg/context/issues/130) * Fix globbing-expressions * Add vcpkg_buildpath_length_warning(37) for boost-system. Revert boost-iostreams port changes. * Update ci.baseline.txt
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-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][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-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