aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Adds gsl::span::at()Rian Quinn2016-10-261-0/+19
* [#392] Don't install testsMarc Mutz2016-10-171-4/+1
* Address #313: try to guard against strict-aliasing bugs with gsl::byteMikeGitb2016-10-172-3/+17
* Add tests for to_integer(), fix to_integer()Neil MacIntosh2016-09-201-0/+18
|\
| * Add tests for to_integer(): they failMartin Moene2016-09-171-0/+18
* | Fix wrong types in multi_span_test for comparison operators.Neil MacIntosh2016-09-201-2/+2
|\ \
| * | fix wrong types in multi_span_test (<comparison_operators>)Michael Balszun2016-09-171-2/+2
| |/
* / Added tests for negative multi-span access.Krzysztof Wrzalik2016-09-181-0/+6
|/
* Fix for #313 Corrected SFINAE for conversion constructors on spanNeil MacIntosh2016-09-131-9/+9
|\
| * Corrected SFINAE for conversion constructors on span.Neil MacIntosh2016-09-121-9/+9
* | Merge remote-tracking branch 'Microsoft/master'Kris2016-09-071-0/+12
|\|
| * Add to_basic_stringGary Furnish2016-09-041-0/+12
* | Issue: #329Kris Cruickshank2016-09-071-19/+24
* | Added to_byte method for issue #329Kris2016-08-281-18/+23
|/
* 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-1012-13/+20
|\|
| * Removed .h extension from header files.Galik2016-08-1012-12/+12
| * Merge branch 'master' into dev/neilmac/spans_in_mapsNeil MacIntosh2016-08-0912-13/+13
| |\
| | * Renamed include/ folder to gsl/ to make including the library consistentgalik2016-08-0912-13/+13
| * | Added test for Issue #305.Neil MacIntosh2016-08-091-0/+7
| |/
* | 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
|/
* Implemented https://github.com/Microsoft/GSL/issues/260Som1Lse2016-08-032-23/+23
* Building clean with MSVC12.Neil MacIntosh2016-07-292-1/+9
* Renamed as_span() to as_multi_span() for clarity.Neil MacIntosh2016-07-282-56/+56
* Fixed compilation issues for GCC on Linux.Neil MacIntosh2016-07-261-3/+3
* 64-bit clean fixes.Neil MacIntosh2016-07-201-8/+8
* Merge branch 'master' into dev/neilmac/specNeil MacIntosh2016-07-201-0/+11
|\
| * gsl::at overload for initializer_listericLemanissier2016-05-091-0/+11
* | Merge branch 'master' into dev/neilmac/specNeil MacIntosh2016-07-202-4/+4
|\|
| * Moving submodule init before subdirectory.Sergiy Oryekhov2016-03-231-4/+4
| * Adding unittest-cpp as a submodule.Sergiy Oryekhov2016-03-232-2/+2
* | 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-152-0/+10
* | Renamed byte header and tidied up string_span dependencies.Neil MacIntosh2016-06-262-15/+15
* | Added definition of gsl::byte to match proposed std::byte.Neil MacIntosh2016-06-242-0/+93
* | 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-012-3/+3
* | Added array constructors.Neil MacIntosh2016-02-291-46/+11