Jordan Maples
|
2f9d873043
|
added additional filtering to Apple clang versions 9.4 and 10.1 for the ArrayConvertibilityCheck
|
2020-04-09 10:34:58 -07:00 |
|
Jordan Maples
|
f85166aa8b
|
Merge branch 'master' into dev/jomaples/LWG3255
|
2020-04-09 09:53:45 -07:00 |
|
Farwaykorse
|
611674d60b
|
GCC "-Warray-bounds" warning persists with release 8.4
modification of commit 5e21831494
|
2020-04-09 03:50:17 +02:00 |
|
Jordan Maples
|
15dd17aa5b
|
Merge branch 'master' into dev/jomaples/LWG3255
|
2020-04-08 14:47:08 -07:00 |
|
Jordan Maples
|
01d206f4d8
|
adding additional filtering
|
2020-04-08 14:38:01 -07:00 |
|
Roelf-Jilling
|
5e21831494
|
Suppress test for GCC 8.3 triggering "-Warray-bounds"
|
2020-03-26 20:15:29 +01:00 |
|
Roelf-Jilling
|
30c068781f
|
Merge branch 'master' into TravisCI
|
2020-03-26 16:24:19 +01:00 |
|
Jordan Maples
|
ddde9e153d
|
update convertibility test
|
2020-03-19 14:08:04 -07:00 |
|
Jordan Maples
|
6eab19d3c1
|
moving decl so we dont get the stl_nullptr is not used warning
|
2020-03-17 15:13:26 -07:00 |
|
Jordan Maples
|
f8bcb7d9eb
|
applied clang-format
|
2020-03-17 15:04:58 -07:00 |
|
Jordan Maples
|
9b3ac8d681
|
discussed the issue with Casey Carter, the span ctor changes are accurate but the tests are not. The test require work that was done in C++17 regarding qualifier conversions to work correctly. Scoping tests for 17.
|
2020-03-17 15:02:00 -07:00 |
|
Jordan Maples
|
1dd1320c8b
|
test commit to get extra eyes on the problem
|
2020-03-17 13:53:13 -07:00 |
|
Jordan Maples [MSFT]
|
c853017be3
|
forgot nl @ eof in span_ext_tests.cpp
|
2020-02-19 14:44:22 -08:00 |
|
Jordan Maples [MSFT]
|
94f43d4adf
|
splitting up span's standard and non-standard behavior
|
2020-02-19 14:28:12 -08:00 |
|
Jordan Maples [MSFT]
|
f4c608fd39
|
addressing comments
|
2020-02-18 14:09:11 -08:00 |
|
Jordan Maples [MSFT]
|
8ba6cb1074
|
Merge branch 'dev/jomaples/unsigned' of https://github.com/jordanmaples/gsl into dev/jomaples/unsigned
|
2020-02-18 10:13:14 -08:00 |
|
Jordan Maples [MSFT]
|
8d6ca323fa
|
GTest latest is breaking, rolling back to 1.10 until further investigation
|
2020-02-18 10:13:03 -08:00 |
|
Jordan Maples [MSFT]
|
6b01a0488b
|
Update span_compatibility_tests.cpp
some fixes.
|
2020-02-14 16:25:25 -08:00 |
|
jordan maples
|
b6b1e9c3cf
|
assert -> expect_true
|
2020-02-14 16:13:21 -08:00 |
|
Jordan Maples [MSFT]
|
67a7f7eaef
|
errors in appveyor are indicating that AsWritableByesCompilersFor needs to be static.
|
2020-02-14 15:44:58 -08:00 |
|
Jordan Maples [MSFT]
|
41ae38f197
|
addressing a few more comments and adding gsl-std span compatibility tests
|
2020-02-14 15:24:46 -08:00 |
|
Jordan Maples [MSFT]
|
926aaeca56
|
reviewed the pr in its entirety and made some slight modifications. Removed all members and fields marked as deprecated.
|
2020-02-11 16:36:07 -08:00 |
|
Jordan Maples [MSFT]
|
d8fa68c4a5
|
address build failures
|
2020-02-07 14:40:09 -08:00 |
|
Jordan Maples [MSFT]
|
377b2db537
|
almost parity with std::span
|
2020-02-07 14:09:57 -08:00 |
|
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]
|
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]
|
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]
|
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 |
|
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
|
e1a37d0430
|
Suppress -Wundefined-func-template for C++17 Clang v5.0.x and AppleClang 9.1
Warning appears on v5.0.2 from apt.llvm.org and Ubuntu provided v5.0.1
|
2020-01-16 17:55:58 +01:00 |
|
Roelf-Jilling
|
81f56796a1
|
MSVC and CoreChecker warning suppression for tests to CMake
Suppress CppCoreCheck warnings on GTest macros.
Suppress CppCoreCheck advice to use the GSL
|
2020-01-16 11:49:15 +01:00 |
|
Roelf-Jilling
|
4cbd894812
|
Enable more warnings in GCC
|
2020-01-16 11:49:15 +01:00 |
|
Roelf-Jilling
|
d08ff53e61
|
Use [[maybe_unused]] with C++17
|
2020-01-16 11:49:15 +01:00 |
|
Roelf-Jilling
|
186f5d21c1
|
Move compiler warning suppression for tests from cpp files to CMake
|
2020-01-16 11:49:00 +01: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]
|
b076205338
|
Merge branch 'dev/jomaples/deprecate_span_non_std_functions' of https://github.com/JordanMaples/GSL into dev/jomaples/deprecate_span_non_std_functions
|
2020-01-09 14:40:08 -08:00 |
|
Jordan Maples [MSFT]
|
75936c3109
|
missed from the merge
|
2020-01-09 12:56:00 -08:00 |
|