Jordan Maples [MSFT]
|
a49ff1b8df
|
update span specialization of at, change some tests back to int i with narrowing for the comparisons.
|
2020-02-05 17:12:31 -08:00 |
|
Jordan Maples [MSFT]
|
3b9d15f49f
|
reverting changes to gsl::index
|
2020-02-05 17:02:23 -08:00 |
|
Jordan Maples [MSFT]
|
45f016d96f
|
add back capture variable for comparison in span_test
|
2020-02-05 14:41:41 -08:00 |
|
Jordan Maples [MSFT]
|
ff5f7973a2
|
remove brackets around this deref for span_iterator operators
|
2020-02-05 14:36:34 -08:00 |
|
Jordan Maples [MSFT]
|
7fcc142ffc
|
addressing travis errors
|
2020-02-05 14:32:08 -08:00 |
|
Jordan Maples [MSFT]
|
432be4852c
|
captureing result of iterator comparisons to address -Wunused-comparison
|
2020-02-05 13:59:48 -08:00 |
|
Jordan Maples [MSFT]
|
5cf1610cfe
|
prevent overflow in size_bytes. fix compilation issue for clang 3.6 and 3.7
|
2020-02-05 12:58:49 -08:00 |
|
Jordan Maples [MSFT]
|
d7e1611137
|
gsl::index ptrdiff_t -> size_t. remove span::at span::operator().
|
2020-02-04 16:53:43 -08:00 |
|
Jordan Maples [MSFT]
|
5a1e4f3953
|
update index_type to size_type, fix a couple Expects
|
2020-02-04 15:31:33 -08:00 |
|
Jordan Maples [MSFT]
|
61c6ef8d42
|
remove index_type from string_span, update comments
|
2020-02-04 13:30:03 -08:00 |
|
Jordan Maples [MSFT]
|
db2134485a
|
Merge branch 'dev/jomaples/unsigned' of https://github.com/jordanmaples/gsl into dev/jomaples/unsigned
|
2020-02-04 12:01:30 -08:00 |
|
Jordan Maples [MSFT]
|
0c6ce424ab
|
refactoring index_type to size_type, changing expects
|
2020-02-04 12:01:27 -08:00 |
|
Jordan Maples [MSFT]
|
e9fea77bcb
|
Update include/gsl/span
Co-Authored-By: Casey Carter <cartec69@gmail.com>
|
2020-02-03 18:31:50 -08:00 |
|
Jordan Maples [MSFT]
|
4ec7058b56
|
Update include/gsl/span
Co-Authored-By: Casey Carter <cartec69@gmail.com>
|
2020-02-03 18:31:21 -08:00 |
|
Jordan Maples [MSFT]
|
49e7ed1ebf
|
updating comparisons
|
2020-02-03 18:27:09 -08:00 |
|
Jordan Maples [MSFT]
|
592c28c6d1
|
fixing spaces in gsl_suppress
|
2020-02-03 18:18:14 -08:00 |
|
Jordan Maples [MSFT]
|
877816faa4
|
addressing feedback
|
2020-02-03 18:16:41 -08:00 |
|
Jordan Maples [MSFT]
|
2b7a8f1f2f
|
Merge branch 'dev/jomaples/unsigned' of https://github.com/jordanmaples/gsl into dev/jomaples/unsigned
|
2020-02-03 18:14:52 -08:00 |
|
Jordan Maples [MSFT]
|
e0dc8095b3
|
addressing feedback
|
2020-02-03 18:13:14 -08:00 |
|
Jordan Maples [MSFT]
|
81c2a1da15
|
addressing feedback
|
2020-02-03 18:12:57 -08:00 |
|
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]
|
c31593dd0d
|
updating from test loop from int to size_t
|
2020-02-03 11:01:24 -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]
|
b4dd39615a
|
Merge pull request #842 from JordanMaples/dev/jomaples/not_null
remove move constructor for not_null.
|
2020-01-30 19:51:35 -08:00 |
|
Jordan Maples [MSFT]
|
6b23937baf
|
remove move constructor for not_null.
|
2020-01-30 17:00:13 -08:00 |
|
Jordan Maples [MSFT]
|
6e20bfbba2
|
Merge pull request #836 from Farwaykorse/suppressionToCMake
Compiler warning suppression for tests to CMake
|
2020-01-22 11:59:51 -08:00 |
|
Jordan Maples [MSFT]
|
57dd11b20f
|
Merge pull request #840 from NancyLi1013/vcpkg-instructins
Add vcpkg installation instructions
|
2020-01-22 11:52:47 -08:00 |
|
NancyLi1013
|
c61b1503ad
|
Add vcpkg installation instructions
|
2020-01-18 23:12:43 -08:00 |
|
Jordan Maples [MSFT]
|
7ba7f87475
|
Merge pull request #837 from Farwaykorse/fix/disable_exceptions
Restore disabling of exceptions for MSVC in "no exception tests"
|
2020-01-17 09:13:44 -08:00 |
|
Jordan Maples [MSFT]
|
d976d41494
|
Merge pull request #838 from kunaltyagi/patch-1
Fix spelling error in docs
|
2020-01-17 09:13:09 -08:00 |
|
Kunal Tyagi
|
26a68c882b
|
Correct spelling error in docs
|
2020-01-17 14:32:37 +09:00 |
|
Roelf-Jilling
|
95730a80c4
|
Restore disabling of exceptions for Microsoft STL in "no exception tests"
|
2020-01-16 19:31:31 +01:00 |
|
Roelf-Jilling
|
72312b6474
|
Revert "adding /EHsc for msvc cmake target gsl_test_config_noexcept"
This reverts commit 3539bd8008 .
|
2020-01-16 19:29:36 +01:00 |
|
Roelf-Jilling
|
adc5fb0d14
|
TravisCI: use more bash variable checks
To detect typos and logic errors.
|
2020-01-16 17:55:58 +01:00 |
|
Roelf-Jilling
|
b29a18d3a8
|
TravisCI: use stages to end run when newest compilers fail
These tend to have the best error messages.
|
2020-01-16 17:55:58 +01:00 |
|
Roelf-Jilling
|
5082a21b04
|
TravisCI: keep googletest directories between CMake generator runs
|
2020-01-16 17:55:58 +01:00 |
|
Roelf-Jilling
|
8edc449efb
|
CMake 3.2.3 or later to use AppleClang on OSX
GoogleTest uses CMake compile feature detection.
|
2020-01-16 17:55:58 +01:00 |
|
Roelf-Jilling
|
5caf336e02
|
TravisCI: validate CMake configuration with all supported releases
|
2020-01-16 17:55:58 +01:00 |
|