aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix finally with mutable lvalue invokablePascal Menuet2020-08-141-0/+22
* Merge branch 'master' into exception_fix_new_fileJordan Maples2020-08-121-25/+30
|\
| * Merge pull request #868 from mymedia2/masterJordan Maples [MSFT]2020-08-121-25/+30
| |\
| | * Search for GoogleTest via pkg-config firstNicholas Guriev2020-04-181-25/+30
* | | created new file for gsl_narrow, might want to rename if we go this approach ...Jordan Maples2020-08-111-2/+2
|/ /
* | adding template type to the vector to suppress clang-10 warning that vector m...Jordan Maples2020-05-291-1/+1
* | fixed typoJordan Maples2020-05-291-1/+1
* | wrapping string_view checks in deduction guide checks to prevent 'macro unuse...Jordan Maples2020-05-291-2/+5
* | Add string_view test case and modify deduction guidesCasey Carter2020-05-281-0/+16
* | adding a test to verify that the additional ctad worksJordan Maples2020-05-281-0/+15
* | Merge pull request #886 from JordanMaples/dev/jomaples/build_matrixJordan Maples [MSFT]2020-05-261-4/+0
|\ \
| * | missed a GSL_CONSTEXPR_NARROW for removalJordan Maples2020-05-121-4/+0
* | | fixing clang build breakJordan Maples2020-05-201-1/+1
* | | Finished integrating CaseyCarter's changes into spanJordan Maples2020-05-201-2/+2
* | | string_span_tests CLRF -> LFJordan Maples2020-05-201-1217/+1217
* | | addressing most of Casey's commentsJordan Maples2020-05-203-15/+14
* | | initial impl of P1976R2Jordan Maples2020-05-194-1227/+1230
|/ /
* | Removed unused contant from testNicholas Londey2020-04-231-1/+0
* | Fixed narrow unit test EXPECT_THROWNicholas Londey2020-04-231-1/+1
* | Removed no_exception_throw_tests.cppNicholas Londey2020-04-232-49/+0
* | Changed implementation of gsl::narrow to throw gsl::narrowing_errorNicholas Londey2020-04-221-9/+3
|/
* adding back free functions for [c|cr][begin|end]Jordan Maples2020-04-141-0/+12
* implement LWG3320 by deleting const_iterator and const_reverse_iteratorJordan Maples2020-04-143-590/+348
* testing one of CaseyCarter's commentsJordan Maples2020-04-091-21/+10
* apply clang-format to the span_compatibility_tests.Jordan Maples2020-04-091-15/+16
* another testJordan Maples2020-04-091-2/+2
* prevent comparison for apple clang versions older than 11Jordan Maples2020-04-091-1/+1
* another attempt at apple clang version filteringJordan Maples2020-04-091-1/+1
* testing different major/minor for Apple suppressionJordan Maples2020-04-091-2/+2
* fixed a couple typosJordan Maples2020-04-091-1/+1
* added additional filtering to Apple clang versions 9.4 and 10.1 for the Array...Jordan Maples2020-04-091-1/+8
* Merge branch 'master' into dev/jomaples/LWG3255Jordan Maples2020-04-091-1/+1
|\
| * GCC "-Warray-bounds" warning persists with release 8.4Farwaykorse2020-04-091-1/+1
* | Merge branch 'master' into dev/jomaples/LWG3255Jordan Maples2020-04-082-1/+11
|\|
| * Suppress test for GCC 8.3 triggering "-Warray-bounds"Roelf-Jilling2020-03-261-0/+3
| * Merge branch 'master' into TravisCIRoelf-Jilling2020-03-2617-719/+1609
| |\
| * | Suppress -Wundefined-func-template for C++17 Clang v5.0.x and AppleClang 9.1Roelf-Jilling2020-01-161-1/+8
* | | adding additional filteringJordan Maples2020-04-081-6/+11
* | | update convertibility testJordan Maples2020-03-191-9/+17
* | | moving decl so we dont get the stl_nullptr is not used warningJordan Maples2020-03-171-1/+1
* | | applied clang-formatJordan Maples2020-03-171-11/+11
* | | discussed the issue with Casey Carter, the span ctor changes are accurate but...Jordan Maples2020-03-171-2/+4
* | | test commit to get extra eyes on the problemJordan Maples2020-03-171-0/+16
| |/ |/|
* | forgot nl @ eof in span_ext_tests.cppJordan Maples [MSFT]2020-02-191-1/+1
* | splitting up span's standard and non-standard behaviorJordan Maples [MSFT]2020-02-194-280/+362
* | addressing commentsJordan Maples [MSFT]2020-02-181-5/+7
* | Merge branch 'dev/jomaples/unsigned' of https://github.com/jordanmaples/gsl i...Jordan Maples [MSFT]2020-02-181-23/+26
|\ \
| * | Update span_compatibility_tests.cppJordan Maples [MSFT]2020-02-141-16/+19
| * | assert -> expect_truejordan maples2020-02-141-7/+7
* | | GTest latest is breaking, rolling back to 1.10 until further investigationJordan Maples [MSFT]2020-02-181-1/+1
|/ /