mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
[cpp-ipc] Update 1.3.0 (#35668)
* [teemo] Update to v2.7 * [teemo] Format manifest * [teemo] Update to v2.7 * [akali] Update to v1.43 * [akali] Update to v1.43 * [akali] Update to v1.43 * overwrite version * add license * overwrite version * [akali] Update string replace method. * [akali] run x-add-version command. * [cpp-ipc] Update to v1.2.0 * [cpp-ipc] Update to v1.2.0 * Add new port named zoe. * Add zoe to baseline. * Add zeo.json * [zoe] Update REF * [zoe] Update version. * [zoe] Add port version. * [zoe] run x-add-version --all * [zoe] Remove port-version * [zoe] Update port-version * [zoe] Update version * [zoe] Update code ref. * [zoe] Update git-version. * [zoe] Update portfile.cmake * [zoe] overwrite-version * [zoe] Update ref. * [zoe] overwrite-version * [zoe] Update portfile. * [zoe] overwrite-version * [zoe] Not support android. * [zoe] Update zoe.json * [crashrpt-lite] Add new port. * Format manifest files * [crashrpt-lite] Instead deprecated functions. * add crashrpt-lite.json * [crashrpt-lite] update version. * Remvoe crashrpt-lite * Remvoe crashrpt-lite * [zoe] Export cmake config files. * [zoe] Export cmake config files. * [zoe] Update git-tree. * [zoe] Add usage and config fixup. * [zoe] Update git-tree * [zoe] remove usage. * [zoe] Update git-tree * use new function * vdb * [veigar] Add a new port. * [veigar] Add a new port. * [veigar] Add veigar.json * [veigar] Fix compile issue. * [veigar] Update Code. * [veigar] Fix bug. * [veigar] Update veigar.json * Fix compilation failures on non-windows platforms. * [veigar] overwrite-version * [veigar] Fix compilation failures on non-windows platforms. * [veigar] Fix compilation failures on non-windows platforms. * [veigar] Add support platform. * [veigar] overwrite-version * [veigar] Add license. * [veigar] Add license. * [veigar] Use ${VERSION} * [veigar] Use ${VERSION} * [veigar] Update code REF. * [veigar] run .\vcpkg.exe x-add-version veigar --overwrite-version * [veigar] Update support platform. * [veigar] Update support platform. * [veigar] Update support platform. * [veigar] Update support platform. * [veigar] Not support uwp. * [veigar] Not support uwp. * [veigar] Fix bug. * [veigar] Fix bug. * [veigar] Update to 1.2 * [veigar] Update to 1.2 * [veigar] Update format. * [veigar] Update format. * [veigar] Update format. * [veigar] Remove debug share files. * [veigar] Remove debug share files. * [veigar] Update version. * [veigar] Update version. * [cpp-ipc] Update to 1.3.0 * [cpp-ipc] Update to 1.3.0 --------- Co-authored-by: FrankXie <v-frankxie@microsoft.com> Co-authored-by: admin <admin@windows.com> Co-authored-by: paipai <noexist@gmail.com> Co-authored-by: Frank <1433351828@qq.com>
This commit is contained in:
parent
ed2b097ffd
commit
9fc945b4a2
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO mutouyun/cpp-ipc
|
||||
REF f2f1af8f8e7877a28deb2eacdc379a22a99e4c82 #v1.2.0
|
||||
SHA512 e01fe5e2612141af64a9c44773a49c566b89ecf0a77164c6eb0a6d68bd7ff5830843ce42df5d53a863882b582a8d6a2e9f69026f244d8d1d96e83f0f4c9e8972
|
||||
REF 035d76d5aaaa420a61d5e08be841cc20e585adde #v1.3.0
|
||||
SHA512 fea7054befc143ca1b4c55f3ffb72eb81353ce08f761e7c1ca79dd016449f76fbfc19bdb046a68e4d84df0f24da0312a0f560d9a25257811689041267bb42f1a
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cpp-ipc",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"description": "C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.",
|
||||
"homepage": "https://github.com/mutouyun/cpp-ipc",
|
||||
"supports": "!osx",
|
||||
|
@ -1813,7 +1813,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"cpp-ipc": {
|
||||
"baseline": "1.2.0",
|
||||
"baseline": "1.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"cpp-jwt": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "36fd22ee76a212829a835b36934e27d825b58183",
|
||||
"version": "1.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e86c1547d0be3d2acbe7cebdb799f24359c29e85",
|
||||
"version": "1.2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user