Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
Microsoft-GSL
/
95da2fd337b164139bba4ad178f263aad831a010
95da2fd
Don't use clang's __builtin_assume as an optimizer hint (#608)
by Casey Carter
· 7 years ago
c23d17a
Make iterator access functions on span constexpr (#612)
by Neil MacIntosh
· 7 years ago
87e22fa
Removed from-smart-ptr constructors. (#611)
by Neil MacIntosh
· 7 years ago
64a7dae
Updated README with another build report.
by Neil MacIntosh
· 7 years ago
9d65e74
added gsl_algorithm and gsl_byte headers to main gsl header (#594)
by paweldac
· 7 years ago
210cc08
Visual Studio Debug Visualizers support (#575)
by paweldac
· 7 years ago
6e2e207
rename final_act to final_action (#579)
by Tiago
· 7 years ago
436dbad
Remove std::iterator inheritance from multi_span (#591)
by paweldac
· 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
7e529a4
Remove #pragma once (#545) (#570)
by bjude
· 7 years ago
2ad93a3
Iosfwd (#586)
by menete
· 7 years ago
d10ebc6
Drop "Dummy" from enable_if in templates (#572)
by Tiago
· 7 years ago
9a78979
Minimize checking in subspan (#569)
by Anna Gringauze
· 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
bec7fa7
Clean up and update CI build scripts (#563)
by Tiago
· 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
e7bcdf5
Enable vectorization of common loops using iterators with range checking enabled with GCC and Clang (#557)
by Anna Gringauze
· 7 years ago
b014508
Adds an option to disable test generation (#552)
by bfierz
· 7 years ago
77e081e
correct spelling mistake (#554)
by Edward Betts
· 7 years ago
842344e
turning off warning (#548)
by Rian Quinn
· 7 years ago
e249f86
Allow to use system version of the catch test framework (#549)
by Nicholas Guriev
· 7 years ago
80aa4b0
Updated README to include additional build report.
by Neil MacIntosh
· 7 years ago
25f913e
Fix catch installation issue (#540)
by Tiago
· 7 years ago
2b8d204
Allow users to override GSL_USE_STD_BYTE (#536)
by Casey Carter
· 7 years ago
be43c79
Removed VS2013 workarounds. (#534)
by Neil MacIntosh
· 7 years ago
a3792ca
Updated README to remove VS2013 reference.
by Neil MacIntosh
· 7 years ago
b2ee484
Move from unittest-cpp to catch for unit testing. (#533)
by Neil MacIntosh
· 7 years ago
1f87ef7
Fix cstddef include in wrong place. (#520)
by Gary Furnish
· 7 years ago
010ab92
Fix multi_span constructor taking a const std::array. (#523)
by Vincent Zalzal
· 7 years ago
1cfb241
Fix bug in comparison that selects std::byte.
by Neil MacIntosh
· 7 years ago
7731a91
Use std::byte when available. (#519)
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
d103286
Fix use of 0 instead of nullptr warning (#515)
by Gary Furnish
· 7 years ago
7abfc98
GSL_NOEXCEPT should appear before the initialization list (#514)
by Galik
· 7 years ago
39902b6
span_iterator: converting constructor isn't a copy constructor (#511)
by Casey Carter
· 7 years ago
1f82596
Update README.md to include a new OS X combination
by Neil MacIntosh
· 8 years ago
8b320e3
Update CMake usage (#493)
by Tiago
· 8 years ago
64c0ca6
make_span for array doesn't pass N as span template parameter (#498)
by ewoudvc
· 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
c2f953f
Add value_type to span (#425)
by Maciej T. Nowak
· 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
d656607
fail_fast should derive from logic_error (#480)
by Casey Carter
· 8 years ago
f0e3ff8
Update README to drop support for VS 2013.
by Neil MacIntosh
· 8 years ago
ade86ca
Fix some corechecker warnings (#470)
by MikeGitb
· 8 years ago
3300602
CI updates incl. remove support for VS 2013.
by Casey Carter
· 8 years ago
16a6a41
gsl_assert changes: (#452)
by Casey Carter
· 8 years ago
5905d2d
Fix links in README.md (#457)
by zhykzhykzhyk
· 8 years ago
2676e17
Updating length_func<CharT>::operator() to accept pointer-to-const. (#458)
by Duncan Horn
· 8 years ago
f9c47dd
add gsl::not_null operator<< (#464)
by Rian Quinn
· 8 years ago
3819df6
Properly qualify std::size_t (#448)
by Casey Carter
· 8 years ago
a6baab7
Update README.md (#454)
by mkluwe
· 8 years ago
e3fecbd
not_null cleanups and improvements: (#449)
by Casey Carter
· 8 years ago
6367b42
Silence warning in algorithm_tests with VS2017 (#453)
by Casey Carter
· 8 years ago
6360dd1
Revert change to the definition of constexpr macro in gsl_byte from #446 (#450)
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
f93d325
Fix gsl_byte to include type_traits
by Tobias Hunger
· 8 years ago
18e3825
Updated README.md to mention VS natvis file.
by Neil MacIntosh
· 8 years ago
0ed032f
Add Visual Studio Native Visualiser support file.
by Gabriel M
· 8 years ago
897cc48
Fix #pragma warning push/pop mismatch in multi_span (Issue #431)
by ErnestPenfold
· 8 years ago
9d13cb1
Fixes to typedef's for span::const_iterator.
by Eric Niebler
· 8 years ago
1a94e77
Fix preprocessor error.
by Gary Furnish
· 8 years ago
628d3e8
Updated README to refer to VS 2017
by Neil MacIntosh
· 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
a8c7946
Updated README.md for Visual Studio "15" support.
by Neil MacIntosh
· 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
38f453d
remove overly optimistic noexcept from some functions
by Vladislav Yaroslavlev
· 8 years ago
fb1a89f
Fix gsl::at()'s use of size_t
by Rian Quinn
· 8 years ago
f448638
Fix overflow found by GCC in basic_zstring_span::as_string_span().
by Rian Quinn
· 8 years ago
6cffe0d
Adds gsl::span::at()
by Rian Quinn
· 8 years ago
b07383e
[gsl_util] Update narrow_cast to use std::forward
by Rian Quinn
· 8 years ago
1e95421
[#392] Don't install tests
by Marc Mutz
· 8 years ago
a14f274
[#391] string_length: Remove use of strnlen and use consistent length type.
by Josaphat Valdivia
· 8 years ago
1287e62
Address #313: try to guard against strict-aliasing bugs with gsl::byte
by MikeGitb
· 8 years ago
9ef335c
Fix #388: Add explict default copy assignment operator for span_iterator
by Neil MacIntosh
· 8 years ago
22a286c
Fix #388 Deprecated implicit copy assignment operator for span_iterator in C++17.
by Gary Furnish
· 8 years ago
32ca283
[span] fix size_t to index_type conversion warning
by Neil MacIntosh
· 8 years ago
612747a
For span, fix size_t to index_type conversion warning.
by Gary Furnish
· 8 years ago
023652e
[Travis] enlarge the support matrix
by Neil MacIntosh
· 8 years ago
f953b79
[Travis] enlarge the support matrix
by Casey Carter
· 8 years ago
0edabdb
Add branch prediction to Ensures / Expects
by Neil MacIntosh
· 8 years ago
3e5af6d
Fix compilation issues with Cygwin
by Neil MacIntosh
· 8 years ago
e898a89
[multi_span] Fix UB hack in static_bounds::operator=(const static_bounds&)
by Neil MacIntosh
· 8 years ago
9e055be
Fix compilation issues with Cygwin
by Rian Quinn
· 8 years ago
3161d61
Fix issue with VS builds
by Rian Quinn
· 8 years ago
Next »