diff options
| author | myd7349 <myd7349@gmail.com> | 2020-07-08 04:54:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-07 13:54:46 -0700 |
| commit | e96a3bd41b34de0dac8bac18239ddecd49ffaa64 (patch) | |
| tree | 2736b2afe5af8539beea4db25c1e977dbb8217d9 /ports/simdjson/no_benchmark.patch | |
| parent | f9bdf139535f25dd0847fecff22a1c8c606da613 (diff) | |
| download | vcpkg-e96a3bd41b34de0dac8bac18239ddecd49ffaa64.tar.gz vcpkg-e96a3bd41b34de0dac8bac18239ddecd49ffaa64.zip | |
[simdjson] Update to 0.4.6 (#12140)
* [simdjson] Update to 0.4.1
* [simdjson] Update to v0.4.2
* [simdjson] arm-uwp is supported now
* Update scripts/ci.baseline.txt
* [simdjson] x86 is also supported now(though not recommended)
* [simdjson] Update to 0.4.3 (it will fail)
* [simdjson] Disable Ninja temporarily
* [simdjson] Update to 0.4.4
* [simdjson] Update to 0.4.5
* [simdjson] Add manifest file
* [simdjson] Update to 0.4.6
* Update ports/simdjson/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/simdjson/no_benchmark.patch')
| -rw-r--r-- | ports/simdjson/no_benchmark.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/simdjson/no_benchmark.patch b/ports/simdjson/no_benchmark.patch deleted file mode 100644 index 7ec15869e..000000000 --- a/ports/simdjson/no_benchmark.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 42640bc..7a621a8 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -42,7 +42,6 @@ add_subdirectory(singleheader) - add_subdirectory(dependencies) - add_subdirectory(tests) - add_subdirectory(examples) --add_subdirectory(benchmark) - add_subdirectory(fuzz) - - # |
