aboutsummaryrefslogtreecommitdiff
path: root/versions
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2021-04-20 08:17:38 +0800
committerGitHub <noreply@github.com>2021-04-19 17:17:38 -0700
commitdd2255ee31c726945c4fc91c6c6f4b2cb10cc91a (patch)
tree976e3ce0aeaa800c9e93be33645579a147456aa0 /versions
parent66ce4e9277f113bda4a83e76a9c612deddc7634c (diff)
downloadvcpkg-dd2255ee31c726945c4fc91c6c6f4b2cb10cc91a.tar.gz
vcpkg-dd2255ee31c726945c4fc91c6c6f4b2cb10cc91a.zip
[matplotplusplus] Add new port (#13725)
* [matplotplusplus] Add new port * [matplotplusplus] Update tips * [matplotplusplus] Update to fix opengl backend * [matplotplusplus] Update to lastest * [matplotplusplus] Update to 2021-03-07 * [matplotplusplus] Add FEATURES keyword * [matplotplusplus] Modernize * [matplotplusplus] Fix mistake * [matplotplusplus] UWP not supported * [matplotplusplus] Format manifest * [matplotplusplus] Add version file * [matplotplusplus] Experimental filesystem support * [matplotplusplus] Overwrite version * [matplotplusplus] Do not support arm64-windows yet * [matplotplusplus] Update to 2021-04-11 * [matplotplusplus] vcpkg x-add-version --overwrite-version matplotplusplus * [matplotplusplus] Modernize * [matplotplusplus] Overwrite version * [matplotplusplus] Fixup cmake targets * [matplotplusplus] Overwrite version * [matplotplusplus] Modernize * [matplotplusplus] Overwrite version
Diffstat (limited to 'versions')
-rw-r--r--versions/baseline.json4
-rw-r--r--versions/m-/matplotplusplus.json9
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json
index cc6c8e9b7..8cc8753bf 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3844,6 +3844,10 @@
"baseline": "2020-08-27",
"port-version": 0
},
+ "matplotplusplus": {
+ "baseline": "2021-04-11",
+ "port-version": 0
+ },
"matroska": {
"baseline": "1.6.2",
"port-version": 0
diff --git a/versions/m-/matplotplusplus.json b/versions/m-/matplotplusplus.json
new file mode 100644
index 000000000..b163a0b79
--- /dev/null
+++ b/versions/m-/matplotplusplus.json
@@ -0,0 +1,9 @@
+{
+ "versions": [
+ {
+ "git-tree": "e4cf18b9e9c16d294f966bae3d1d89ecd698a47f",
+ "version-date": "2021-04-11",
+ "port-version": 0
+ }
+ ]
+}