-
Notifications
You must be signed in to change notification settings - Fork 43
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 16a6019
Bumps [deps/GSL](https://github.com/Microsoft/GSL) from `caae4dd` to `16a6019`. - [Release notes](https://github.com/Microsoft/GSL/releases) - [Commits](microsoft/GSL@caae4dd...16a6019) --- updated-dependencies: - dependency-name: deps/GSL dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
f821cce
commit 2cf395b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule GSL
updated
27 files
+29 −0 | .github/ISSUE_TEMPLATE/bug_report.md | |
+17 −8 | .github/workflows/android.yml | |
+56 −0 | .github/workflows/cmake/action.yml | |
+111 −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 | |
+21 −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 | |
+55 −9 | tests/byte_tests.cpp | |
+8 −0 | tests/notnull_tests.cpp | |
+90 −0 | tests/pointers_tests.cpp | |
+7 −2 | tests/span_compatibility_tests.cpp | |
+1 −1 | tests/span_tests.cpp | |
+114 −1 | tests/strict_notnull_tests.cpp |