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
2019-12-04ignore warnings from gtestJordan Maples [MSFT]
2019-12-04gtest migrationJordan Maples [MSFT]
2019-11-20deprecating span::at and span::operator()Jordan Maples [MSFT]
2019-01-15Clang cl (#762)Anna Gringauze
2018-11-28Dev/annagrin/fix span size test gcc (#750)Anna Gringauze
2018-11-06Span can be constructed from empty std::array safely (#686)Dave Hill
2018-08-20span constructor no address (#723)v2.0.0Anna Gringauze
2018-08-13fix cppcorecheck warnings (#703)Anna Gringauze
2018-07-14Test broken size (#704)Daniel599
2018-03-04Fix return type of templated span.subspan() (#625)Neil MacIntosh
2018-02-11Removed span from-nullptr_t ctor.Neil MacIntosh
2018-02-11Removed span.length() as synonym for span.size().Neil MacIntosh
2018-02-11Removed from-smart-ptr constructors.Neil MacIntosh
2017-11-28Applied iwyu --comment to the code base (#588)Tiago
2017-10-31additional span tests (pointer length constructor) (#568)menete
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-01-28Make is_default_constructible work for spans.Casey Carter
2016-11-16Add make_span()Rian Quinn
2016-11-16Cleanup compiler warningsRian Quinn
2016-11-04Add span construction from unique_ptr and shared_ptr Rian Quinn
2016-11-04Cleanup additional GCC warningsRian Quinn
2016-10-27Adds gsl::span::at()Rian Quinn
2016-09-13Corrected SFINAE for conversion constructors on span.Neil MacIntosh
2016-08-23Specialize gsl::at for spanericLemanissier
2016-08-11Added basic test for interop with std::regex as per Issue #271.Neil MacIntosh
2016-08-11Added basic test for interop with std::regex as per Issue #271.Neil MacIntosh
2016-08-11Merge branch 'master' into dev/neilmac/iteratorsNeil MacIntosh
2016-08-10Removed .h extension from header files.Galik
2016-08-09Renamed include/ folder to gsl/ to make including the library consistentgalik
2016-08-08Added basic tests for std::begin/end and friends (Issue #252).Neil MacIntosh
2016-08-08Fixed unused variable and ran clang-format. Tested on gcc/clang.Neil MacIntosh
2016-08-08Fixed up iterator implementation to allow conversion from iterator toNeil MacIntosh
2016-07-29Building clean with MSVC12.Neil MacIntosh
2016-07-2064-bit clean fixes.Neil MacIntosh
2016-07-18Added tests for span iterators, fixed implementation.Neil MacIntosh
2016-07-16Added basic compile support for MSVC 2013 to byte.Neil MacIntosh
2016-06-15Additional std::array ctor to support const element cases.Neil MacIntosh
2016-06-13Tightened SFINAE for span<U> to span<T> conversions.Neil MacIntosh
2016-05-30Added span to object rep conversions.Neil MacIntosh
2016-05-30Added comparison operators.Neil MacIntosh
2016-05-29Added iterators.Neil MacIntosh
2016-03-19Test for operator function call.Neil MacIntosh
2016-03-19Implemented first, last, subspan.Neil MacIntosh
2016-03-18Fixed ctors for Container and std::array to accept temporaries.Neil MacIntosh
2016-03-17Added conversion ctors.Neil MacIntosh
2016-03-01Added from-container constructors.Neil MacIntosh
2016-03-01Added array constructors.Neil MacIntosh
2016-02-28Checking in to continue working elsewhere.Neil MacIntosh