Skip to content

Commit

Permalink
[celero] Updated to Celero v2.8.0 (#16802)
Browse files Browse the repository at this point in the history
* [celero] Updated to Celero v2.8.0

* [celero] Improving static linking support in VCPKG.

Celero issue #154 is tracking a fix.
DigitalInBlue/Celero#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>
  • Loading branch information
DigitalInBlue and JonLiu1993 authored Apr 2, 2021
1 parent 45bc3d3 commit 030cfaa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/celero/CONTROL
Original file line number Diff line number Diff line change
@@ -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++.
6 changes: 3 additions & 3 deletions ports/celero/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)

Expand All @@ -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()

Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@
"port-version": 0
},
"celero": {
"baseline": "2.7.2",
"baseline": "2.8.2",
"port-version": 0
},
"cello": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/celero.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a170553c57f438bdab8cde9f4c6494e774763681",
"version-string": "2.8.2",
"port-version": 0
},
{
"git-tree": "25d338809366c358afe158e52694be2a670ab054",
"version-string": "2.7.2",
Expand Down

0 comments on commit 030cfaa

Please sign in to comment.