onnxruntime/tools
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
..
ci_build Provide alternative std::mutex implementation on Windows (#3000) 2020-02-11 11:46:08 -08:00
nuget Add script for release Nuget validation (#2719) 2020-01-08 18:42:22 +05:30
python Fix cgmanifest.json generating script (#2770) 2020-01-14 14:59:07 -08:00