dep-gsl/tests
Carson Radtke 494e6e988c
fix: all pipeline failures (#1221)
* fix: update conditional static assertion
There is a static assertion that spuriously fails on MSVC that was
version checked. Unfortunately it fires every time there is a new
compiler update, so for now we will remove the version check and add it
back once the compiler bug is fixed.

* fix: ios pipeline failure

Looks like somewhere along the line, the iOS simulator changed the range
of support iOS versions. This changes bumps the version from 9 to 12.0.

Also noticed that the GSL OSX bundle version was quite out of date. I
bumped this from 3.1.0 to 4.2.0 and created an upgrade checklist file in
docs/ so we don't forget these types of tasks in the future.

* bump xcode version from 15.4 to 16.4

* fix compiler warning when building gtest for ios

* allow for missing include dirs on command line

* replace windows-2019 with windows-2025

* update visual studio versions after runner bump

* PR feedback: make sure markdown links are syntactically correct
2025-09-30 15:10:46 -06:00
..
algorithm_tests.cpp More checks for non-compilable code, plus fix for span (#1180) 2025-01-04 11:50:31 -06:00
assertion_tests.cpp cleanup natvis (#1077) 2022-12-29 10:21:11 -08:00
at_tests.cpp 1075 Wrong Expects in gsl::at? (#1076) 2023-01-18 13:33:20 -08:00
byte_tests.cpp More checks for non-compilable code, plus fix for span (#1180) 2025-01-04 11:50:31 -06:00
CMakeLists.txt Add constexpr to not_null comparison operators (#1208) 2025-05-22 11:52:47 -06:00
CMakeLists.txt.in fix various pipeline failures (#1172) 2024-11-25 12:58:45 -06:00
constexpr_notnull_tests.cpp Add constexpr to not_null comparison operators (#1208) 2025-05-22 11:52:47 -06:00
deathTestCommon.h gsl::at behavior change regarding gsl::span (#985) 2021-05-20 18:18:08 -07:00
no_exception_ensure_tests.cpp Fix iPhone simulator CI (#981) 2021-05-13 10:52:09 -07:00
notnull_tests.cpp More checks for non-compilable code, plus fix for span (#1180) 2025-01-04 11:50:31 -06:00
owner_tests.cpp More checks for non-compilable code, plus fix for span (#1180) 2025-01-04 11:50:31 -06:00
pointers_tests.cpp introduce gsl::not_null<T>::element_type (#1196) 2025-02-12 09:16:05 -06:00
span_compatibility_tests.cpp Better use of std::enable_if (#1177) 2024-12-23 10:40:22 -06:00
span_ext_tests.cpp 1075 Wrong Expects in gsl::at? (#1076) 2023-01-18 13:33:20 -08:00
span_tests.cpp fix: all pipeline failures (#1221) 2025-09-30 15:10:46 -06:00
strict_notnull_tests.cpp introduce gsl::not_null<T>::element_type (#1196) 2025-02-12 09:16:05 -06:00
utils_tests.cpp Clean up final_act and finally, closes #846 (#977) 2022-10-10 16:09:21 -07:00