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-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-12change macro test to use __cplusplus instead of __has_cpp_attributeJordan Maples
2020-08-12created new file for gsl_narrow, might want to rename if we go this approach ...Jordan Maples
2020-08-11macro versionJordan Maples
2020-08-06Merge pull request #881 from robert-andrzejuk/patch-1Jordan Maples [MSFT]
2020-05-13changing matrices and removing msc < 1910 work aroundsJordan Maples
2020-04-29In `narrow` refactor `!is_same_signedness` to `is_different_signedness`Robert Andrzejuk
2020-04-29Refactor `narrow` - simplify & move `is_same_signedness` into function, remov...Robert Andrzejuk
2020-04-22Changed implementation of gsl::narrow to throw gsl::narrowing_errorNicholas Londey
2019-12-14deprecate gsl::details::throw_exception. remove unused header in gsl_assert. ...Jordan Maples [MSFT]
2019-10-07Added std::exchange (C++14) to make the intent more explicitMatthias Moulin
2019-08-14Fix GNUC typo (#780)Johel Ernesto Guerrero Peña
2019-01-15Clang cl (#762)Anna Gringauze
2019-01-15Make narrow constexpr (#698)Johel Ernesto Guerrero Peña
2018-08-13fix cppcorecheck warnings (#703)Anna Gringauze
2018-08-01Suppress warnings on VS (#642)beinhaerter
2018-04-25final_action move assignment operator =delete against C26432 (#660)beinhaerter
2018-03-16Enable usage of gsl::narrow with exceptions disabled (#640)v1.0.0Anna Gringauze
2018-02-22add gsl::index typedef (#620)paweldac
2018-02-21Remove inline added for the now unsupported MSVC 2013. (#585)Johel Ernesto Guerrero Peña
2018-02-14Use in-class init for final_action members (C.48) (#601)Tamir Bahar
2017-11-28rename final_act to final_action (#579)Tiago
2017-11-28Applied iwyu --comment to the code base (#588)Tiago
2017-11-14Remove #pragma once (#545) (#570)bjude
2017-07-14Removed VS2013 workarounds. (#534)Neil MacIntosh
2017-04-20Reformat files to follow clang-format style (#492)Tiago
2017-04-04gsl::at clean-up: (#479)Casey Carter
2017-02-13Properly qualify std::size_t (#448)Casey Carter
2017-02-08Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter