aboutsummaryrefslogtreecommitdiff
path: root/ports/hazelcast-cpp-client
AgeCommit message (Collapse)Author
2021-09-03[hazelcast-cpp-client] update to v4.2.0 (#19853)yemreinci
* update hazelcast-cpp-client to 4.2.0 * run x-add-version
2021-06-11[hazelcast-cpp-client] update to v4.1.1 (#18318)yemreinci
* update hazelcast-cpp-client to v4.1.1 * ran
2021-05-13[hazelcast-cpp-client] update for new release version 4.1.0 (#17724)ihsan demir
* Added the new hazelcast-cpp-client version 4.1.0. * added the `git-tree` for hazelcast-cpp-client 4.1.0 version.
2021-03-11[hazelcast-cpp-client] New version update to 4.0.1 (#16593)ihsan demir
* Updated the `hazelcast-cpp-client` version to 4.0.1 since we released this new patch release. * Updated the version for the latest commit using the command `./vcpkg x-add-version --overwrite-version hazelcast-cpp-client`. * [hazelcast-cpp-client] Restore version 4.0.0 to the db Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-24[hazelcast-cpp-client] Add new port (#16235)ihsan demir
* 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>