Jordan Maples [MSFT]
794d7bb69b
Merge pull request #891 from JordanMaples/dev/jomaples/missing_span_ctad
...
Adding missing span deduction guides
2020-05-29 16:47:08 -07:00
Jordan Maples
72803a7ecb
adding template type to the vector to suppress clang-10 warning that vector may not intend for type deduction.
2020-05-29 15:45:25 -07:00
Jordan Maples
4d2090ebc4
fixed typo
2020-05-29 10:54:13 -07:00
Jordan Maples
c4a2ce6cc8
wrapping string_view checks in deduction guide checks to prevent 'macro unused' errors
2020-05-29 10:53:30 -07:00
Jordan Maples [MSFT]
9720cc552a
Merge pull request #6 from CaseyCarter/deduction_guides
...
Add string_view test case and modify deduction guides
2020-05-29 10:16:06 -07:00
Casey Carter
c143a07f61
Add string_view test case and modify deduction guides
2020-05-28 18:00:40 -07:00
Jordan Maples
6c405a1b7f
adding a test to verify that the additional ctad works
2020-05-28 17:18:08 -07:00
Jordan Maples
689abc2982
adding container ctad
2020-05-28 14:04:31 -07:00
Jordan Maples [MSFT]
0dbdf322fa
Merge pull request #886 from JordanMaples/dev/jomaples/build_matrix
...
compiler support revision
2020-05-26 15:14:08 -07:00
Jordan Maples [MSFT]
283e31478f
Merge pull request #857 from pps83/master-natvis
...
Fix debugger visualizer for Ext=gsl::dynamic_extent
2020-05-21 11:32:45 -07:00
Jordan Maples [MSFT]
8cd19412b4
Merge pull request #887 from JordanMaples/dev/jomaples/p1976r2
...
gsl::span P1976R2 implemenation
2020-05-21 10:07:37 -07:00
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