aboutsummaryrefslogtreecommitdiff
path: root/versions
diff options
context:
space:
mode:
authorwinsoft666 <46803815+winsoft666@users.noreply.github.com>2021-09-08 05:12:35 +0800
committerGitHub <noreply@github.com>2021-09-07 14:12:35 -0700
commitac2bcf0d6b294bcb728a622fc995ea18f0e1177c (patch)
tree573eb63b0688d0af06fb0cd21a392dfa5cda66d4 /versions
parent642d1ccb276ce13d8a8521b1ef2856f5f7bc9cdd (diff)
downloadvcpkg-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')
-rw-r--r--versions/baseline.json4
-rw-r--r--versions/c-/cpp-ipc.json9
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json
index 293a613a6..b440f5dae 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1424,6 +1424,10 @@
"baseline": "0.9.1",
"port-version": 0
},
+ "cpp-ipc": {
+ "baseline": "1.0.0",
+ "port-version": 0
+ },
"cpp-netlib": {
"baseline": "0.13.0",
"port-version": 4
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
+ }
+ ]
+}