aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil/portfile.cmake
AgeCommit message (Collapse)Author
2021-08-18[abseil] Upgrade to 20210324.2 (#19357)Sergii Baitala
* Update vcpkg_from_github.cmake * Update abseil to 20210324.2 * Use version-date instead of version-string * Update abseil.json * Remove port-version from ports/abseil/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * update version-date * Update abseil.json * Update vcpkg.json * Update version * Update abseil.json * Add port-version back * Update ports/abseil/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [abseil] Upgrade to 20210324.2 * update version * update vcpkg.json * update version Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-05-11[abseil] vcpkg_fixup_pkgconfig (#17774)Alexander Neumann
* pkgconf abseil * version stuff
2021-03-29[abseil] Upgrade to 20210324 (#16928)Christian Fersch
* [abseil] Upgrade to 20210324 * Use new version field Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-03-15[abseil] Upgrade to 20200923 patch 3, fix gcc11 build error (#16664)xyb
2021-02-08[abseil] Remove link flag '-ignore:4221' (#16106)Jack·Boos·Yu
* [abseil] Remove link flag '-ignore:4221' * update version record
2020-11-20[abseil] Re-fix cxx 17 standard, add macro ABSL_USE_CXX17 (#14647)Jack·Boos·Yu
* [abseil] Re-fix cxx 17 standard, add macro ABSL_USE_CXX17 to `absl-config.cmake` * [grpc] Fix build failure when abseil use cxx 17 standard * Update ports/abseil/portfile.cmake
2020-11-03[abseil] Revert changes about arm build (#14109)Jack·Boos·Yu
2020-08-07[abseil] Fix CMake warning (#12781)Dico
* abseil: Patch to fix CMake Threads dependency warning. * abseil: Make portfile comment more concise
2020-06-23[abseil] Fix usage issue (#12022)Jack·Boos·Yu
2020-06-10[abseil] Enable dynamic build on Windows (#11827)Jack·Boos·Yu
* [abseil] Enable dynamic build on Windows * re-fix arm build
2020-06-01[abseil] Fix arm build (#11630)Jack·Boos·Yu
* [abseil] Fix arm build * update baseline
2020-04-30[abseil] Use std:: types when feature cxx17 is enabled (#11039)Carsten Neumann
Adds a patch changing macros in absl/base/options.h to always use the std:: namespace types instead of the absl:: namespace replacements (for any, optional, string_view, variant). The upstream version of options.h uses compiler/library feature detection to decide this, but patch fix-lnk2019-error.patch hard codes use of absl:: types, thus rendering setting CMAKE_CXX_STANDARD to 17 in the port file ineffective. Since auto detection is problematic from an ABI point of view (see comments in absl/base/options.h for details), this applies an alternate patch for fix-lnk2019-error.patch when feature cxx17 is enabled.
2020-04-17[abseil] Fix CompressedTuple move constructor on MSVC (#10721)Lily
* [abseil] Fix CompressedTuple move constructor on MSVC * [abseil] Add comment for new patch
2020-04-03[abseil] Fix feature name error (#10620)Lily
2020-03-27[abseil] Add compiler C++17. (#8248)Lily
* [abseil] Add compiler C++17. * Add feature c++17.
2020-03-05[abseil] Add uwp support (#10301)nicole mazzuca
* [abseil] Add uwp support * [abseil] Drop support with arm/arm64 * [opencensus-cpp] Add keyword supports * update baseline * [abseil] Enable arm support
2019-12-23[abseil] Update to the latest and fix link failure error using StrCat (#9367)NancyLi1013
* [abseil] Update to the latest and fix link failure for StrCat with > 4 arguments * Remove message from vcpkg_fail_port_install * Update lnk2019-error patch
2019-08-27[abseil fix cmake config issue (#7745)Phoebe
2019-07-15use abseil's official cmake for build (#7018)Cloud Han
2019-05-09[many ports] Updates 2019.05.08 (#6382)Robert Schumacher
* [many ports] Updates 2019.05.08 * Undo changes for failure ports grpc libjpeg-turbo curl cartographer * [guetzli] Patch to handle breaking changes in butteraugli
2019-05-08[many ports] Updates 2019.05.07 (#6338)Robert Schumacher
* [many ports] Updates 2019.05.07 * Undo assimp and gdcm2 changes since they caused regressions
2019-05-02Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#5937)Victor Romero
* [various ports] remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [alac,benchmark,capnproto] Fix check_linkage call * [fastlz] Fix SHA512 * [coroutine] Fix dynamic build * [folly] Find double-conversion * [gamma] Use vcpkg_from_github * [librsync] Enable static builds * [netcdf-cxx4] Fix SHA512 * [octomap] Fix static build * [tidy-html5] Fix static build * [various ports] remove custom messages for shared/static builds, modernize some scripts in the meantime * [folly] Use ras0219's fix for link paths * [octomap] Fix exported targets * [uvatlas] Set tool download SHA512 * [duktape+python2] fix portfile to call configure with correct python version, manage python2 also outside win32 * [suitesparse] osx fix * [gtkmm] Call vcpkg_check_linkage after including vcpkg functions * [duktape] Resolve conflicts * [duktape] FIxed typo in Python paths * [wangle] Find zlib * [openssl-uwp] Fix SHA512 * [glib] Allow static builds on non-Windows * [suitesparse] Fix build on Windows * [multiple ports] Bump CONTROL version * [multiple ports] Fix description indent * [directxtk] Fix CONTROL file * [bde,duktape,qpid-proton] Build packages with python2 installed * [binn] remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [gdal,live555,uriparser] Fix regressions * [live555] Update to 2019.04.24
2019-04-30[many ports] Updates 2019.04.19 (#6155)Robert Schumacher
* [many ports] Updates 2019.04.19
2019-04-15[many ports] Updates 2019.03.29 (#5698)Robert Schumacher
* Updates 2019.03.29 * Undo changes to 4 ports(rocksdb tbb thrift uwebsockets) due to failures * [folly] Fix target files in debug mode * Undo glog changes since it caused sophus openmvg and cartographer failures * Undo Folly changes since it cause wangle failed * Undo Folly portfile
2019-03-29Removes string replacement on Abseil headers (#5850)Phil Christensen
Abseil now has all uses of min and max wrapped in parens to prevent macro expansion. This will continue to be the case going forward, so these replacements are no longer needed. Also, the Github web UI is forcing an extra change that updates the return character to the proper Windows CR+LF
2019-03-29 [abseil]Fix link error when using abseil library. (#5860)JackBoosY
* [jemalloc]Fix dll generated when generating static library * Revert "[jemalloc]Fix dll generated when generating static library" This reverts commit a833bf5593be181e065af097732c78cb810888fd. * [abseil]Fix link error when using abseil library.
2019-03-28Removes string replacement on Abseil headersCJ Johnson
Abseil now has all uses of min and max wrapped in parens to prevent macro expansion. This will continue to be the case going forward, so these replacements are no longer needed. Also, the Github web UI is forcing an extra change that updates the return character to the proper Windows CR+LF
2019-02-12Updates 2019.01.30Robert Schumacher
2019-01-18Updates 2019.01.09Robert Schumacher
2019-01-09Updates 2018.12.14Robert Schumacher
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-09-18Upgrades 2018.08.03Robert Schumacher
2018-08-03Upgrades 2018.06.31Robert Schumacher
2018-07-08Upgrades 2018.07.08Robert Schumacher
2018-07-03Upgrades for 2018.07.03Robert Schumacher
2018-07-03Upgrades 2018.07.01Robert Schumacher
2018-06-15Updates 2018.06.15Robert Schumacher
2018-06-12Upgrades for 2018.06.12Robert 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-12[abseil][aws-sdk-cpp][breakpad][chakracore][cimg][date][exiv2][libzip][rs-co ↵Robert Schumacher
re-lib] Upgrades
2018-04-09[abseil][aws-sdk-cpp][exiv2][forest][jsonnet][rs-core-lib][thrift][unicorn-l ↵Robert Schumacher
ib] Upgrades
2018-04-05[abseil][aws-sdk-cpp][azure-c-shared-utility][azure-iot-sdk-c][azure-uamqp-c ↵Robert Schumacher
][azure-umqtt-c][breakpad][exiv2][gdcm2][grpc][nuklear][rocksdb][rs-core-lib][thrift][zeromq] Upgrades
2018-04-03[abseil][aws-sdk-cpp][clara][eastl][exiv2][libuv][nuklear][openimageio][thri ↵Robert Schumacher
ft] Upgrades
2018-03-29[abseil][aws-sdk-cpp][exiv2][rs-core-lib][tbb][thrift][zeromq] UpgradesRobert Schumacher
2018-03-28[abseil][aws-sdk-cpp][breakpad][exiv2][nuklear][zeromq] UpgradesRobert Schumacher