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-02-12reviewed the pr in its entirety and made some slight modifications. Removed a...Jordan Maples [MSFT]
2020-02-05update index_type to size_type, fix a couple ExpectsJordan Maples [MSFT]
2020-02-03fix build breaksJordan Maples [MSFT]
2020-01-16MSVC and CoreChecker warning suppression for tests to CMakeRoelf-Jilling
2020-01-16Move compiler warning suppression for tests from cpp files to CMakeRoelf-Jilling
2020-01-08added suppression for missing destructor overrideJordan Maples [MSFT]
2019-12-20addressing commentsJordan Maples [MSFT]
2019-12-13change from string to char*Jordan Maples [MSFT]
2019-12-12removed string_view for string in testsJordan Maples [MSFT]
2019-12-12changing text in notices & readme. adding terminate handler for testsJordan Maples [MSFT]
2019-12-07fixing suppression of gtest warnings for gccJordan Maples
2019-12-05attempting to fix the gtest print issues in vs17Jordan Maples [MSFT]
2019-12-04suppressing -Wundef in clang (GTest emitted)Jordan Maples [MSFT]
2019-12-04ignore warnings from gtestJordan Maples [MSFT]
2019-12-04gtest migrationJordan Maples [MSFT]
2018-08-13fix cppcorecheck warnings (#703)Anna Gringauze
2018-05-29Add as_bytes for basic_string_span, fixes issue #655 (#683)beinhaerter
2018-02-11Removed span from-nullptr_t ctor.Neil MacIntosh
2017-11-28Applied iwyu --comment to the code base (#588)Tiago
2017-09-19Made string_span details::string_length() generic (Fix issue #542) (#543)Galik
2017-07-13Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh
2017-04-20Reformat files to follow clang-format style (#492)Tiago
2017-04-02Fix some corechecker warnings (#470)MikeGitb
2017-02-08Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter
2016-09-04Add to_basic_stringGary Furnish
2016-08-10Removed .h extension from header files.Galik
2016-08-10Merge branch 'master' into dev/neilmac/spans_in_mapsNeil MacIntosh
2016-08-10Added test for Issue #305.Neil MacIntosh
2016-08-09Renamed include/ folder to gsl/ to make including the library consistentgalik
2016-07-27Fixed compilation issues for GCC on Linux.Neil MacIntosh
2016-06-26Renamed byte header and tidied up string_span dependencies.Neil MacIntosh
2016-03-01Added from-container constructors.Neil MacIntosh
2016-02-24Renamed existing span to multi_span.Neil MacIntosh
2016-02-07Fixed compilation issues with gcc and clangAnna Gringauze
2016-02-04Added zstring_span and removed zstring_builder to support legacy stringsAnna Gringauze
2015-12-15Fixed compilation issues in MSVC 2013Anna Gringauze
2015-12-07Fixed operators and constructors for string_spanAnna Gringauze
2015-12-02Run clang formatAnna Gringauze
2015-12-02Added operator==Anna Gringauze
2015-12-02fixed GCC and clang compilation issuesAnna Gringauze
2015-12-02merging with masterAnna Gringauze
2015-11-30Reworked span to match GSL design.Neil MacIntosh
2015-11-13Enabled -Wall for gcc and clang.Neil MacIntosh
2015-11-13Turned on Level 3 warnings for MSVC.Neil MacIntosh
2015-11-05Added workaround for MSVC 2013 compiler bug.Neil MacIntosh
2015-11-04Renaming array_view and string_view, as per WG21 discussions.Neil MacIntosh