-
Notifications
You must be signed in to change notification settings - Fork 74
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
e64c97f
to b8ac820
Bumps [deps/GSL](https://github.com/Microsoft/GSL) from `e64c97f` to `b8ac820`. - [Release notes](https://github.com/Microsoft/GSL/releases) - [Commits](microsoft/GSL@e64c97f...b8ac820) --- updated-dependencies: - dependency-name: deps/GSL dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
8738092
commit ac70eb0
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 | |
+18 −9 | .github/workflows/android.yml | |
+56 −0 | .github/workflows/cmake/action.yml | |
+1 −1 | .github/workflows/cmake_find_package.yml | |
+111 −0 | .github/workflows/compilers.yml | |
+1 −1 | .github/workflows/ios.yml | |
+1 −1 | CMakeLists.txt | |
+18 −20 | README.md | |
+0 −66 | azure-pipelines.yml | |
+28 −1 | docs/headers.md | |
+4 −9 | include/gsl/byte | |
+2 −0 | include/gsl/gsl | |
+2 −4 | include/gsl/narrow | |
+13 −6 | include/gsl/pointers | |
+23 −11 | 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 | |
+10 −9 | tests/byte_tests.cpp | |
+21 −0 | tests/pointers_tests.cpp | |
+1 −1 | tests/span_compatibility_tests.cpp | |
+1 −1 | tests/span_tests.cpp |