-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump deps/GSL from
caae4dd
to 1cdb8d2
Bumps [deps/GSL](https://github.com/Microsoft/GSL) from `caae4dd` to `1cdb8d2`. - [Release notes](https://github.com/Microsoft/GSL/releases) - [Commits](microsoft/GSL@caae4dd...1cdb8d2) --- updated-dependencies: - dependency-name: deps/GSL dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
f821cce
commit 17733f3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule GSL
updated
29 files
+29 −0 | .github/ISSUE_TEMPLATE/bug_report.md | |
+17 −8 | .github/workflows/android.yml | |
+56 −0 | .github/workflows/cmake/action.yml | |
+115 −0 | .github/workflows/compilers.yml | |
+1 −1 | CMakeLists.txt | |
+17 −19 | README.md | |
+0 −66 | azure-pipelines.yml | |
+31 −4 | docs/headers.md | |
+8 −13 | include/gsl/byte | |
+2 −0 | include/gsl/gsl | |
+2 −4 | include/gsl/narrow | |
+17 −10 | include/gsl/pointers | |
+28 −9 | include/gsl/span | |
+17 −0 | include/gsl/util | |
+0 −43 | pipelines/jobs.yml | |
+0 −9 | pipelines/setup_apple.yml | |
+0 −13 | pipelines/setup_clang.yml | |
+0 −14 | pipelines/setup_gcc.yml | |
+0 −0 | pipelines/steps.yml | |
+13 −10 | tests/CMakeLists.txt | |
+2 −2 | tests/CMakeLists.txt.in | |
+1 −1 | tests/algorithm_tests.cpp | |
+57 −13 | tests/byte_tests.cpp | |
+127 −37 | tests/notnull_tests.cpp | |
+16 −9 | tests/owner_tests.cpp | |
+91 −0 | tests/pointers_tests.cpp | |
+7 −2 | tests/span_compatibility_tests.cpp | |
+199 −304 | tests/span_tests.cpp | |
+185 −35 | tests/strict_notnull_tests.cpp |