aboutsummaryrefslogtreecommitdiff
path: root/ports/folly
AgeCommit message (Collapse)Author
2019-02-28Modify `vcpkg_fixup_cmake_targets()` (#5459)Victor Romero
* some libraries export <PackageName>LibraryDepends.cmake instead of <PackageName>Targets.cmake. Those file also need the fix of #1044 should close #4753 * prefered the general solution #4622. hopefully solved the issue within #4150 replaced the regex with something more readable (also ident is lost) should close: #4753 #4633 #4150 and maybe more * Hash vcpkg_fixup_cmake_targets.cmake * [boost] Fix use of find_package(Boost) with cache variables [socket-io-client] Fix install * reversed change back to use regex replace * [glbinding] Fix _IMPORT_PREFIX depth in *-export.cmake files * [tinyspline] Ignore warnings treated as errors * [libevent, liblemon, libpng, smpeg2, zlib] Fix apply patches * [libsodium] Fix apply patches * [folly] Link correct libraries in debug and release * [vtk] Remove unset of _IMPORT_PREFIX * [tinyspline] Do not treat warnings as errors * [smpeg2] Fix double* to int comparison * [nvtt] Define value for HAVE_UNISTD_H in MacOS * [libui] Fix MacOS X build * [zlib] Fix download URL * [qhull] Update to v7.2.1 * [podofo] Set value for HAVE_UNISTD_H in MacOS * [mongo-cxx-driver,ogre,podofo,qhull] Bump CONTROL version * [mongo-c-driver] Set _IMPORT_PREFIX * [tmxparser] Bump CONTROL version * [qhull,vxl] Bump CONTROL version
2019-02-12Updates 2019.01.30Robert Schumacher
2019-01-18Updates 2019.01.09Robert Schumacher
2019-01-09Updates 2018.12.14Robert Schumacher
2018-11-28[folly] update to v2018.11.26 and fix linux build (#4832)kyp
2018-11-20Upgrades for 2018.11.08Robert Schumacher
2018-11-08Updates 2018.11.01Robert Schumacher
2018-10-26Upgrades 2018.10.25Robert Schumacher
2018-10-25Upgrades 2018.10.11Robert Schumacher
2018-09-19Upgrades 2018.09.18Robert Schumacher
2018-08-15[folly] Do not use -WerrorRobert Schumacher
2018-08-03Upgrades 2018.06.31Robert Schumacher
2018-07-03update control-fileLarry-Hu
2018-07-03Remove patch and update tp latest folly release v2018.07.02.00Larry-Hu
2018-07-03[folly] Fix fatal error in folly-config.cmake (#3747)Paul Rosania
facebook/folly@10d1edd8b3a01e49096e01647b2e04213c12faed makes two simultaneous changes: 1. It uses a different mechanism for setting `FOLLY_CMAKE_DIR`, which confuses `vcpkg_fixup_cmake_targets` so the path isn't rewritten. 2. It introduces `set_and_check` validation on `FOLLY_CMAKE_DIR`, which causes a fatal cmake error if the path is missing. The combination of these two changes is that folly-config.cmake produces a fatal error when executed. This PR tweaks folly's build params and the `vcpkg_fixup_cmake_targets` arguments so things are rewritten correctly and everything works again.
2018-07-03Upgrades 2018.07.01Robert Schumacher
2018-06-14Add option -D_DISABLE_EXTENDED_ALIGNED to disable error C2338 in FollyLarry-Hu
2018-05-15[brotli][folly][sol] Fix regressions on masterRobert Schumacher
2018-05-14[abseil][aws-sdk-cpp][folly][jsonnet][ms-gsl][mujs][openimageio][re2][rs-cor ↵Robert Schumacher
e-lib][thrift][unicorn-lib][zeromq] Upgrades [robin-map] Initial commit
2018-05-01[abseil][aws-sdk-cpp][directxmesh][directxtex][directxtk][discord-rpc][exiv2 ↵Robert Schumacher
][folly][jsonnet][libuv][ms-gsl][nuklear][rocksdb][rs-core-lib][thrift][unicorn][zeromq] Upgrades
2018-04-27[Clean patching] Each portref-patchset combo gets its own hash-based directoryAlexander Karatarakis
2018-04-19[folly] UpgradeRobert Schumacher
2018-04-09[folly] Update taking into account change in cmake files locationRobert Schumacher
2018-03-30[folly][rocksdb] Fix lz4+snappy supportRobert Schumacher
2018-03-28[folly] Add missing files.Robert Schumacher
2018-03-28[folly] Update to version 2018.03.19.00 (#3094)Arkady Shapkin
* [folly] Update to version 2018.03.19.00 * [folly] Add zlib default feature. Disable unexpected packages and handle features.
2018-02-09[folly] Workaround bug for VS 15.6Alexander Karatarakis
2017-12-20[folly] Handle boost upgradeRobert Schumacher
2017-12-19Update downstream libraries to use modularized boostRobert Schumacher
2017-11-28[folly] Update to version 2017.11.27.00Arkady Shapkin
2017-10-18Strip 'v' prefixes which are not really version partsDmitry Marakasov
2017-10-17[folly] Fix static linking gflags and glogArkady Shapkin
2017-10-17[folly] Update to version v2017.10.02.00Arkady Shapkin
2017-10-05[vcpkg_build_cmake] Refactor _build_ and _install_ into a single cmake script.Robert Schumacher
Regenerate documentation. Remove MSVC_64_TOOLSET option because it's obsolete.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-08-02[folly] Updated to version v2017.07.17.01Arkady Shapkin
2017-05-11[folly] Improve link speedArkady Shapkin
2017-05-09[folly] Add a dependency on PYTHON3 (the tool)Robert Schumacher
Rebase patch list to be compatible with previous portfile versions.
2017-05-09[folly] Use Ninja to build FollyArkadiy Shapkin
2017-05-08[vcpkg][folly] Fix post lint checks for folly.Robert Schumacher
2017-05-09[folly] Initial commit for Facebook Folly libraryArkadiy Shapkin