onnxruntime/tools/ci_build
Changming Sun abb626ff60
Provide alternative std::mutex implementation on Windows (#3000)
Provide alternative std::mutex implementation on Windows. OrtMutex is no longer an alias of std::mutex.

We do it because:

1. This new thing is faster and much much simpler.
2. Static constructors are considered harmful. We should avoid such thing as possible as we can.
2020-02-11 11:46:08 -08:00
..
github Exclude faturizers from Linux NuGet packaging. 2020-02-10 22:21:52 -08:00
build.py Provide alternative std::mutex implementation on Windows (#3000) 2020-02-11 11:46:08 -08:00
gen_def.py Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
static_analysis_filter.py Initial bootstrap commit. 2018-11-19 16:48:22 -08:00