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-13Fix comment typosJonathan Wakely
2020-08-06Fix GSL_SUPPRESS definition on Intel C++ CompilerThiago M. de C. Marques
2019-11-08Add missing #include if built with GSL_USE_STD_BYTE=1Cristian Morales Vega
2019-10-25update commentsJordan Maples
2019-10-25adding check to __cpp_lib_byte, which was added to the defn for 15.8Jordan Maples
2019-08-14Fixed check if std::byte is available (#764)beinhaerter
2019-01-15Clang cl (#762)Anna Gringauze
2018-08-13fix cppcorecheck warnings (#703)Anna Gringauze
2018-08-03Explicitly check for availability of std::byte (fixes #713) (#714)Stefan Reinhold
2018-05-01Add __may_alias__ attribute to gsl::byte (#668)Stephan Dollberg
2018-02-21Remove inline added for the now unsupported MSVC 2013. (#585)Johel Ernesto Guerrero Peña
2017-11-14Remove #pragma once (#545) (#570)bjude
2017-10-19Update std::byte detection in gsl_byte for MSVC (#561)Casey Carter
2017-07-25Allow users to override GSL_USE_STD_BYTE (#536)Casey Carter
2017-07-14Removed VS2013 workarounds. (#534)Neil MacIntosh
2017-06-02Fix cstddef include in wrong place. (#520)Gary Furnish
2017-06-01Fix bug in comparison that selects std::byte.Neil MacIntosh
2017-06-01Use std::byte when available. (#519)Neil MacIntosh
2017-04-20Reformat files to follow clang-format style (#492)Tiago
2017-02-12Revert change to the definition of constexpr macro in gsl_byte from #446 (#450)Casey Carter
2017-02-08Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter