aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add metadataandroid-wear-p-preview-2android-wear-8.0.0_r1android-p-preview-5android-p-preview-4android-p-preview-3android-p-preview-2android-p-preview-1android-o-mr1-iot-release-1.0.2android-o-mr1-iot-release-1.0.1android-o-mr1-iot-release-1.0.0android-o-mr1-iot-preview-8android-o-mr1-iot-preview-7o-mr1-iot-preview-8o-mr1-iot-preview-7Bill Yi2017-11-212-0/+21
|\
| * Add metadataandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6Bill Yi2017-11-202-0/+21
* | Merge commit 'c7f8138e3f98f195af6c8735b9bc41e72154ae9f' into HEADXin Li2017-11-130-0/+0
|\ \
| * \ Merge remote-tracking branch 'aosp/upstream-master' into HEAD am: a78a14d02f ...Dan Albert2017-08-0132-5121/+5979
| |\ \
| * \ \ Un-symlink include/gsl. am: bf0d300d77 am: 7e46472c89 am: 8dfe66e81dDan Albert2017-08-011-1/+0
| |\ \ \
* | \ \ \ Use -Werror in external/Microsoft-GSLChih-Hung Hsieh2017-11-071-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Use -Werror in external/Microsoft-GSLChih-Hung Hsieh2017-11-061-0/+1
|/ / /
* | | Merge remote-tracking branch 'aosp/upstream-master' into HEAD am: a78a14d02f ...Dan Albert2017-08-0132-5121/+5979
|\ \ \ | |_|/ |/| |
| * | Merge remote-tracking branch 'aosp/upstream-master' into HEAD am: a78a14d02fDan Albert2017-08-0132-5121/+5979
| |\ \
| | * \ Merge remote-tracking branch 'aosp/upstream-master' into HEADandroid-o-mr1-preview-2android-o-mr1-preview-1Dan Albert2017-08-0132-5121/+5979
| | |\ \
| | | * \ Merge remote-tracking branch 'aosp/upstream-master' into HEADandroid-o-iot-preview-5o-iot-preview-5Dan Albert2017-07-2832-5121/+5979
| | | |\ \
| | | | * | 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
| | | | * | Updated README to remove VS2013 reference.Neil MacIntosh2017-07-141-1/+1
| | | | * | Move from unittest-cpp to catch for unit testing. (#533)Neil MacIntosh2017-07-1324-3484/+3508
| | | | * | 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-312-13/+38
| | | | * | Restricting usage of owner<T> to pointer types (#507)saurabh singh2017-05-302-1/+23
| | | | * | Adding derference operator to not_null (#513)saurabh singh2017-05-302-0/+16
| | | | * | 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
| | | | * | Update README.md to include a new OS X combinationNeil MacIntosh2017-05-071-1/+2
| | | | * | Update CMake usage (#493)Tiago2017-04-252-23/+93
| | | | * | 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-2020-1844/+1917
| | | | * | Turn warnings into errors (#488)Casey Carter2017-04-172-9/+11
| | | | * | Add value_type to span (#425)Maciej T. Nowak2017-04-131-1/+4
| | | | * | Updated submodule reference for unittest-cpp to latest (#483)Julien Monat Rodier2017-04-132-1/+1
| | | | * | Added support of not_null<smart_ptr> comparison (#473)Alexey Malov2017-04-122-0/+181
| | | | * | gsl::at clean-up: (#479)Casey Carter2017-04-032-48/+81
| | | | * | fail_fast should derive from logic_error (#480)Casey Carter2017-04-031-2/+2
| | | | * | Update README to drop support for VS 2013.Neil MacIntosh2017-04-021-1/+0
| | | | * | Fix some corechecker warnings (#470)MikeGitb2017-04-027-530/+531
| | | | * | CI updates incl. remove support for VS 2013.Casey Carter2017-04-022-1/+49
| | | | * | gsl_assert changes: (#452)Casey Carter2017-03-201-19/+31
| | | | * | Fix links in README.md (#457)zhykzhykzhyk2017-03-101-3/+3
| | | | * | 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-137-134/+134
| | | | * | Update README.md (#454)mkluwe2017-02-131-4/+4
| | | | * | not_null cleanups and improvements: (#449)Casey Carter2017-02-131-51/+33
| | | | * | Silence warning in algorithm_tests with VS2017 (#453)Casey Carter2017-02-131-17/+17
| | | | * | 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-0714-697/+604
| | | | * | Make is_default_constructible work for spans.Casey Carter2017-01-282-9/+20
| | | | * | Fix gsl_byte to include type_traitsTobias Hunger2017-01-231-0/+2