diff options
| author | ihsan demir <ihsan@hazelcast.com> | 2021-02-25 01:06:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-24 14:06:58 -0800 |
| commit | c235296c65527a8fa299348c49cc3011e4bbdf51 (patch) | |
| tree | 97e93c22a489084eb4004e4dfb481102ea3d850d /versions | |
| parent | 6e8aaa76f89f7a99fbe2ba4333c61cf940cd8bc4 (diff) | |
| download | vcpkg-c235296c65527a8fa299348c49cc3011e4bbdf51.tar.gz vcpkg-c235296c65527a8fa299348c49cc3011e4bbdf51.zip | |
[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 <roschuma@microsoft.com>
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/h-/hazelcast-cpp-client.json | 9 |
2 files changed, 13 insertions, 0 deletions
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 + } + ] +} |
