From c235296c65527a8fa299348c49cc3011e4bbdf51 Mon Sep 17 00:00:00 2001 From: ihsan demir Date: Thu, 25 Feb 2021 01:06:58 +0300 Subject: [hazelcast-cpp-client] Add new port (#16235) * Added Hazelcast C++ client (https://github.com/hazelcast/hazelcast-cpp-client) port for Hazelcast in-memory database. * Fixed the patch (The generated cmake files destination is corrected.) * Updated the patch. see https://github.com/hazelcast/hazelcast-cpp-client/pull/812 * Disable uwp support. * Added the missing version file for hazelcast-cpp-client. * [hazelcast-cpp-client] Avoid checking in large patch file * Format vcpkg.json * Updated the version for the latest commit using the command `./vcpkg x-add-version --overwrite-version hazelcast-cpp-client`. Co-authored-by: Robert Schumacher Co-authored-by: NancyLi1013 --- versions/baseline.json | 4 ++++ versions/h-/hazelcast-cpp-client.json | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 versions/h-/hazelcast-cpp-client.json (limited to 'versions') diff --git a/versions/baseline.json b/versions/baseline.json index 93a1cc47f..4cc532f0c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2384,6 +2384,10 @@ "baseline": "2019-08-10", "port-version": 0 }, + "hazelcast-cpp-client": { + "baseline": "4.0.0", + "port-version": 0 + }, "hdf5": { "baseline": "1.12.0", "port-version": 0 diff --git a/versions/h-/hazelcast-cpp-client.json b/versions/h-/hazelcast-cpp-client.json new file mode 100644 index 000000000..84fd69b46 --- /dev/null +++ b/versions/h-/hazelcast-cpp-client.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "d0f516ea034e3c58e0c1621f4230445eb303a1b0", + "version-semver": "4.0.0", + "port-version": 0 + } + ] +} -- cgit v1.2.3