Skip to content

Commit

Permalink
Merge pull request #9 from fedddddd/dependabot/submodules/deps/GSL-43…
Browse files Browse the repository at this point in the history
…00304
  • Loading branch information
dependabot[bot] committed Aug 10, 2023
2 parents 9d58b61 + 979056e commit 7f4eb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/GSL
Submodule GSL updated 50 files
+1 −0 .gitattributes
+1 −1 .github/workflows/android.yml
+25 −0 .github/workflows/cmake_find_package.yml
+3 −3 .github/workflows/ios.yml
+0 −337 .travis.yml
+32 −45 CMakeLists.txt
+4 −31 GSL.natvis
+69 −64 README.md
+41 −0 SECURITY.md
+32 −34 azure-pipelines.yml
+0 −116 cmake/guidelineSupportLibrary.cmake
+854 −0 docs/headers.md
+3 −10 include/CMakeLists.txt
+2 −2 include/gsl/algorithm
+5 −7 include/gsl/assert
+6 −17 include/gsl/byte
+8 −8 include/gsl/gsl
+0 −3 include/gsl/gsl_algorithm
+0 −3 include/gsl/gsl_assert
+0 −3 include/gsl/gsl_byte
+0 −3 include/gsl/gsl_narrow
+0 −3 include/gsl/gsl_util
+40 −5 include/gsl/narrow
+62 −30 include/gsl/pointers
+34 −18 include/gsl/span
+21 −4 include/gsl/span_ext
+4 −767 include/gsl/string_span
+42 −30 include/gsl/util
+58 −0 include/gsl/zstring
+40 −23 pipelines/jobs.yml
+9 −0 pipelines/setup_apple.yml
+13 −0 pipelines/setup_clang.yml
+14 −0 pipelines/setup_gcc.yml
+0 −17 pipelines/steps.yml
+74 −54 tests/CMakeLists.txt
+1 −1 tests/CMakeLists.txt.in
+12 −15 tests/algorithm_tests.cpp
+6 −7 tests/assertion_tests.cpp
+67 −29 tests/at_tests.cpp
+10 −2 tests/byte_tests.cpp
+11 −0 tests/deathTestCommon.h
+7 −0 tests/no_exception_ensure_tests.cpp
+123 −37 tests/notnull_tests.cpp
+3 −3 tests/owner_tests.cpp
+4 −4 tests/span_compatibility_tests.cpp
+301 −281 tests/span_ext_tests.cpp
+935 −830 tests/span_tests.cpp
+129 −15 tests/strict_notnull_tests.cpp
+0 −1,217 tests/string_span_tests.cpp
+25 −7 tests/utils_tests.cpp

0 comments on commit 7f4eb52

Please sign in to comment.