Jordan Maples
25e7af9c7d
fixing clang build break
2020-05-20 17:52:03 -07:00
Jordan Maples
7e4ed8da98
addressing Stephan's comments
2020-05-20 16:50:50 -07:00
Jordan Maples
34750814fb
updating table with compiler versions that are in the test matrix
2020-05-20 16:24:05 -07:00
Jordan Maples
313a1121bf
fix spacing
2020-05-20 15:46:20 -07:00
Jordan Maples
1e44481646
Finished integrating CaseyCarter's changes into span
2020-05-20 13:37:42 -07:00
Jordan Maples
ed3fea6d93
implementing some of Casey's recommendations
2020-05-20 13:11:37 -07:00
Jordan Maples
31604f44f6
string_span_tests CLRF -> LF
2020-05-20 12:32:25 -07:00
Jordan Maples
d3468230b1
renaming extent to prevent shadowing of static member
2020-05-20 12:29:56 -07:00
Jordan Maples
552cd20472
addressing most of Casey's comments
2020-05-20 10:59:57 -07:00
Jordan Maples
2085c7acde
initial impl of P1976R2
2020-05-19 16:27:46 -07:00
Jordan Maples
33544a706e
revised the readme
2020-05-13 17:05:45 -07:00
Jordan Maples
f0160fcb1b
removing breaking test code. removing compiler versions n-2 and beyond from travis script. Updating XCode 11.3 to 11.4
2020-05-13 14:49:17 -07:00
Jordan Maples [MSFT]
2a483c1728
Update span
2020-05-13 11:13:14 -07:00
Jordan Maples
031231466d
pushing bad code that only reveals itself in gcc < 6 to test the allow_failures logic in travis
2020-05-13 11:04:11 -07:00
Jordan Maples
a6d382109e
missed a GSL_CONSTEXPR_NARROW for removal
2020-05-12 16:43:23 -07:00
Jordan Maples
09caa20d99
changing matrices and removing msc < 1910 work arounds
2020-05-12 16:21:55 -07:00
Jordan Maples [MSFT]
0843ea444f
Merge pull request #884 from dipidoo/master
...
reflects verification of iOS and Android support
2020-05-08 09:57:45 -07:00
Bas Hendri
1e4e23738c
updates README.md with iOS & Android support
2020-05-07 15:44:56 -07:00
Jordan Maples [MSFT]
839de21707
Merge pull request #879 from leha-bot/cmake/add-version-to-cmake-project
...
CMakeLists: add VERSION to project() and package
2020-05-06 16:57:50 -07:00
Bas Hendri
91858ca3f3
forces GTEST_HAS_DEATH_TEST
2020-05-04 13:31:08 -07:00
Bas Hendri
0ab350f5de
enables iOS and Android testing
2020-05-04 13:26:50 -07:00
Robert Andrzejuk
84847041ee
In narrow
refactor !is_same_signedness
to is_different_signedness
2020-04-29 20:39:44 +02:00
Robert Andrzejuk
1e5f44d3ea
Refactor narrow
- simplify & move is_same_signedness
into function, remove uneeded detail
namespace. Merge 2 if
's with a ||
.
2020-04-29 20:11:44 +02:00
leha-bot
de053645bb
CMakeLists: Drop ARCH_INDEPENDENT as it does not supported via old CMake
2020-04-28 13:07:41 +03:00
Werner Henze
29297e7dac
noexcept for make_(strict_)not_null and not_null comparisons
2020-04-27 14:42:56 +02:00
Alex
879335cebf
CMakeLists: add VERSION to project() and package
...
So the library consumers via find_package(Microsoft.GSL 3.0.2) could determine the actual library version.
2020-04-26 18:09:49 +03:00
Jordan Maples [MSFT]
1999b48a51
Merge pull request #870 from beinhaerter/suppress_span_warning
...
suppress code analysis warning
2020-04-23 10:13:33 -07:00
Jordan Maples [MSFT]
3da256d03b
Merge pull request #874 from JordanMaples/dev/jomaples/multi_span-cleanup
...
Minor changes to multi_span
2020-04-23 10:13:04 -07:00
Jordan Maples [MSFT]
601b55ea61
Merge pull request #873 from londey/narrow-throw
...
Changed implementation of gsl::narrow to throw gsl::narrowing_error
2020-04-22 22:57:14 -07:00
Nicholas Londey
3a5b83db35
Removed unused contant from test
2020-04-23 12:30:44 +10:00
Nicholas Londey
94d6a35726
Fixed narrow unit test EXPECT_THROW
2020-04-23 12:23:36 +10:00
Nicholas Londey
14acdcd7a8
Removed unused #include
2020-04-23 12:22:30 +10:00
Nicholas Londey
4eb554d7c2
Removed no_exception_throw_tests.cpp
...
as per review feedback
2020-04-23 11:58:00 +10:00
Jordan Maples [MSFT]
70e1317ab6
Update include/gsl/gsl
2020-04-22 15:27:00 -07:00
Nicholas Londey
61534ca3ad
Changed implementation of gsl::narrow to throw gsl::narrowing_error
...
Implementation now behaves as described in the C++ Core Guidlines
2020-04-22 10:09:13 +10:00
Jordan Maples
afa2f3fd9a
fully qualify ptrdiff_t in multi_span and remove it from gsl\gsl
2020-04-21 16:14:58 -07:00
Werner Henze
fb1243d735
suppress code analysis warning
...
- suppress " warning C26481: Don't use pointer arithmetic. Use span instead (bounds.1)."
- Please note that the suppression in `end()` does not work with MSVC 16.5.4.
2020-04-19 16:41:12 +02:00
Nicholas Guriev
f5cf01083b
Search for GoogleTest via pkg-config first
2020-04-18 13:30:17 +03:00
Jordan Maples [MSFT]
9f6a9a5807
Merge pull request #867 from xvitaly/fix-cmake-install
...
Fixed installation on GNU/Linux distributions
2020-04-17 10:18:37 -07:00
Vitaly Zaitsev
aeb65efada
Fixed installation on GNU/Linux distributions.
...
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2020-04-17 11:47:23 +02:00
Jordan Maples [MSFT]
b43855631a
Merge pull request #861 from JordanMaples/dev/jomaples/lwg3320
...
implement LWG3320
2020-04-15 10:00:55 -07:00
Jordan Maples
9cb376c050
adding back free functions for [c|cr][begin|end]
2020-04-14 16:57:12 -07:00
Jordan Maples
7341c5d1b5
implement LWG3320 by deleting const_iterator and const_reverse_iterator
2020-04-14 13:51:49 -07:00
Jordan Maples [MSFT]
044849d6fa
Merge pull request #823 from RedDwarf69/std_byte_fix
...
Add missing #include if built with GSL_USE_STD_BYTE=1
2020-04-13 11:33:56 -07:00
Jordan Maples [MSFT]
24dc828cbb
Merge pull request #860 from karzhenkov/fix-googletest-link
...
Fix link to Google Test
2020-04-13 10:35:19 -07:00
Alexander Karzhenkov
8b8c25fa66
Fix link to Google Test
2020-04-13 18:19:51 +05:00
Jordan Maples [MSFT]
f7aae78ff6
Merge pull request #854 from JordanMaples/dev/jomaples/LWG3255
...
Implement span std::array ctor changes from LWG3255
2020-04-09 23:42:04 -07:00
Jordan Maples
efbce17ca4
testing one of CaseyCarter's comments
2020-04-09 17:33:33 -07:00
Jordan Maples
ffbfcc0a9f
apply clang-format to the span_compatibility_tests.
2020-04-09 16:15:08 -07:00
Jordan Maples
5ca02327c4
another test
2020-04-09 15:56:26 -07:00