diff options
| author | John Farrier <3240972+DigitalInBlue@users.noreply.github.com> | 2021-04-02 17:18:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 14:18:13 -0700 |
| commit | 030cfaa24de9ea1bbf0a4d9c615ce7312ba77af1 (patch) | |
| tree | f805ae8f86b676d23320bb86d13de20393390467 | |
| parent | 45bc3d367a86352c7f97bf8b86bbe03a7f75a679 (diff) | |
| download | vcpkg-030cfaa24de9ea1bbf0a4d9c615ce7312ba77af1.tar.gz vcpkg-030cfaa24de9ea1bbf0a4d9c615ce7312ba77af1.zip | |
[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>
| -rw-r--r-- | ports/celero/CONTROL | 2 | ||||
| -rw-r--r-- | ports/celero/portfile.cmake | 6 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/c-/celero.json | 5 |
4 files changed, 10 insertions, 5 deletions
diff --git a/ports/celero/CONTROL b/ports/celero/CONTROL index 2e3327dbd..d61655b2d 100644 --- a/ports/celero/CONTROL +++ b/ports/celero/CONTROL @@ -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++. diff --git a/ports/celero/portfile.cmake b/ports/celero/portfile.cmake index c2eb0b040..e39bac92d 100644 --- a/ports/celero/portfile.cmake +++ b/ports/celero/portfile.cmake @@ -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() diff --git a/versions/baseline.json b/versions/baseline.json index cba0b79c9..7ba361f3b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1125,7 +1125,7 @@ "port-version": 0 }, "celero": { - "baseline": "2.7.2", + "baseline": "2.8.2", "port-version": 0 }, "cello": { diff --git a/versions/c-/celero.json b/versions/c-/celero.json index a1baf67c0..2a6b5c3d8 100644 --- a/versions/c-/celero.json +++ b/versions/c-/celero.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "a170553c57f438bdab8cde9f4c6494e774763681", + "version-string": "2.8.2", + "port-version": 0 + }, + { "git-tree": "25d338809366c358afe158e52694be2a670ab054", "version-string": "2.7.2", "port-version": 0 |
