onnxruntime/winml
cao lei 32f5658abb
remove gsl to make status.h independent from gsl (#17402)
### Description
<!-- Describe your changes. -->
Make status.h independent from gsl.


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
In the coming new feature external EP API (see the prototype
https://github.com/microsoft/onnxruntime/pull/16718), we need to expose
stream in the public header, however, stream is dependent on status.h
which is dependent on gsl. We are seeking a way to decouple stream from
gsl.

From Changming's comment offline, prefast is disabled so all
GSL_SUPPRESS are not taking any effect now. He will handle the warnings
when enable prefast in the future
2023-09-13 21:47:43 -07:00
..
adapter Improve comments in winml/ (#17163) 2023-08-15 23:30:56 -04:00
api Fix clang-format comment indents on Windows for winml/ (#17144) 2023-08-14 23:50:14 -04:00
dll Format c++ code under winml/ (#16660) 2023-07-25 21:56:50 -07:00
lib remove gsl to make status.h independent from gsl (#17402) 2023-09-13 21:47:43 -07:00
test Update C/C++ dependencies: abseil, date, nsync, googletest, wil, mp11, cpuinfo and safeint (#15470) 2023-09-08 13:35:04 -07:00
.clang-format Fix clang-format comment indents on Windows for winml/ (#17144) 2023-08-14 23:50:14 -04:00