aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'aosp/upstream-master' into HEADandroid-o-iot-preview-5o-iot-preview-5Dan Albert2017-07-288-0/+4381
|\
| * Allow users to override GSL_USE_STD_BYTE (#536)Casey Carter2017-07-241-3/+7
| * Removed VS2013 workarounds. (#534)Neil MacIntosh2017-07-146-218/+11
| * Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh2017-07-132-0/+2
| * Fix cstddef include in wrong place. (#520)Gary Furnish2017-06-021-1/+1
| * Fix multi_span constructor taking a const std::array. (#523)Vincent Zalzal2017-06-011-3/+3
| * Fix bug in comparison that selects std::byte.Neil MacIntosh2017-05-311-3/+3
| * Use std::byte when available. (#519)Neil MacIntosh2017-05-311-0/+36
| * Fixes dereferencing operator issue #517 introduced in PR #513 (#516)Alexey Malov2017-05-311-1/+1
| * Restricting usage of owner<T> to pointer types (#507)saurabh singh2017-05-301-1/+11
| * Adding derference operator to not_null (#513)saurabh singh2017-05-301-0/+1
| * Fix use of 0 instead of nullptr warning (#515)Gary Furnish2017-05-301-1/+1
| * GSL_NOEXCEPT should appear before the initialization list (#514)Galik2017-05-301-2/+2
| * span_iterator: converting constructor isn't a copy constructor (#511)Casey Carter2017-05-261-24/+17
| * make_span for array doesn't pass N as span template parameter (#498)ewoudvc2017-04-251-2/+2
| * Reformat files to follow clang-format style (#492)Tiago2017-04-208-340/+418
| * Add value_type to span (#425)Maciej T. Nowak2017-04-131-1/+4
| * Added support of not_null<smart_ptr> comparison (#473)Alexey Malov2017-04-121-0/+36
| * gsl::at clean-up: (#479)Casey Carter2017-04-031-12/+6
| * fail_fast should derive from logic_error (#480)Casey Carter2017-04-031-2/+2
| * Fix some corechecker warnings (#470)MikeGitb2017-04-021-2/+2
| * gsl_assert changes: (#452)Casey Carter2017-03-201-19/+31
| * Updating length_func<CharT>::operator() to accept pointer-to-const. (#458)Duncan Horn2017-03-101-2/+2
| * add gsl::not_null operator<< (#464)Rian Quinn2017-03-091-0/+8
| * Properly qualify std::size_t (#448)Casey Carter2017-02-135-95/+95
| * not_null cleanups and improvements: (#449)Casey Carter2017-02-131-51/+33
| * Revert change to the definition of constexpr macro in gsl_byte from #446 (#450)Casey Carter2017-02-111-1/+1
| * Cleanup include structure, constexpr and noexcept compiler workarounds.Casey Carter2017-02-078-0/+4412
| * Renamed include/ folder to gsl/ to make including the library consistentgalik2016-08-097-4444/+0
| * Merge pull request #310 from neilmacintosh/dev/neilmac/fix_mismatched_pragmaNeil MacIntosh2016-08-081-1/+4
| |\
| | * Merge branch 'master' of https://github.com/neilmacintosh/GSL into dev/neilma...Neil MacIntosh2016-08-027-2382/+3209
| | |\
| | * | Fixed #308 - a mismatched pragma.Neil MacIntosh2016-08-021-1/+4
| * | | Implemented https://github.com/Microsoft/GSL/issues/260Som1Lse2016-08-031-6/+16
| | |/ | |/|
| * | clang-format run.Neil MacIntosh2016-08-011-6/+3
| * | Removed unnecessary inheritance between iterators.Neil MacIntosh2016-08-011-25/+53
| * | Another round of clang-formatting.Neil MacIntosh2016-08-013-7/+11
| * | Building clean with MSVC12.Neil MacIntosh2016-07-293-27/+25
| * | Renamed as_span() to as_multi_span() for clarity.Neil MacIntosh2016-07-281-22/+22
| * | Fixed type-name mixup in string_span.Neil MacIntosh2016-07-271-4/+2
| * | Applied clang-format.Neil MacIntosh2016-07-263-57/+68
| * | Fixes for Clang 3.6 compilation.Neil MacIntosh2016-07-261-3/+3
| * | Fixed compilation issues for GCC on Linux.Neil MacIntosh2016-07-263-261/+203
| * | Applied clang-format to the source.Neil MacIntosh2016-07-207-841/+912
| * | Merge branch 'master' into dev/neilmac/specNeil MacIntosh2016-07-201-0/+4
| |\|
| | * gsl::at overload for initializer_listericLemanissier2016-05-091-0/+4
| * | Merge branch 'master' into dev/neilmac/specNeil MacIntosh2016-07-204-7/+26
| |\|
| | * Suppressed CppCoreCheck warnings.Neil MacIntosh2016-03-313-3/+23
| | * Merge remote-tracking branch 'upstream/master'galik2016-02-251-21/+37
| | |\
| | * | Fix: Issue: #267 gsl::fail_fast only defined for one configurationgalik2016-02-161-4/+3
| * | | Tidying up noexcepts.Neil MacIntosh2016-07-201-4/+4