Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
Microsoft-GSL
/
95da2fd337b164139bba4ad178f263aad831a010
/
tests
87e22fa
Removed from-smart-ptr constructors. (#611)
by Neil MacIntosh
· 7 years ago
0d33bf6
Applied iwyu --comment to the code base (#588)
by Tiago
· 7 years ago
1c95f94
Updates catch to version 2.0 (#580)
by Tiago
· 7 years ago
2ad93a3
Iosfwd (#586)
by menete
· 7 years ago
4862a27
Move GSL pointers to a separate header (#566)
by Tiago
· 7 years ago
1d936eb
additional span tests (pointer length constructor) (#568)
by menete
· 7 years ago
211e195
Revert inadvertent addition of tests/unittest-cpp submodule from #561 (#562)
by Casey Carter
· 7 years ago
166ea80
Update std::byte detection in gsl_byte for MSVC (#561)
by Casey Carter
· 7 years ago
4c5fdb5
Made string_span details::string_length() generic (Fix issue #542) (#543)
by Galik
· 7 years ago
77e081e
correct spelling mistake (#554)
by Edward Betts
· 7 years ago
e249f86
Allow to use system version of the catch test framework (#549)
by Nicholas Guriev
· 7 years ago
25f913e
Fix catch installation issue (#540)
by Tiago
· 7 years ago
b2ee484
Move from unittest-cpp to catch for unit testing. (#533)
by Neil MacIntosh
· 7 years ago
247c425
Fixes dereferencing operator issue #517 introduced in PR #513 (#516)
by Alexey Malov
· 7 years ago
30595c1
Restricting usage of owner<T> to pointer types (#507)
by saurabh singh
· 7 years ago
23581d4
Adding derference operator to not_null (#513)
by saurabh singh
· 7 years ago
8b320e3
Update CMake usage (#493)
by Tiago
· 8 years ago
ebe7ebf
Reformat files to follow clang-format style (#492)
by Tiago
· 8 years ago
c5851a8
Turn warnings into errors (#488)
by Casey Carter
· 8 years ago
66cf689
Updated submodule reference for unittest-cpp to latest (#483)
by Julien Monat Rodier
· 8 years ago
534bb4c
Added support of not_null<smart_ptr> comparison (#473)
by Alexey Malov
· 8 years ago
ebab8ca
gsl::at clean-up: (#479)
by Casey Carter
· 8 years ago
ade86ca
Fix some corechecker warnings (#470)
by MikeGitb
· 8 years ago
3819df6
Properly qualify std::size_t (#448)
by Casey Carter
· 8 years ago
6367b42
Silence warning in algorithm_tests with VS2017 (#453)
by Casey Carter
· 8 years ago
4e8f95b
Cleanup include structure, constexpr and noexcept compiler workarounds.
by Casey Carter
· 8 years ago
96eaf27
Make is_default_constructible work for spans.
by Casey Carter
· 8 years ago
c52d54f
Fix a signed/unsigned comparison warning.
by David Doria
· 8 years ago
d2dafe2
Add a copy() function for span.
by MikeGitb
· 8 years ago
2df9f85
Add make_span()
by Rian Quinn
· 8 years ago
9523c18
Fix template pack expansion bug in multi_span.
by Neil MacIntosh
· 8 years ago
bdcef94
Cleanup compiler warnings
by Rian Quinn
· 8 years ago
0d31109
Fixed compile flags for tests when using MSVC.
by Neil MacIntosh
· 8 years ago
2b51b87
Add span construction from unique_ptr and shared_ptr
by Rian Quinn
· 8 years ago
d641796
Cleanup additional GCC warnings
by Rian Quinn
· 8 years ago
fb1a89f
Fix gsl::at()'s use of size_t
by Rian Quinn
· 8 years ago
6cffe0d
Adds gsl::span::at()
by Rian Quinn
· 8 years ago
1e95421
[#392] Don't install tests
by Marc Mutz
· 8 years ago
1287e62
Address #313: try to guard against strict-aliasing bugs with gsl::byte
by MikeGitb
· 8 years ago
fd5ad87
Add tests for to_integer(), fix to_integer()
by Neil MacIntosh
· 8 years ago
e4de6cc
Fix wrong types in multi_span_test for comparison operators.
by Neil MacIntosh
· 8 years ago
22c2785
Added tests for negative multi-span access.
by Krzysztof Wrzalik
· 8 years ago
95f465a
fix wrong types in multi_span_test (<comparison_operators>)
by Michael Balszun
· 8 years ago
ad99137
Add tests for to_integer(): they fail
by Martin Moene
· 8 years ago
6bc1e7e
Fix for #313 Corrected SFINAE for conversion constructors on span
by Neil MacIntosh
· 8 years ago
3b24195
Corrected SFINAE for conversion constructors on span.
by Neil MacIntosh
· 8 years ago
d5847ce
Merge remote-tracking branch 'Microsoft/master'
by Kris
· 8 years ago
55b232d
Issue: #329
by Kris Cruickshank
· 8 years ago
ec109d2
Add to_basic_string
by Gary Furnish
· 8 years ago
95bbaa1
Added to_byte method for issue #329
by Kris
· 8 years ago
134f2db
Specialize gsl::at for span
by ericLemanissier
· 8 years ago
f3e660a
Added basic test for interop with std::regex as per Issue #271.
by Neil MacIntosh
· 8 years ago
d6ac640
Added basic test for interop with std::regex as per Issue #271.
by Neil MacIntosh
· 8 years ago
6b4ae83
Merge branch 'master' into dev/neilmac/iterators
by Neil MacIntosh
· 8 years ago
222c2d8
Removed .h extension from header files.
by Galik
· 8 years ago
5ebfc16
Merge branch 'master' into dev/neilmac/spans_in_maps
by Neil MacIntosh
· 8 years ago
f9f08a5
Added test for Issue #305.
by Neil MacIntosh
· 8 years ago
f6cc579
Renamed include/ folder to gsl/ to make including the library consistent
by galik
· 8 years ago
32ee66d
Added basic tests for std::begin/end and friends (Issue #252).
by Neil MacIntosh
· 8 years ago
0dd5f56
Fixed unused variable and ran clang-format. Tested on gcc/clang.
by Neil MacIntosh
· 8 years ago
82389aa
Fixed up iterator implementation to allow conversion from iterator to
by Neil MacIntosh
· 8 years ago
c481735
Implemented https://github.com/Microsoft/GSL/issues/260
by Som1Lse
· 8 years ago
8e31f53
Building clean with MSVC12.
by Neil MacIntosh
· 8 years ago
a0cf1ec
Renamed as_span() to as_multi_span() for clarity.
by Neil MacIntosh
· 8 years ago
c366f44
Fixed compilation issues for GCC on Linux.
by Neil MacIntosh
· 8 years ago
ca4cdd8
64-bit clean fixes.
by Neil MacIntosh
· 8 years ago
cd80ef6
Merge branch 'master' into dev/neilmac/spec
by Neil MacIntosh
· 8 years ago
eed99d8
Merge branch 'master' into dev/neilmac/spec
by Neil MacIntosh
· 8 years ago
30a038c
Added tests for span iterators, fixed implementation.
by Neil MacIntosh
· 8 years ago
8855c59
Added basic compile support for MSVC 2013 to byte.
by Neil MacIntosh
· 8 years ago
2674724
Renamed byte header and tidied up string_span dependencies.
by Neil MacIntosh
· 8 years ago
b72d7ab
Added definition of gsl::byte to match proposed std::byte.
by Neil MacIntosh
· 8 years ago
62f3020
Additional std::array ctor to support const element cases.
by Neil MacIntosh
· 8 years ago
c94a66f
Tightened SFINAE for span<U> to span<T> conversions.
by Neil MacIntosh
· 8 years ago
ba8ebef
Added span to object rep conversions.
by Neil MacIntosh
· 8 years ago
d63c980
Added comparison operators.
by Neil MacIntosh
· 8 years ago
d9d6ff0
Added iterators.
by Neil MacIntosh
· 8 years ago
9d8866a
gsl::at overload for initializer_list
by ericLemanissier
· 9 years ago
79030c5
Moving submodule init before subdirectory.
by Sergiy Oryekhov
· 9 years ago
32d0079
Adding unittest-cpp as a submodule.
by Sergiy Oryekhov
· 9 years ago
8593904
Test for operator function call.
by Neil MacIntosh
· 9 years ago
c8a412f
Implemented first, last, subspan.
by Neil MacIntosh
· 9 years ago
3d4c349
Fixed ctors for Container and std::array to accept temporaries.
by Neil MacIntosh
· 9 years ago
717a2e3
Added conversion ctors.
by Neil MacIntosh
· 9 years ago
c40094a
Added from-container constructors.
by Neil MacIntosh
· 9 years ago
f61a9bb
Added array constructors.
by Neil MacIntosh
· 9 years ago
502cd66
Checking in to continue working elsewhere.
by Neil MacIntosh
· 9 years ago
cc22f2b
first/last constructor working.
by Neil MacIntosh
· 9 years ago
d3929c5
Began reimplementation of span. Basic constructors.
by Neil MacIntosh
· 9 years ago
cec26a2
Added new span-related files.
by Neil MacIntosh
· 9 years ago
d2f12a8
File renames to reflect new multi_span name.
by Neil MacIntosh
· 9 years ago
49e8062
Renamed existing span to multi_span.
by Neil MacIntosh
· 9 years ago
6a4f251
narrow: Also check if a value has changed sign after cast.
by Paweł Bylica
· 9 years ago
45f2bdb
Fixed compilation issues with gcc and clang
by Anna Gringauze
· 9 years ago
b4ff206
Added zstring_span and removed zstring_builder to support legacy strings
by Anna Gringauze
· 9 years ago
eb05256
Fixed compilation issues in MSVC 2013
by Anna Gringauze
· 9 years ago
87c5daa
Fixed operators and constructors for string_span
by Anna Gringauze
· 9 years ago
4efa9e8
Run clang format
by Anna Gringauze
· 9 years ago
7077105
Added operator==
by Anna Gringauze
· 9 years ago
8c5d06d
fixed GCC and clang compilation issues
by Anna Gringauze
· 9 years ago
Next »