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
AgeCommit message (Expand)Author
2020-03-26Merge branch 'master' into TravisCIRoelf-Jilling
2020-02-20splitting up span's standard and non-standard behaviorJordan Maples [MSFT]
2020-02-15addressing a few more comments and adding gsl-std span compatibility testsJordan 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
2019-12-14adding /EHsc for msvc cmake target gsl_test_config_noexceptJordan Maples [MSFT]
2019-12-12changing text in notices & readme. adding terminate handler for testsJordan Maples [MSFT]
2019-12-04gtest migrationJordan Maples [MSFT]
2019-01-15Clang cl (#762)Anna Gringauze
2019-01-15Dev/annagrin/remove explicit not null constructor (#743)Anna Gringauze
2018-08-13Dev/annagrin/sloppy not null (#712)Anna Gringauze
2018-08-13fix cppcorecheck warnings (#703)Anna Gringauze
2018-06-15Added testing for c++17 to latest compilers with test with (#692)Anna Gringauze
2018-03-16Enable usage of gsl::narrow with exceptions disabled (#640)v1.0.0Anna Gringauze
2017-11-14Updates catch to version 2.0 (#580)Tiago
2017-08-17Allow to use system version of the catch test framework (#549)Nicholas Guriev
2017-08-17Fix catch installation issue (#540)Tiago
2017-07-13Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh
2017-04-26Update CMake usage (#493)Tiago
2017-04-17Turn warnings into errors (#488)Casey Carter
2017-02-08Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter
2016-11-17Add a copy() function for span.MikeGitb
2016-11-05Fixed compile flags for tests when using MSVC. Neil MacIntosh
2016-11-04Cleanup additional GCC warningsRian Quinn
2016-10-17[#392] Don't install testsMarc Mutz
2016-10-17Address #313: try to guard against strict-aliasing bugs with gsl::byteMikeGitb
2016-08-10Removed .h extension from header files.Galik
2016-08-09Renamed include/ folder to gsl/ to make including the library consistentgalik
2016-07-20Merge branch 'master' into dev/neilmac/specNeil MacIntosh
2016-06-24Added definition of gsl::byte to match proposed std::byte.Neil MacIntosh
2016-03-24Moving submodule init before subdirectory.Sergiy Oryekhov
2016-03-24Adding unittest-cpp as a submodule.Sergiy Oryekhov
2016-02-24Added new span-related files.Neil MacIntosh
2016-02-24File renames to reflect new multi_span name.Neil MacIntosh
2015-11-30Reworked span to match GSL design.Neil MacIntosh
2015-11-24Refactored headers so span can use narrow_cast etc.Neil MacIntosh
2015-11-21Refactored to use Expects/Ensures everywhere.Neil MacIntosh
2015-11-13Update CMakeLists.txtNeil MacIntosh
2015-11-13Enabled -Wall for gcc and clang.Neil MacIntosh
2015-11-13Turned on Level 3 warnings for MSVC.Neil MacIntosh
2015-11-04Renaming array_view and string_view, as per WG21 discussions.Neil MacIntosh
2015-10-05Fix #124 remove maybe_nullTreb Connell
2015-09-30Renamed namespace to 'gsl'. Renamed macro to configure testing.Neil MacIntosh
2015-09-23add travis testing (gcc5, clang36)Tamas Kenez