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
2020-04-09fixed a couple typosJordan Maples
2020-04-09added additional filtering to Apple clang versions 9.4 and 10.1 for the Array...Jordan Maples
2020-04-09Merge branch 'master' into dev/jomaples/LWG3255Jordan Maples
2020-04-09GCC "-Warray-bounds" warning persists with release 8.4Farwaykorse
2020-04-09Merge branch 'master' into dev/jomaples/LWG3255Jordan Maples
2020-04-09adding additional filteringJordan Maples
2020-03-26Suppress test for GCC 8.3 triggering "-Warray-bounds"Roelf-Jilling
2020-03-26Merge branch 'master' into TravisCIRoelf-Jilling
2020-03-20update convertibility testJordan Maples
2020-03-18moving decl so we dont get the stl_nullptr is not used warningJordan Maples
2020-03-18applied clang-formatJordan Maples
2020-03-18discussed the issue with Casey Carter, the span ctor changes are accurate but...Jordan Maples
2020-03-17test commit to get extra eyes on the problemJordan Maples
2020-02-20forgot nl @ eof in span_ext_tests.cppJordan Maples [MSFT]
2020-02-20splitting up span's standard and non-standard behaviorJordan Maples [MSFT]
2020-02-19addressing commentsJordan Maples [MSFT]
2020-02-18Merge branch 'dev/jomaples/unsigned' of https://github.com/jordanmaples/gsl i...Jordan Maples [MSFT]
2020-02-18GTest latest is breaking, rolling back to 1.10 until further investigationJordan Maples [MSFT]
2020-02-15Update span_compatibility_tests.cppJordan Maples [MSFT]
2020-02-15assert -> expect_truejordan maples
2020-02-15errors in appveyor are indicating that AsWritableByesCompilersFor needs to be...Jordan Maples [MSFT]
2020-02-15addressing a few more comments and adding gsl-std span compatibility testsJordan Maples [MSFT]
2020-02-12reviewed the pr in its entirety and made some slight modifications. Removed a...Jordan Maples [MSFT]
2020-02-08address build failuresJordan Maples [MSFT]
2020-02-08almost parity with std::spanJordan Maples [MSFT]
2020-02-06update span specialization of at, change some tests back to int i with narrow...Jordan Maples [MSFT]
2020-02-06reverting changes to gsl::indexJordan Maples [MSFT]
2020-02-06add back capture variable for comparison in span_testJordan Maples [MSFT]
2020-02-06addressing travis errorsJordan Maples [MSFT]
2020-02-06captureing result of iterator comparisons to address -Wunused-comparisonJordan Maples [MSFT]
2020-02-05prevent overflow in size_bytes. fix compilation issue for clang 3.6 and 3.7Jordan Maples [MSFT]
2020-02-05gsl::index ptrdiff_t -> size_t. remove span::at span::operator().Jordan Maples [MSFT]
2020-02-05update index_type to size_type, fix a couple ExpectsJordan Maples [MSFT]
2020-02-03addressing some commentsJordan Maples [MSFT]
2020-02-03fix build breaksJordan Maples [MSFT]
2020-02-03updating from test loop from int to size_tJordan Maples [MSFT]
2020-02-03change span from signed to unsigned to align to stdJordan Maples [MSFT]
2020-01-31remove move constructor for not_null.Jordan Maples [MSFT]
2020-01-22Merge pull request #836 from Farwaykorse/suppressionToCMakeJordan Maples [MSFT]
2020-01-16Restore disabling of exceptions for Microsoft STL in "no exception tests"Roelf-Jilling
2020-01-16Revert "adding /EHsc for msvc cmake target gsl_test_config_noexcept"Roelf-Jilling
2020-01-16Suppress -Wundefined-func-template for C++17 Clang v5.0.x and AppleClang 9.1Roelf-Jilling
2020-01-16MSVC and CoreChecker warning suppression for tests to CMakeRoelf-Jilling
2020-01-16Enable more warnings in GCCRoelf-Jilling
2020-01-16Use [[maybe_unused]] with C++17Roelf-Jilling
2020-01-16Move compiler warning suppression for tests from cpp files to CMakeRoelf-Jilling
2020-01-10Merge branch 'master' into dev/jomaples/add_missing_span_functionsJordan Maples [MSFT]
2020-01-10Merge branch 'master' into dev/jomaples/deprecate_span_non_std_functionsJordan Maples [MSFT]
2020-01-10Merge branch 'master' into dev/jomaples/add_missing_span_functionsJordan Maples [MSFT]
2020-01-10Merge branch 'dev/jomaples/deprecate_span_non_std_functions' of https://githu...Jordan Maples [MSFT]