Jordan Maples [MSFT]
827fafd32c
Update include/gsl/span
...
Co-Authored-By: Casey Carter <cartec69@gmail.com>
2020-02-03 18:12:32 -08:00
Jordan Maples [MSFT]
24646c6f7c
Update include/gsl/span
...
Co-Authored-By: Casey Carter <cartec69@gmail.com>
2020-02-03 17:51:45 -08:00
Jordan Maples [MSFT]
f4ee6ee73b
Update include/gsl/span
...
Co-Authored-By: Casey Carter <cartec69@gmail.com>
2020-02-03 17:51:25 -08:00
Jordan Maples [MSFT]
1815791af8
Change iterator from Span* & ptrdiff_t to pointer, pointer, pointer
2020-02-03 16:26:36 -08:00
Jordan Maples [MSFT]
d9d6ea8196
remove comparison to dynamic_extent
2020-02-03 13:53:38 -08:00
Jordan Maples [MSFT]
3e40b3fa4b
Merge branch 'dev/jomaples/unsigned' of https://github.com/jordanmaples/gsl into dev/jomaples/unsigned
2020-02-03 13:52:11 -08:00
Jordan Maples [MSFT]
d0fdbdbffa
fixing suppress spacing
2020-02-03 13:52:00 -08:00
Jordan Maples [MSFT]
a430823b43
Update include/gsl/string_span
...
Co-Authored-By: Casey Carter <cartec69@gmail.com>
2020-02-03 13:47:34 -08:00
Jordan Maples [MSFT]
9bb900e834
Update include/gsl/span
...
Co-Authored-By: Casey Carter <cartec69@gmail.com>
2020-02-03 13:46:18 -08:00
Jordan Maples [MSFT]
17e372c155
Update include/gsl/span
...
Co-Authored-By: Casey Carter <cartec69@gmail.com>
2020-02-03 13:45:56 -08:00
Jordan Maples [MSFT]
5b8cf5422b
casting -1 for dynamic extent
2020-02-03 12:49:57 -08:00
Jordan Maples [MSFT]
eabd9358f0
addressing some comments
2020-02-03 12:46:37 -08:00
Jordan Maples [MSFT]
ad71477183
fix build breaks
2020-02-03 12:26:15 -08:00
Jordan Maples [MSFT]
8579165d0a
change span from signed to unsigned to align to std
2020-02-03 10:56:31 -08:00
Jordan Maples [MSFT]
6b23937baf
remove move constructor for not_null.
2020-01-30 17:00:13 -08:00
Kunal Tyagi
26a68c882b
Correct spelling error in docs
2020-01-17 14:32:37 +09:00
Jordan Maples [MSFT]
395a5bf550
Merge branch 'master' into dev/jomaples/add_missing_span_functions
2020-01-10 10:20:37 -08:00
Jordan Maples [MSFT]
a1e6fcbc46
Merge branch 'master' into dev/jomaples/deprecate_span_non_std_functions
2020-01-09 16:39:24 -08:00
Jordan Maples [MSFT]
2d878b94ee
Merge branch 'master' into dev/jomaples/add_missing_span_functions
2020-01-09 16:37:12 -08:00
Jordan Maples [MSFT]
cfd82aef4e
deprecating span::at and span::operator()
2020-01-09 12:51:28 -08:00
Jordan Maples [MSFT]
3c0b38b777
Merge pull request #833 from JordanMaples/dev/jomaples/noexceptspan
...
Update noexcept in span and span_iterator
2020-01-09 12:45:17 -08:00
Jordan Maples [MSFT]
c7f9b3301a
noexcepting new functions
2020-01-09 12:13:12 -08:00
Jordan Maples [MSFT]
4b823b1651
adding front and back
2020-01-09 12:03:27 -08:00
Jordan Maples [MSFT]
3bf4106a44
noexcept all of the span iterator stuff
2020-01-08 12:34:11 -08:00
Martijn Otto
b186b6cc68
Implement free-standing (c|r|cr)(begin|end) and ssize functions
2020-01-08 21:01:52 +01:00
Jordan Maples [MSFT]
b33bd4aebe
updating all span functions to be noexcept
2020-01-08 11:51:15 -08:00
Jordan Maples [MSFT]
17ad4495fb
deprecate gsl::details::throw_exception. remove unused header in gsl_assert. gsl_util to use terminate instead of throw_exception
2019-12-13 13:40:25 -08:00
Jordan Maples [MSFT]
2b10729386
gtest migration
2019-12-03 14:32:25 -08:00
Jordan Maples [MSFT]
7e99e76c97
Merge pull request #826 from JordanMaples/dev/jomaples/ctad_fix_v2
...
fix ctad warning in llvm
2019-11-18 13:02:53 -08:00
Jordan Maples [MSFT]
263440f2a1
changing white-space in comment to get tests to rerun
2019-11-18 11:39:36 -08:00
Jordan Maples [MSFT]
a7759e6d3f
lower __cpp_deduction_guide version number from 201907 to 201611
2019-11-18 10:14:05 -08:00
Jordan Maples [MSFT]
128b4356ac
changing check from __cplusplus 201703L to __cpp_deduction_guides 201907L
2019-11-15 16:29:41 -08:00
Jordan Maples [MSFT]
8e481ebe19
adding deduction guide for strict_not_null
2019-11-15 14:41:38 -08:00
Jordan Maples [MSFT]
4610f26b33
forgot comment
2019-11-15 12:43:33 -08:00
Jordan Maples [MSFT]
d0e5daf441
fix ctad warning in llvm
2019-11-15 12:11:44 -08:00
Cristian Morales Vega
b213c89700
Add missing #include if built with GSL_USE_STD_BYTE=1
...
cstddef was being included to detect whether GSL_USE_STD_BYTE should be
set to 0 or 1. But if the user provided GSL_USE_STD_BYTE no detection is
required and the header was never included.
2019-11-08 16:37:23 +00:00
Jordan Maples
22cba52114
update comments
2019-10-25 10:12:41 -07:00
Jordan Maples
97dc8f83fc
adding check to __cpp_lib_byte, which was added to the defn for 15.8
2019-10-24 17:07:42 -07:00
Jordan Maples [MSFT]
3d56ba9e7f
Merge pull request #813 from JordanMaples/dev/jomaples/deprecate_multispan
...
Deprecate multi_span, strided_span, etc
2019-10-09 15:11:59 -07:00
Matthias Moulin
0a78d8ea3c
Added std::exchange (C++14) to make the intent more explicit
2019-10-07 21:49:50 +02:00
Sergei Izmailov
275e0176c0
Fix typos in gsl/pointers
2019-10-06 19:20:15 +03:00
Jordan Maples
2b8f7aea32
adding clang/gcc suppression of the deprecation warnings.
2019-10-04 12:38:55 -07:00
Jordan Maples
7adf7eb6fe
new messages
2019-10-03 17:52:49 -07:00
Jordan Maples
5e4463a7c1
removing function deprecation, adding additional class / struct deprecations
2019-10-03 15:47:25 -07:00
Jordan Maples
eb995b3671
deprecating strided_span
2019-10-02 16:17:46 -07:00
Jordan Maples
e026971c03
deprecation, removing cassert
2019-10-02 15:40:15 -07:00
Jordan Maples
bbeb0bdc91
initial deprecation of multi_span and strided_span
2019-09-28 12:54:18 -07:00
Jordan Maples [MSFT]
b576cc6ce3
Merge pull request #769 from jack17529/patch-1
...
Update usage of difference_type in span
2019-08-15 14:49:12 -07:00
Jordan Maples [MSFT]
2ce3177ebd
Merge pull request #800 from eyalroz/master
...
Fixes #798 : Dropping inclusion of `gsl/pointers` in `string_span`
2019-08-15 14:42:07 -07:00
Johel Ernesto Guerrero Peña
cee1929de7
Fix GNUC typo ( #780 )
...
Resolves #779
2019-08-14 12:56:53 -07:00