aboutsummaryrefslogtreecommitdiff
path: root/ports/abseil
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-06-12 10:32:58 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-06-12 21:14:14 -0700
commit2a0bf9c488d5291e82a37d19d4b0f81e79678f0d (patch)
tree53f6b64abd06271f400852aa498657fc421277cd /ports/abseil
parente5253d22d264985f632aca4d13de365e6557b720 (diff)
downloadvcpkg-2a0bf9c488d5291e82a37d19d4b0f81e79678f0d.tar.gz
vcpkg-2a0bf9c488d5291e82a37d19d4b0f81e79678f0d.zip
Upgrades for 2018.06.12
Diffstat (limited to 'ports/abseil')
-rw-r--r--ports/abseil/CMakeLists.txt2
-rw-r--r--ports/abseil/CONTROL2
-rw-r--r--ports/abseil/portfile.cmake4
3 files changed, 4 insertions, 4 deletions
diff --git a/ports/abseil/CMakeLists.txt b/ports/abseil/CMakeLists.txt
index fabe1516c..88a20935a 100644
--- a/ports/abseil/CMakeLists.txt
+++ b/ports/abseil/CMakeLists.txt
@@ -16,7 +16,7 @@ endif()
function(add_sublibrary LIB)
file(GLOB_RECURSE SOURCES "absl/${LIB}/*.cc")
- list(FILTER SOURCES EXCLUDE REGEX "_test(ing)?(_.+)?.cc$|_nonprod.cc$|test_util.cc$")
+ list(FILTER SOURCES EXCLUDE REGEX "_test(ing)?(_.+)?.cc$|_nonprod.cc$|test_util.cc$|_benchmark.cc$")
file(GLOB HEADERS "absl/${LIB}/*.h" "absl/${LIB}/*.inc")
file(GLOB INTERNAL_HEADERS "absl/${LIB}/internal/*.h")
diff --git a/ports/abseil/CONTROL b/ports/abseil/CONTROL
index 0b46aff1e..1636f5b4c 100644
--- a/ports/abseil/CONTROL
+++ b/ports/abseil/CONTROL
@@ -1,5 +1,5 @@
Source: abseil
-Version: 2018-05-01-1
+Version: 2018-06-12-1
Description: an open-source collection designed to augment the C++ standard library.
Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives.
In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you.
diff --git a/ports/abseil/portfile.cmake b/ports/abseil/portfile.cmake
index 46a31b2e4..c04e698ab 100644
--- a/ports/abseil/portfile.cmake
+++ b/ports/abseil/portfile.cmake
@@ -7,8 +7,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO abseil/abseil-cpp
- REF 9613678332c976568272c8f4a78631a29159271d
- SHA512 a3694d4c74f542f7a55872707548469e1bdc6dcd05d40ffd62de41d7440dc1fb98d260f690a6799ad39142e35226b04aacc6122aa1edf104fc9d396997995a8c
+ REF e5be80532b5d998813f9db952d2cc5401b1532df
+ SHA512 8123be7d2e5958a965089b43b010d5851d848f1c35ee93bdb9e18dd6d3bc7e831f0b063a33a88ea97276835afba85e30fab8c703a46a9a9d06775c05df2b3c59
HEAD_REF master
)