onnxruntime/cmake/external
Changming Sun 5c391854f4
Upgrade gtest to the latest version (#2827)
WinML would like to update the googletest submodule. They want some newer features (namely GTEST_SKIP to skip tests programmatically and be able to skip entire fixtures easily) and would need to update the submodule version.

However, because the new version of code hit a bug in gcc, even though the bug is already fixed in the latest gcc but we're using gcc 4.8.x and it won't get patched for the bug, so we have to do a compromise, change our code a little bit to make it work.

The gcc bug:  https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51213
2020-01-13 20:16:48 -08:00
..
cub@c3cceac115 add dependency 'cub' as submodule (#1924) 2019-09-26 16:10:39 +08:00
date@e7e1482087 Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
DNNLibrary@647d4c3f4d Android CI (#1600) 2019-10-04 17:39:51 -07:00
eigen@899973df98 Update eigen to the latest version (#1910) 2019-10-11 10:44:19 -07:00
gemmlowp@42c53187a5 update gemmlowp which carries a windows build break fix. (#291) 2019-01-07 18:24:46 -08:00
googletest@703bd9caab Upgrade gtest to the latest version (#2827) 2020-01-13 20:16:48 -08:00
json@d98bf0278d Add provision in ORT for session options to be parsed when available via model file (#2449) 2019-12-03 16:56:07 -08:00
mimalloc@e2202f6bbe Enable integration with mimalloc memory allocator (#1673) 2019-09-13 17:12:48 -07:00
nsync@8f50e4463c Add nsync (#292) 2019-01-09 10:40:55 -08:00
onnx@1facb4c1bb Update ONNX to 1.6.1 (#2235) 2019-10-23 13:47:45 -07:00
onnx-tensorrt@8716c9b32d Add dynamic shape support in TensorRT execution provider (#2450) 2019-12-03 23:18:33 -08:00
protobuf@7bb8b108d1 Update protobuf to 3.11.2 (#1928) 2019-12-27 18:28:18 -08:00
re2@30cad26715 Implement tokenex regular expression matching and add tests. (#480) 2019-02-20 15:56:32 -08:00
tvm@c6e3efcdb0 [NupharEP] Enable parallel schedule (#2505) 2019-11-28 08:35:56 -08:00
wil@e8c599bca6 Add DirectML Execution Provider (#2057) 2019-10-15 06:13:07 -07:00
dml.cmake Add DirectML Execution Provider (#2057) 2019-10-15 06:13:07 -07:00
dnnl.cmake DNNL CMAKE update (#2548) 2019-12-05 13:48:57 -08:00
eigen.cmake apply eigen patch only for ACL. 2019-11-05 13:53:53 -08:00
featurizers.cmake Add OneHotEncoder and HashOneHotEncoder kernels. (#2830) 2020-01-13 17:58:33 -08:00
FindNumPy.cmake Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
jemalloc.cmake Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
mimalloc.cmake mimalloc allocator (#2071) 2019-10-23 22:34:00 -07:00
ngraph.cmake Fixed compilation with ngraph (#2388) 2019-11-13 17:49:00 -08:00
pybind11.cmake Update pybind (#1876) 2019-09-19 17:44:33 -07:00
zlib.cmake Initial bootstrap commit. 2018-11-19 16:48:22 -08:00