aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support `-fno-exceptions`. am: 2df0091468 am: 5fb579c6c1android-wear-o-preview-4android-wear-o-preview-3android-o-preview-4android-o-preview-3android-o-preview-2Dan Albert2016-11-021-11/+28
|\
| * Support `-fno-exceptions`. am: 2df0091468Dan Albert2016-11-021-11/+28
| |\
| | * Support `-fno-exceptions`.android-o-preview-1o-previewDan Albert2016-11-021-11/+28
| | |\
| | | * Support `-fno-exceptions`.Dan Albert2016-10-281-11/+28
* | | | Add Android.bp. am: e15c08c681 am: e15c56830fDan Albert2016-11-022-0/+25
|\| | |
| * | | Add Android.bp. am: e15c08c681Dan Albert2016-11-022-0/+25
| |\| |
| | * | Add Android.bp.Dan Albert2016-11-022-0/+25
| | |\|
| | | * Add Android.bp.Dan Albert2016-10-282-0/+25
* | | | Merge remote-tracking branch 'aosp/upstream-master' into master am: 65c0aaa26...Dan Albert2016-11-0228-0/+10187
|\| | |
| * | | Merge remote-tracking branch 'aosp/upstream-master' into master am: 65c0aaa266Dan Albert2016-11-0228-0/+10187
|/| | | | |/ /
| * / Merge remote-tracking branch 'aosp/upstream-master' into masterDan Albert2016-11-0228-0/+10187
|/| | | |/
| * Merge remote-tracking branch 'aosp/upstream-master' into masterDan Albert2016-10-2828-0/+10187
|/|
| * Fix overflow found by GCC in basic_zstring_span::as_string_span().Rian Quinn2016-10-271-1/+2
| * Adds gsl::span::at()Rian Quinn2016-10-262-0/+21
| * [gsl_util] Update narrow_cast to use std::forward Rian Quinn2016-10-181-0/+8
| * [#392] Don't install testsMarc Mutz2016-10-171-4/+1
| * [#391] string_length: Remove use of strnlen and use consistent length type.Josaphat Valdivia2016-10-171-30/+18
| * Address #313: try to guard against strict-aliasing bugs with gsl::byteMikeGitb2016-10-173-4/+20
| * Fix #388: Add explict default copy assignment operator for span_iteratorNeil MacIntosh2016-10-111-0/+2
| |\
| | * Fix #388 Deprecated implicit copy assignment operator for span_iterator in C+...Gary Furnish2016-10-091-0/+2
| |/
| * [span] fix size_t to index_type conversion warning Neil MacIntosh2016-10-051-2/+2
| |\
| | * For span, fix size_t to index_type conversion warning.Gary Furnish2016-10-041-2/+2
| |/
| * [Travis] enlarge the support matrixNeil MacIntosh2016-09-301-30/+105
| |\
| | * [Travis] enlarge the support matrixCasey Carter2016-09-301-30/+105
| |/
| * Add branch prediction to Ensures / ExpectsNeil MacIntosh2016-09-291-4/+12
| |\
| | * Fix issue with VS buildsRian Quinn2016-09-281-4/+4
| | * Add branch prediction to Ensures / ExpectsRian Quinn2016-09-281-4/+12
| * | Fix compilation issues with CygwinNeil MacIntosh2016-09-291-4/+22
| |\ \
| | * | Fix compilation issues with CygwinRian Quinn2016-09-281-4/+22
| | |/
| * | [multi_span] Fix UB hack in static_bounds::operator=(const static_bounds&)Neil MacIntosh2016-09-291-13/+3
| |\ \ | | |/ | |/|
| | * [multi_span] Fix UB hack in static_bounds::operator=Casey Carter2016-09-271-13/+3
| |/
| * Removed redundant static_cast<> and is_same<> test.Neil MacIntosh2016-09-221-7/+4
| |\
| | * Removed redundant static_cast<> and is_same<> test.Neil MacIntosh2016-09-141-7/+4
| * | Turn off warning about function-style casts in gsl_byteNeil MacIntosh2016-09-211-0/+7
| |\ \
| | * | Turn off warning about function-styl casts in gsl_byteMichael Balszun2016-09-211-0/+7
| |/ /
| * | Add tests for to_integer(), fix to_integer()Neil MacIntosh2016-09-202-1/+19
| |\ \
| | * | Fix to_integer()Martin Moene2016-09-171-1/+1
| | * | Add tests for to_integer(): they failMartin Moene2016-09-171-0/+18
| | |/
| * | Fix wrong types in multi_span_test for comparison operators.Neil MacIntosh2016-09-201-2/+2
| |\ \
| | * | fix wrong types in multi_span_test (<comparison_operators>)Michael Balszun2016-09-171-2/+2
| | |/
| * | Fix negative indices to multi_span not being caught.Neil MacIntosh2016-09-202-2/+8
| |\ \ | | |/ | |/|
| | * Added a fix for not flagging negative indices to multi_span.Krzysztof Wrzalik2016-09-181-2/+2
| | * Added tests for negative multi-span access.Krzysztof Wrzalik2016-09-181-0/+6
| |/
| * Adding inline to all byte-related functions for MSVC 2013.Neil MacIntosh2016-09-141-10/+10
| |\
| | * Adding inline to all byte-related functions for MSVC 2013.Neil MacIntosh2016-09-131-10/+10
| |/
| * Fix for #313 Corrected SFINAE for conversion constructors on spanNeil MacIntosh2016-09-132-41/+12
| |\
| | * Removed unnecessary reinterpret_cast<> from span implementation.Neil MacIntosh2016-09-121-2/+2
| | * Corrected SFINAE for conversion constructors on span.Neil MacIntosh2016-09-122-39/+10
| * | Added inline to byte member functions to fix MSVC 2013 warningsNeil MacIntosh2016-09-131-8/+8
| |\ \
| | * | Added inline to fix compilation warnings on msvc 2013Steve Brain2016-09-131-8/+8
| | |/