刘雨培
|
adae9bc473
|
Format.
|
2016-04-22 10:32:42 +08:00 |
|
刘雨培
|
38a6a7af92
|
Format.
|
2016-04-22 10:31:59 +08:00 |
|
刘雨培
|
0e14b5b306
|
Add as_span(iterator start, iterator last).
|
2016-04-22 10:22:41 +08:00 |
|
Sergiy Oryekhov
|
79030c5586
|
Moving submodule init before subdirectory.
|
2016-03-23 16:53:00 -07:00 |
|
Sergiy Oryekhov
|
32d00796ad
|
Adding unittest-cpp as a submodule.
|
2016-03-23 16:42:35 -07:00 |
|
Paweł Bylica
|
6a4f2512b7
|
narrow: Also check if a value has changed sign after cast.
Fixes https://github.com/Microsoft/GSL/issues/222.
|
2016-02-08 12:38:06 +01:00 |
|
Anna Gringauze
|
45f2bdb486
|
Fixed compilation issues with gcc and clang
|
2016-02-06 21:37:17 +00:00 |
|
Anna Gringauze
|
b4ff206c24
|
Added zstring_span and removed zstring_builder to support legacy strings
|
2016-02-03 19:30:34 -08:00 |
|
Anna Gringauze
|
eb05256ffe
|
Fixed compilation issues in MSVC 2013
|
2015-12-14 20:43:58 -08:00 |
|
Anna Gringauze
|
87c5daa6c4
|
Fixed operators and constructors for string_span
|
2015-12-07 00:14:25 -08:00 |
|
Anna Gringauze
|
4efa9e8f07
|
Run clang format
|
2015-12-02 12:43:45 -08:00 |
|
Anna Gringauze
|
7077105b9d
|
Added operator==
|
2015-12-01 13:41:28 -08:00 |
|
Anna Gringauze
|
8c5d06dc79
|
fixed GCC and clang compilation issues
|
2015-12-01 13:41:23 -08:00 |
|
Anna Gringauze
|
e3878a6556
|
merging with master
|
2015-12-01 13:41:18 -08:00 |
|
Neil MacIntosh
|
c9959b1071
|
Corrected some variable naming.
|
2015-11-30 05:34:38 +00:00 |
|
Neil MacIntosh
|
0cf947db77
|
Reworked span to match GSL design.
|
2015-11-29 19:19:37 -08:00 |
|
Neil MacIntosh
|
38eaf9fc95
|
Refactored headers so span can use narrow_cast etc.
|
2015-11-23 16:22:31 -08:00 |
|
Neil MacIntosh
|
d5057370b8
|
Merge branch 'master' into dev/neilmac/contracts
|
2015-11-20 17:14:21 -08:00 |
|
Neil MacIntosh
|
d13f6daa75
|
Refactored to use Expects/Ensures everywhere.
|
2015-11-20 17:06:23 -08:00 |
|
Elron A. Yellin
|
e4d8d35af5
|
add as_span overload for basic_string which doesn't have nonconst .data() like other contiguous containers
|
2015-11-20 17:50:02 -05:00 |
|
Anna Gringauze
|
c95eb57d3f
|
Fixed conversion problem when creating strided_span from span and bounds
|
2015-11-19 13:13:15 -08:00 |
|
Anna Gringauze
|
f510025109
|
Removed basic_span class
|
2015-11-13 12:54:37 -08:00 |
|
Anna Gringauze
|
8aa4248722
|
Removing basic_span base class from span
|
2015-11-13 12:52:02 -08:00 |
|
Neil MacIntosh
|
b9565e50ce
|
Update CMakeLists.txt
|
2015-11-12 19:36:34 -08:00 |
|
Neil MacIntosh
|
fa056f67e8
|
Enabled -Wall for gcc and clang.
|
2015-11-13 03:27:53 +00:00 |
|
Neil MacIntosh
|
a998a9b33b
|
Turned on Level 3 warnings for MSVC.
|
2015-11-12 18:57:23 -08:00 |
|
Neil MacIntosh
|
4e4882bda8
|
Added workaround for MSVC 2013 compiler bug.
|
2015-11-05 09:29:30 -08:00 |
|
Neil MacIntosh
|
b63ec949e9
|
Renaming array_view and string_view, as per WG21 discussions.
|
2015-11-04 12:42:27 -08:00 |
|
Neil MacIntosh
|
dbf0d5017c
|
Reactivated tests disabled during development.
|
2015-11-04 12:17:41 -08:00 |
|
Neil MacIntosh
|
41517ff316
|
Cleaned up size_t use for ranks. Compilation fixes for non-MSVC compilers.
|
2015-11-04 02:11:49 +00:00 |
|
Neil MacIntosh
|
16d1e77568
|
Merge remote-tracking branch 'origin' into dev/neilmac/indextype
|
2015-11-02 19:01:59 -08:00 |
|
Neil MacIntosh
|
a4fa2b3bd9
|
Merge branch 'master' of https://github.com/Microsoft/GSL
Conflicts:
include/array_view.h
tests/array_view_tests.cpp
|
2015-10-28 16:53:53 -07:00 |
|
Matt Newport
|
0cbdc7036d
|
Fixed string_view::ensure_z() for const char*.
|
2015-10-26 18:23:14 -07:00 |
|
Neil MacIntosh
|
ace9ab9d3b
|
Building again. Some tests failing.
|
2015-10-23 19:49:17 -07:00 |
|
Anna Gringauze
|
5f26ddac70
|
Replaced index constructor from initializer list by a constructor from static list
Conflicts:
include/array_view.h
|
2015-10-19 12:35:38 -07:00 |
|
Anna Gringauze
|
a4654a46b5
|
Removed arrow_proxy class, fixes bugs in reverse bounds_iterator
|
2015-10-16 17:15:56 -07:00 |
|
Neil MacIntosh
|
d0f09e768e
|
Merge branch 'master' of https://github.com/Microsoft/GSL
Conflicts:
include/array_view.h
|
2015-10-15 16:38:53 -07:00 |
|
Neil MacIntosh
|
f45fedbec2
|
Partway through removing configurable SizeType.
|
2015-10-15 14:29:35 -07:00 |
|
Anna Gringauze
|
fdf8643471
|
Fixes for gcc
|
2015-10-14 21:27:41 -07:00 |
|
Anna Gringauze
|
546f8cc130
|
Added tests for index size_type conversions
|
2015-10-12 18:35:21 -07:00 |
|
Anna Gringauze
|
db38497d05
|
Removed coordinate_facade class
|
2015-10-12 16:52:11 -07:00 |
|
Treb Connell
|
fda8e12310
|
Fix #124 remove maybe_null
|
2015-10-05 13:34:50 -07:00 |
|
kkoenig
|
144ee44132
|
First arg of vector ctor should be num elements, second should be value. Fixes issue #121
|
2015-10-03 22:02:49 -07:00 |
|
Treb Connell
|
b8ec73a179
|
Fix moving a final_act twice
|
2015-10-02 15:58:23 -07:00 |
|
Neil MacIntosh
|
ef626fd33a
|
Renamed namespace to 'gsl'. Renamed macro to configure testing.
|
2015-09-29 16:41:37 -07:00 |
|
john-lynch
|
ae24c0fe06
|
Added test that Final_act object can be moved properly. While this is not a common case, it may happen if the user calls finally and the compiler fails to perform RVO.
|
2015-09-29 00:03:15 -05:00 |
|
Treb Connell
|
444bf9640a
|
Fix issue #49
|
2015-09-28 18:49:53 -07:00 |
|
Treb Connell
|
83333419de
|
Add test that reproduces issue
|
2015-09-28 18:34:04 -07:00 |
|
Treb Connell
|
b29566628e
|
Revert "Fix issue #49"
This reverts commit a46d6fcf0d .
|
2015-09-28 18:26:35 -07:00 |
|
Treb Connell
|
a46d6fcf0d
|
Fix issue #49
|
2015-09-28 15:17:37 -07:00 |
|