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
path: root/tests
AgeCommit message (Expand)Author
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-08-03Implemented https://github.com/Microsoft/GSL/issues/260Som1Lse
2016-07-29Building clean with MSVC12.Neil MacIntosh
2016-07-29Renamed as_span() to as_multi_span() for clarity.Neil MacIntosh
2016-07-27Fixed compilation issues for GCC on Linux.Neil MacIntosh
2016-07-2064-bit clean fixes.Neil MacIntosh
2016-07-20Merge branch 'master' into dev/neilmac/specNeil MacIntosh
2016-07-20Merge branch 'master' into dev/neilmac/specNeil 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-26Renamed byte header and tidied up string_span dependencies.Neil MacIntosh
2016-06-24Added definition of gsl::byte to match proposed std::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-05-09gsl::at overload for initializer_listericLemanissier
2016-03-24Moving submodule init before subdirectory.Sergiy Oryekhov
2016-03-24Adding unittest-cpp as a submodule.Sergiy Oryekhov
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
2016-02-25first/last constructor working.Neil MacIntosh
2016-02-25Began reimplementation of span. Basic constructors.Neil MacIntosh
2016-02-24Added new span-related files.Neil MacIntosh
2016-02-24File renames to reflect new multi_span name.Neil MacIntosh
2016-02-24Renamed existing span to multi_span.Neil MacIntosh
2016-02-08narrow: Also check if a value has changed sign after cast.Paweł Bylica
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-30Corrected some variable naming.Neil MacIntosh
2015-11-30Reworked span to match GSL design.Neil MacIntosh
2015-11-24Refactored headers so span can use narrow_cast etc.Neil MacIntosh
2015-11-21Merge branch 'master' into dev/neilmac/contractsNeil MacIntosh
2015-11-21Refactored to use Expects/Ensures everywhere.Neil MacIntosh
2015-11-21add as_span overload for basic_string which doesn't have nonconst .data() lik...Elron A. Yellin
2015-11-20Fixed conversion problem when creating strided_span from span and boundsAnna Gringauze