Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-10-11Clean up `final_act` and `finally`, closes #846 (#977)Herb Sutter
2022-10-06Fix Clang-tidy 15 warnings (#1058)Rose
2022-04-14Suppress -Wfloat-equal warning in implementation of gsl::narrow (#1043)dmitrykobets-msft
2022-03-22Make gsl::span's iterators use the contiguous_iterator concept (#1035)dmitrykobets-msft
2022-03-22Suppress reserved identifier warning (#1041)dmitrykobets-msft
2021-12-10Update compiler support (#1019)dmitrykobets-msft
2021-12-10Fix/implement C++2020 compilation, tests, and CI (#1017)dmitrykobets-msft
2021-11-17Fix googletest build failure with gcc 11.1+ (#1015)dmitrykobets-msft
2021-10-27make zstring family don't require empty angle brackets any more (#998)Werner Henze
2021-06-24feat: narrow for non totally ordered types (#986)Johel Ernesto Guerrero Peña
2021-05-21gsl::at behavior change regarding gsl::span (#985)Jordan Maples [MSFT]
2021-05-13Fix iPhone simulator CI (#981)Tushar Maheshwari
2021-01-08Improve build script for standalone tests (#963)Nicholas Guriev
2021-01-05Reintroduce CMake changes that were reverted in #966 (#967)Jordan Maples [MSFT]
2021-01-05Revert "[cmake] Adding options for INSTALL and TEST (#964)" (#966)Jordan Maples [MSFT]
2021-01-04update gtest (#965)Jordan Maples [MSFT]
2021-01-04[cmake] Adding options for INSTALL and TEST (#964)hdf89shfdfs
2020-12-15Minor cmake changes (#961)hdf89shfdfs
2020-12-10remove multi_span (#958)Jordan Maples [MSFT]
2020-11-04Adding std::hash<not_null<T>> tests to notnull_tests.cpp (#947)Jordan Maples [MSFT]
2020-10-30renaming main logic files. Added warning message of the removal and include p...Jordan Maples [MSFT]
2020-08-14Fix finally with mutable lvalue invokablePascal Menuet
2020-08-13Merge branch 'master' into exception_fix_new_fileJordan Maples
2020-08-13Merge pull request #868 from mymedia2/masterJordan Maples [MSFT]
2020-08-12created new file for gsl_narrow, might want to rename if we go this approach ...Jordan Maples
2020-05-30adding template type to the vector to suppress clang-10 warning that vector m...Jordan Maples
2020-05-29fixed typoJordan Maples
2020-05-29wrapping string_view checks in deduction guide checks to prevent 'macro unuse...Jordan Maples
2020-05-29Add string_view test case and modify deduction guidesCasey Carter
2020-05-29adding a test to verify that the additional ctad worksJordan Maples
2020-05-27Merge pull request #886 from JordanMaples/dev/jomaples/build_matrixJordan Maples [MSFT]
2020-05-21fixing clang build breakJordan Maples
2020-05-20Finished integrating CaseyCarter's changes into spanJordan Maples
2020-05-20string_span_tests CLRF -> LFJordan Maples
2020-05-20addressing most of Casey's commentsJordan Maples
2020-05-20initial impl of P1976R2Jordan Maples
2020-05-13missed a GSL_CONSTEXPR_NARROW for removalJordan Maples
2020-04-23Removed unused contant from testNicholas Londey
2020-04-23Fixed narrow unit test EXPECT_THROWNicholas Londey
2020-04-23Removed no_exception_throw_tests.cppNicholas Londey
2020-04-22Changed implementation of gsl::narrow to throw gsl::narrowing_errorNicholas Londey
2020-04-18Search for GoogleTest via pkg-config firstNicholas Guriev
2020-04-15adding back free functions for [c|cr][begin|end]Jordan Maples
2020-04-14implement LWG3320 by deleting const_iterator and const_reverse_iteratorJordan Maples
2020-04-10testing one of CaseyCarter's commentsJordan Maples
2020-04-10apply clang-format to the span_compatibility_tests.Jordan Maples
2020-04-10another testJordan Maples
2020-04-10prevent comparison for apple clang versions older than 11Jordan Maples
2020-04-10another attempt at apple clang version filteringJordan Maples
2020-04-09testing different major/minor for Apple suppressionJordan Maples