aboutsummaryrefslogtreecommitdiffstats
path: root/tests/span_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adds gsl::span::at()Rian Quinn2016-10-261-0/+19
* Corrected SFINAE for conversion constructors on span.Neil MacIntosh2016-09-121-9/+9
* Specialize gsl::at for spanericLemanissier2016-08-231-0/+7
* Added basic test for interop with std::regex as per Issue #271.Neil MacIntosh2016-08-101-0/+24
|\
| * Added basic test for interop with std::regex as per Issue #271.Neil MacIntosh2016-08-101-0/+24
* | Merge branch 'master' into dev/neilmac/iteratorsNeil MacIntosh2016-08-101-1/+1
|\|
| * Removed .h extension from header files.Galik2016-08-101-1/+1
| * Renamed include/ folder to gsl/ to make including the library consistentgalik2016-08-091-1/+1
* | Added basic tests for std::begin/end and friends (Issue #252).Neil MacIntosh2016-08-081-0/+26
* | Fixed unused variable and ran clang-format. Tested on gcc/clang.Neil MacIntosh2016-08-081-1/+0
* | Fixed up iterator implementation to allow conversion from iterator toNeil MacIntosh2016-08-081-18/+80
|/
* Building clean with MSVC12.Neil MacIntosh2016-07-291-0/+8
* 64-bit clean fixes.Neil MacIntosh2016-07-201-8/+8
* Added tests for span iterators, fixed implementation.Neil MacIntosh2016-07-181-4/+128
* Added basic compile support for MSVC 2013 to byte.Neil MacIntosh2016-07-151-0/+9
* Additional std::array ctor to support const element cases.Neil MacIntosh2016-06-141-0/+35
* Tightened SFINAE for span<U> to span<T> conversions.Neil MacIntosh2016-06-121-62/+47
* Added span to object rep conversions.Neil MacIntosh2016-05-291-28/+63
* Added comparison operators.Neil MacIntosh2016-05-291-10/+18
* Added iterators.Neil MacIntosh2016-05-291-495/+50
* Test for operator function call.Neil MacIntosh2016-03-181-7/+9
* Implemented first, last, subspan.Neil MacIntosh2016-03-181-86/+6
* Fixed ctors for Container and std::array to accept temporaries.Neil MacIntosh2016-03-171-33/+24
* Added conversion ctors.Neil MacIntosh2016-03-161-18/+28
* Added from-container constructors.Neil MacIntosh2016-03-011-2/+2
* Added array constructors.Neil MacIntosh2016-02-291-46/+11
* Checking in to continue working elsewhere.Neil MacIntosh2016-02-281-58/+23
* first/last constructor working.Neil MacIntosh2016-02-251-69/+25
* Began reimplementation of span. Basic constructors.Neil MacIntosh2016-02-241-1/+1
* Added new span-related files.Neil MacIntosh2016-02-241-0/+1680
* File renames to reflect new multi_span name.Neil MacIntosh2016-02-241-1679/+0
* Renamed existing span to multi_span.Neil MacIntosh2016-02-241-195/+195
* Corrected some variable naming.Neil MacIntosh2015-11-301-2/+2
* Reworked span to match GSL design.Neil MacIntosh2015-11-291-1716/+1568
* add as_span overload for basic_string which doesn't have nonconst .data() lik...Elron A. Yellin2015-11-201-0/+9
* Fixed conversion problem when creating strided_span from span and boundsAnna Gringauze2015-11-191-4/+4
* Removed basic_span classAnna Gringauze2015-11-131-2/+2
* Removing basic_span base class from spanAnna Gringauze2015-11-131-9/+10
* Enabled -Wall for gcc and clang.Neil MacIntosh2015-11-131-12/+21
* Turned on Level 3 warnings for MSVC.Neil MacIntosh2015-11-121-2/+7
* Renaming array_view and string_view, as per WG21 discussions.Neil MacIntosh2015-11-041-0/+1803