From 2f03bdc3f03f9c50f5d73e4601aaefa2402c8dce Mon Sep 17 00:00:00 2001 From: myd7349 Date: Fri, 30 Apr 2021 05:02:08 +0800 Subject: [yyjson] Add new port (#17201) * [yyjson] Add new port * [yyjson] Add version file * [yyjson] Patch CMakeLists.txt * [yyjson] Overwrite version * [yyjson] Copy pdb files * [yyjson] Overwrite version * [yyjson] Fix UWP build * [yyjson] Overwrite version * [yyjson] Fix patch encoding * [yyjson] Overwrite version * [yyjson] Update to 2021-04-12 * [yyjson] Bump version * [yyjson] Update versions/y-/yyjson.json Co-authored-by: Adam Johnson * [yyjson] Modernize * [yyjson] Overwrite version * [yyjson] Modernize * [yyjson] Overwrite version Co-authored-by: Adam Johnson --- versions/baseline.json | 4 ++++ versions/y-/yyjson.json | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 versions/y-/yyjson.json (limited to 'versions') diff --git a/versions/baseline.json b/versions/baseline.json index da35d7de1..2fd05cd8a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6592,6 +6592,10 @@ "baseline": "1.18.0-1", "port-version": 0 }, + "yyjson": { + "baseline": "2021-04-12", + "port-version": 0 + }, "z3": { "baseline": "4.8.9", "port-version": 0 diff --git a/versions/y-/yyjson.json b/versions/y-/yyjson.json new file mode 100644 index 000000000..671f4c066 --- /dev/null +++ b/versions/y-/yyjson.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "17bac25e372c49899aae3a59d5725cc614f65165", + "version-date": "2021-04-12", + "port-version": 0 + } + ] +} -- cgit v1.2.3