aboutsummaryrefslogtreecommitdiffstats
path: root/gsl
Commit message (Expand)AuthorAgeFilesLines
* Support `-fno-exceptions`.Dan Albert2016-10-281-11/+28
* Fix overflow found by GCC in basic_zstring_span::as_string_span().Rian Quinn2016-10-271-1/+2
* Adds gsl::span::at()Rian Quinn2016-10-261-0/+2
* [gsl_util] Update narrow_cast to use std::forward Rian Quinn2016-10-181-0/+8
* [#391] string_length: Remove use of strnlen and use consistent length type.Josaphat Valdivia2016-10-171-30/+18
* Fix #388 Deprecated implicit copy assignment operator for span_iterator in C+...Gary Furnish2016-10-091-0/+2
* For span, fix size_t to index_type conversion warning.Gary Furnish2016-10-041-2/+2
* Add branch prediction to Ensures / ExpectsNeil MacIntosh2016-09-291-4/+12
|\
| * Fix issue with VS buildsRian Quinn2016-09-281-4/+4
| * Add branch prediction to Ensures / ExpectsRian Quinn2016-09-281-4/+12
* | Fix compilation issues with CygwinNeil MacIntosh2016-09-291-4/+22
|\ \
| * | Fix compilation issues with CygwinRian Quinn2016-09-281-4/+22
| |/
* / [multi_span] Fix UB hack in static_bounds::operator=Casey Carter2016-09-271-13/+3
|/
* Removed redundant static_cast<> and is_same<> test.Neil MacIntosh2016-09-221-7/+4
|\
| * Removed redundant static_cast<> and is_same<> test.Neil MacIntosh2016-09-141-7/+4
* | Turn off warning about function-styl casts in gsl_byteMichael Balszun2016-09-211-0/+7
* | Add tests for to_integer(), fix to_integer()Neil MacIntosh2016-09-201-1/+1
|\ \
| * | Fix to_integer()Martin Moene2016-09-171-1/+1
| |/
* / Added a fix for not flagging negative indices to multi_span.Krzysztof Wrzalik2016-09-181-2/+2
|/
* Adding inline to all byte-related functions for MSVC 2013.Neil MacIntosh2016-09-131-10/+10
* Fix for #313 Corrected SFINAE for conversion constructors on spanNeil MacIntosh2016-09-131-32/+3
|\
| * Removed unnecessary reinterpret_cast<> from span implementation.Neil MacIntosh2016-09-121-2/+2
| * Corrected SFINAE for conversion constructors on span.Neil MacIntosh2016-09-121-30/+1
* | Added inline to byte member functions to fix MSVC 2013 warningsNeil MacIntosh2016-09-131-8/+8
|\ \
| * | Added inline to fix compilation warnings on msvc 2013Steve Brain2016-09-131-8/+8
| |/
* | Merge remote-tracking branch 'Microsoft/master'Kris2016-09-072-1/+11
|\|
| * Fix typo in operator | for gsl::byte.Neil MacIntosh2016-09-061-1/+1
| * Add to_basic_stringGary Furnish2016-09-041-0/+10
* | Issue #329, fixed build issues on clangKris2016-09-071-3/+4
* | Issue: #329Kris Cruickshank2016-09-071-2/+24
* | Added to_byte method for issue #329Kris2016-08-281-0/+6
|/
* Fix #340: define constexpr as /*constexpr*/ when unavailable (also noexcept)Neil MacIntosh2016-08-276-15/+15
|\
| * Define constexpr as /*constexpr*/ when unavailable (also noexcept)Martin Moene2016-08-246-15/+15
* | Specialize gsl::at for spanNeil MacIntosh2016-08-251-0/+8
|\ \ | |/ |/|
| * Specialize gsl::at for spanericLemanissier2016-08-231-0/+8
* | Fix issue: Provide platform support for strnlenRian Quinn2016-08-181-4/+29
|/
* Add missing newline at end of fileVincent Isambart2016-08-131-1/+1
* Fix #323 - Badly positioned noexceptVincent Isambart2016-08-131-1/+1
* Merge branch 'master' into dev/neilmac/iteratorsNeil MacIntosh2016-08-102-178/+47
* Removed .h extension from header files.Galik2016-08-107-15/+15
* Renamed include/ folder to gsl/ to make including the library consistentgalik2016-08-097-0/+4444