aboutsummaryrefslogtreecommitdiffstats
path: root/tests/span_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clang cl (#762)Anna Gringauze2019-01-151-5/+9
* Dev/annagrin/fix span size test gcc (#750)Anna Gringauze2018-11-271-3/+4
* Span can be constructed from empty std::array safely (#686)Dave Hill2018-11-051-1/+7
* span constructor no address (#723)Anna Gringauze2018-08-191-14/+38
* fix cppcorecheck warnings (#703)Anna Gringauze2018-08-121-20/+68
* Test broken size (#704)Daniel5992018-07-131-0/+17
* Fix return type of templated span.subspan() (#625)Neil MacIntosh2018-03-031-0/+12
* Removed span from-nullptr_t ctor.Neil MacIntosh2018-02-101-45/+3
* Removed span.length() as synonym for span.size().Neil MacIntosh2018-02-101-117/+117
* Removed from-smart-ptr constructors.Neil MacIntosh2018-02-101-98/+0
* Applied iwyu --comment to the code base (#588)Tiago2017-11-281-11/+19
* additional span tests (pointer length constructor) (#568)menete2017-10-311-3/+27
* Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh2017-07-131-591/+589
* Reformat files to follow clang-format style (#492)Tiago2017-04-201-678/+671
* Fix some corechecker warnings (#470)MikeGitb2017-04-021-13/+13
* Make is_default_constructible work for spans.Casey Carter2017-01-281-8/+15
* Add make_span()Rian Quinn2016-11-161-2/+113
* Cleanup compiler warningsRian Quinn2016-11-161-2/+2
* Add span construction from unique_ptr and shared_ptr Rian Quinn2016-11-031-0/+66
* Cleanup additional GCC warningsRian Quinn2016-11-031-4/+4
* 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