onnxruntime/cmake
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
..
external Upgrade gtest to the latest version (#2827) 2020-01-13 20:16:48 -08:00
onnx Update protobuf to 3.11.2 (#1928) 2019-12-27 18:28:18 -08:00
patches Update protobuf to 3.11.2 (#1928) 2019-12-27 18:28:18 -08:00
CMakeLists.txt Update protobuf to 3.11.2 (#1928) 2019-12-27 18:28:18 -08:00
ConfigureVisualStudioCodeAnalysis.props
EnableVisualStudioCodeAnalysis.props
onnxruntime.cmake Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
onnxruntime_codegen.cmake Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
onnxruntime_common.cmake User/xianz/telemetry (#2458) 2019-12-03 23:34:53 -08:00
onnxruntime_config.h.in Ignore some gcc warnings (#1996) 2019-10-07 16:32:34 -07:00
onnxruntime_csharp.cmake Renaming MKL-DNN as DNNL (#2515) 2019-12-03 07:34:23 -08:00
onnxruntime_dependencies.dot
onnxruntime_framework.cmake Add Tracelogging for profiling (#1639) 2019-11-11 21:34:10 -08:00
onnxruntime_graph.cmake Import more featurizers with tests (#2685) 2019-12-17 22:17:40 -08:00
onnxruntime_java.cmake Java API for onnxruntime (#2215) 2019-12-10 08:28:46 -08:00
onnxruntime_language_interop_ops.cmake Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
onnxruntime_mlas.cmake MLAS: optimize QuantizeLinear (#2660) 2019-12-16 10:56:23 -08:00
onnxruntime_nuphar_extern.cmake Weba/merge ngemm (#2021) 2019-10-05 12:09:22 -07:00
onnxruntime_optimizer.cmake Cleanup some aspects of the Initializer class used by optimizers (#2005) 2019-10-09 10:37:44 +10:00
onnxruntime_providers.cmake Import more featurizers with tests (#2685) 2019-12-17 22:17:40 -08:00
onnxruntime_pyop.cmake Update python packaging pipelines (#2167) 2019-10-19 07:42:54 -07:00
onnxruntime_python.cmake added cache version for nuphar JIT binaries (#2646) 2019-12-14 22:46:30 -08:00
onnxruntime_session.cmake Add provision in ORT for session options to be parsed when available via model file (#2449) 2019-12-03 16:56:07 -08:00
onnxruntime_unittests.cmake Update protobuf to 3.11.2 (#1928) 2019-12-27 18:28:18 -08:00
onnxruntime_util.cmake Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
protobuf_function.cmake Use protobuf-lite to reduce onnxruntime.dll size. (#639) 2019-03-21 14:06:38 -07:00