-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4945d47
commit 4d594e9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule GSL
updated
21 files
+16 −7 | .github/workflows/android.yml | |
+56 −0 | .github/workflows/cmake/action.yml | |
+104 −0 | .github/workflows/compilers.yml | |
+1 −1 | CMakeLists.txt | |
+14 −17 | README.md | |
+0 −66 | azure-pipelines.yml | |
+8 −1 | docs/headers.md | |
+3 −8 | include/gsl/byte | |
+2 −0 | include/gsl/gsl | |
+2 −4 | include/gsl/narrow | |
+3 −4 | include/gsl/pointers | |
+14 −0 | include/gsl/span | |
+14 −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 | |
+11 −10 | tests/CMakeLists.txt | |
+1 −1 | tests/span_compatibility_tests.cpp | |
+1 −1 | tests/span_tests.cpp |