From 2e95cac342b3ce0e34f6215b07459dded0faf6d5 Mon Sep 17 00:00:00 2001 From: "Dr. Patrick Urbanke" Date: Fri, 12 Sep 2025 19:06:23 +0200 Subject: [PATCH 1/4] Update vcpkg --- vcpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg b/vcpkg index b1b19307..7213cf81 160000 --- a/vcpkg +++ b/vcpkg @@ -1 +1 @@ -Subproject commit b1b19307e2d2ec1eefbdb7ea069de7d4bcd31f01 +Subproject commit 7213cf8135c329c37c7e2778e40774489a0583a8 From d349a1e8511096b9824b91689c3720e331183492 Mon Sep 17 00:00:00 2001 From: "Dr. Patrick Urbanke" Date: Sat, 13 Sep 2025 09:54:48 +0200 Subject: [PATCH 2/4] Install openssl@3 --- .github/workflows/macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 2b34b06c..109b232c 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -29,7 +29,7 @@ jobs: - name: Run vcpkg uses: lukka/run-vcpkg@v11 - name: Install bison - run: brew install bison + run: brew install bison openssl@3 - name: Install ninja run: brew install ninja if: matrix.os == 'macos-latest' From 24fce965bffbba90786376b52766abbc9bbf015d Mon Sep 17 00:00:00 2001 From: "Dr. Patrick Urbanke" Date: Sat, 13 Sep 2025 11:05:31 +0200 Subject: [PATCH 3/4] Remove hard-coded versions from the vcpkg.json --- vcpkg.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 79c2900b..c8c800b7 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,19 +1,15 @@ { "name": "reflectcpp", "version-string": "0.20.0", - "builtin-baseline": "cd124b84feb0c02a24a2d90981e8358fdee0e077", "dependencies": [ { - "name": "vcpkg-cmake", - "version>=": "2023-05-04" + "name": "vcpkg-cmake" }, { - "name": "vcpkg-cmake-config", - "version>=": "2022-02-06#1" + "name": "vcpkg-cmake-config" }, { - "name": "vcpkg-pkgconfig-get-modules", - "version>=": "2024-04-03" + "name": "vcpkg-pkgconfig-get-modules" } ], "features": { From 06b7e578bc1c82af31aca681d63f38c3f6ccd025 Mon Sep 17 00:00:00 2001 From: "Dr. Patrick Urbanke" Date: Sat, 13 Sep 2025 13:31:15 +0200 Subject: [PATCH 4/4] Updated jsoncons to 1.4.0 --- vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index c8c800b7..494f79e9 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -66,7 +66,7 @@ "dependencies": [ { "name": "jsoncons", - "version>=": "0.176.0" + "version>=": "1.4.0" } ] }, @@ -149,7 +149,7 @@ "dependencies": [ { "name": "jsoncons", - "version>=": "0.176.0" + "version>=": "1.4.0" } ] },