[celero] Updated to Celero v2.8.0 (#16802)

* [celero] Updated to Celero v2.8.0

* [celero] Improving static linking support in VCPKG.

Celero issue #154 is tracking a fix.
https://github.com/DigitalInBlue/Celero/issues/154

* [celero] Updated to v2.8.1

* [celero] Updated version for VCPKG.

* [celero] Updates to better support VCPKG.

* [celero] Updated versions.

* Update celero.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
This commit is contained in:
John Farrier 2021-04-02 17:18:13 -04:00 committed by GitHub
parent 45bc3d367a
commit 030cfaa24d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Source: celero
Version: 2.7.2
Version: 2.8.2
Homepage: https://github.com/DigitalInBlue/Celero
Description: Celero is a modern cross-platform (Windows, Linux, MacOS) Microbenchmarking library for C++.

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO DigitalInBlue/Celero
REF b9bbe63ebc464f799676cd4c696b376296178d63 #2.7.2
SHA512 00a93c433b99a2c918741350c3fbfad67e4fe239948497de33fea2f13c8666e4fe37caf9f0e92d3c04dcb8b5c5e12501b199de3e69bbcf4f321c57a7c086e228
REF 6208b63dcd4baeea6817d3e84f79fb04ad99c720 #2.8.2
SHA512 13a486dafba394cc3e072292008d00e8a3e1b12b4fe7c82cf2ce43b3d24629d08b5762494c19da0a12b186a70114cba101553ed1b4cea90d090514307b06dec8
HEAD_REF master
)
@ -24,7 +24,7 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH share)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share)
if (VCPKG_LIBRARY_LINKAGE STREQUAL static)
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
vcpkg_replace_string(${CURRENT_PACKAGES_DIR}/include/celero/Export.h "ifdef CELERO_STATIC" "if 1")
endif()

View File

@ -1125,7 +1125,7 @@
"port-version": 0
},
"celero": {
"baseline": "2.7.2",
"baseline": "2.8.2",
"port-version": 0
},
"cello": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a170553c57f438bdab8cde9f4c6494e774763681",
"version-string": "2.8.2",
"port-version": 0
},
{
"git-tree": "25d338809366c358afe158e52694be2a670ab054",
"version-string": "2.7.2",