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
2022-11-08Fix GSL_SUPPRESS definition when nvcc is in-use (#1064)HEADmainChangming Sun
2022-11-01clang-tidy: performance-noexcept-move-constructor (#1063)jpr42
2022-10-12Prevent inefficient copying when using not_null::get (#1059)dmitrykobets-msft
2022-10-11Clean up `final_act` and `finally`, closes #846 (#977)Herb Sutter
2022-08-18solve span compile problem with gcc 5.5.0 (#1052)Werner Henze
2022-07-19Resolve MSVC warning C5260 (#1049)dmitrykobets-msft
2022-04-29Remove useless runtime checks in span implementation (#1029)dmitrykobets-msft
2022-04-28Suppress es.46 warning in implementation of gsl::narrow (#1046)dmitrykobets-msft
2022-04-28Fix reason for including assert inside gsl/narrow (#1045)dmitrykobets-msft
2022-04-27gsl/narrow should include <exception> (#1044)Juan Carlos Arevalo Baeza
2022-04-14Suppress -Wfloat-equal warning in implementation of gsl::narrow (#1043)dmitrykobets-msft
2022-03-22Make gsl::span's iterators use the contiguous_iterator concept (#1035)dmitrykobets-msft
2022-02-01quoted form of #include when GSL includes GSL files (#1030)Werner Henze
2022-01-27Document safe usage of undefined behavior in gsl::narrow (#1024)dmitrykobets-msft
2021-12-10Fix/implement C++2020 compilation, tests, and CI (#1017)dmitrykobets-msft
2021-10-27make zstring family don't require empty angle brackets any more (#998)Werner Henze
2021-09-16Fix gsl/util for c++20 compilers without <span> (#993)Jean-Michaël Celerier
2021-06-24feat: narrow for non totally ordered types (#986)Johel Ernesto Guerrero Peña
2021-05-21gsl::at behavior change regarding gsl::span (#985)Jordan Maples [MSFT]
2021-02-25is_comparable_to_nullptr for better static_assert (#975)beinhaerter
2020-12-10remove multi_span (#958)Jordan Maples [MSFT]
2020-11-16Update gsl (#954)Jordan Maples [MSFT]
2020-11-12suppress bounds.1 (#950)beinhaerter
2020-10-30renaming main logic files. Added warning message of the removal and include p...Jordan Maples [MSFT]
2020-10-29Remove deprecation of basic_zstring et al (#945)Jordan Maples [MSFT]
2020-10-29Fix C26481 warning in span array ctor (#944)Jordan Maples [MSFT]
2020-10-29Include gsl_narrow from gsl and fix comment. (#939)bowie7070
2020-10-29Allow usage on platforms not providing iostreams (#935)mtnpke
2020-10-25use `narrow_cast`tjs137
2020-10-20Update include/gsl/spanbeinhaerter
2020-10-20Update include/gsl/spanbeinhaerter
2020-10-14eliminate warning, use narrow_cast instead of static_castWerner Henze
2020-10-02fixed botched formattingJordan Maples
2020-10-02ran clang-format over string_spanJordan Maples
2020-10-02added deprecation messageJordan Maples
2020-10-01initial deprecation of all types in string_spanJordan Maples
2020-09-15add what to narrowing_errorJordan Maples
2020-08-27constexpr string_span stuffJordan Maples
2020-08-27adding changes suggested by Jonathan WakelyJordan Maples
2020-08-21Merge pull request #913 from jwakely/notnull_hashJordan Maples [MSFT]
2020-08-14Fix finally with mutable lvalue invokablePascal Menuet
2020-08-14Merge pull request #910 from JordanMaples/exception_fix_new_fileJordan Maples [MSFT]
2020-08-13Pass correct value to std::hashJonathan Wakely
2020-08-13Fix comment typosJonathan Wakely
2020-08-13Merge branch 'master' into exception_fix_new_fileJordan Maples
2020-08-13Merge pull request #908 from JordanMaples/fix_nodiscard_in_finally_macroJordan Maples [MSFT]
2020-08-13Merge pull request #676 from ericLemanissier/patch-3Jordan Maples [MSFT]
2020-08-12forgot newline at eof.Jordan Maples
2020-08-12add copyright headerJordan Maples
2020-08-12change macro test to use __cplusplus instead of __has_cpp_attributeJordan Maples