aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #826 from JordanMaples/dev/jomaples/ctad_fix_v2Jordan Maples [MSFT]2019-11-181-1/+9
|\
| * changing white-space in comment to get tests to rerunJordan Maples [MSFT]2019-11-181-2/+2
| * lower __cpp_deduction_guide version number from 201907 to 201611Jordan Maples [MSFT]2019-11-181-2/+2
| * changing check from __cplusplus 201703L to __cpp_deduction_guides 201907LJordan Maples [MSFT]2019-11-151-6/+4
| * adding deduction guide for strict_not_nullJordan Maples [MSFT]2019-11-151-7/+10
| * forgot commentJordan Maples [MSFT]2019-11-151-1/+1
| * fix ctad warning in llvmJordan Maples [MSFT]2019-11-151-1/+8
* | update commentsJordan Maples2019-10-251-3/+3
* | adding check to __cpp_lib_byte, which was added to the defn for 15.8Jordan Maples2019-10-241-3/+5
|/
* Merge pull request #813 from JordanMaples/dev/jomaples/deprecate_multispanJordan Maples [MSFT]2019-10-091-139/+119
|\
| * adding clang/gcc suppression of the deprecation warnings.Jordan Maples2019-10-041-0/+9
| * new messagesJordan Maples2019-10-031-4/+4
| * removing function deprecation, adding additional class / struct deprecationsJordan Maples2019-10-031-38/+39
| * deprecating strided_spanJordan Maples2019-10-021-1/+1
| * deprecation, removing cassertJordan Maples2019-10-021-1/+0
| * initial deprecation of multi_span and strided_spanJordan Maples2019-09-281-129/+100
* | Added std::exchange (C++14) to make the intent more explicitMatthias Moulin2019-10-071-5/+2
* | Fix typos in gsl/pointersSergei Izmailov2019-10-061-4/+4
|/
* Merge pull request #769 from jack17529/patch-1Jordan Maples [MSFT]2019-08-151-1/+1
|\
| * Update spanJACK_17292019-02-201-1/+1
* | Merge pull request #800 from eyalroz/masterJordan Maples [MSFT]2019-08-151-1/+0
|\ \
| * | Fixes #798 : Dropped inclusion of `gsl/pointers` in `string_span`.Eyal Rozenberg2019-08-051-1/+0
* | | Fix GNUC typo (#780)Johel Ernesto Guerrero Peña2019-08-141-1/+1
* | | Fixed check if std::byte is available (#764)beinhaerter2019-08-141-1/+1
|/ /
* | make TypeListIndexer constexpr (#733)Ian Taylor2019-06-061-5/+5
* | add value_type size_type for string_span (#727)Fei Sun2019-04-111-0/+3
|/
* Clang cl (#762)Anna Gringauze2019-01-157-30/+43
* Make narrow constexpr (#698)Johel Ernesto Guerrero Peña2019-01-141-0/+9
* Dev/annagrin/remove explicit not null constructor (#743)Anna Gringauze2019-01-142-3/+98
* Make CheckRange constexpr (#754) (#755)Alex Green2019-01-141-1/+1
* added noexcept to get rid off VC warning con.4 (#748)beinhaerter2018-11-281-1/+1
* Use the c++17 constexpr if in CheckRange if possible (#753)kile02018-11-281-0/+4
* Span can be constructed from empty std::array safely (#686)Dave Hill2018-11-051-9/+19
* make BoundsRanges constexpr (#732)Ian Taylor2018-11-051-31/+31
* span constructor no address (#723)Anna Gringauze2018-08-191-3/+4
* better check for branch opt (#724)Anna Gringauze2018-08-191-2/+1
* Fix #717 - Add empty() to strided_span (#718)Stephan Dollberg2018-08-171-0/+2
* Dev/annagrin/opt neg branch (#721)Anna Gringauze2018-08-171-26/+38
* Dev/annagrin/make not null (#711)Anna Gringauze2018-08-131-0/+5
* fixed typoAnna Gringauze2018-08-121-1/+1
* fix cppcorecheck warnings (#703)Anna Gringauze2018-08-127-367/+437
* replace uses of GSL_NOEXCEPT macro (#719)Anna Gringauze2018-08-122-246/+229
* Explicitly check for availability of std::byte (fixes #713) (#714)Stefan Reinhold2018-08-031-2/+9
* Suppress warnings on VS (#642)beinhaerter2018-07-312-0/+20
* Dev/annagrin/failfast in noexcept mode windows (#710)Anna Gringauze2018-07-311-1/+8
* Fix GCC8 warnings 'useless cast to type'. (#691)Matthieu Poullet2018-06-151-2/+2
* fix gcc build (gcc 7) (#690)menete2018-06-082-0/+28
* Added template argument deduction for not_null (#689)Anna Gringauze2018-06-071-0/+6
* Add as_bytes for basic_string_span, fixes issue #655 (#683)beinhaerter2018-05-281-0/+15
* Add usage for check-and-unwrap of MS STL iterators (#687)Anna Gringauze2018-05-221-0/+38