diff options
| author | winsoft666 <46803815+winsoft666@users.noreply.github.com> | 2021-09-08 05:12:35 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-07 14:12:35 -0700 |
| commit | ac2bcf0d6b294bcb728a622fc995ea18f0e1177c (patch) | |
| tree | 573eb63b0688d0af06fb0cd21a392dfa5cda66d4 /versions/c-/cpp-ipc.json | |
| parent | 642d1ccb276ce13d8a8521b1ef2856f5f7bc9cdd (diff) | |
| download | vcpkg-ac2bcf0d6b294bcb728a622fc995ea18f0e1177c.tar.gz vcpkg-ac2bcf0d6b294bcb728a622fc995ea18f0e1177c.zip | |
[cpp-ipc] Add new port (#19360)
* [teemo] Update version to v2.3.
* [teemo] Modify version to v2.2
* [teemo] Run `vcpkg x-add-version teemo` to add version info.
* [teemo] Update Build-Depends.
* Update versions/t-/teemo.json
* [libipc] Add new library.
* [libipc] Run ./vcpkg x-add-version --all
* [libipc] Fix compile error.
* update version
* Update ports/libipc/CONTROL
* update version
* Update ports/libipc/portfile.cmake
Co-authored-by: Billy O'Neal <bion@microsoft.com>
* Update ports/libipc/portfile.cmake
Co-authored-by: Billy O'Neal <bion@microsoft.com>
* [cpp-ipc] rename libipc to cpp-ipc
* [cpp-ipc] Run vcpkg x-add-version --all
* [cpp-ipc] Remove old libipc
* update cpp-ipc
* update version
* delet libipc.json
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
Diffstat (limited to 'versions/c-/cpp-ipc.json')
| -rw-r--r-- | versions/c-/cpp-ipc.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/versions/c-/cpp-ipc.json b/versions/c-/cpp-ipc.json new file mode 100644 index 000000000..75ed310a1 --- /dev/null +++ b/versions/c-/cpp-ipc.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "a54fbdb4b0fa6b820b1f6a55004f5622f3c02941", + "version": "1.0.0", + "port-version": 0 + } + ] +} |
