1. 13ce102 gsl::index bug fix (#624) by caleb · 6 years ago
  2. c87c123 Fix code analysis warning in multi_span (#606) by beinhaerter · 6 years ago
  3. 05bf567 Use in-class init for final_action members (C.48) (#601) by Tamir Bahar · 6 years ago
  4. 30b1641 Fix wrong check of the CMAKE_VERSION (#602) by Jérémie Delaitre · 6 years ago
  5. ac91ac1 add throw on nullptr CTOR test (#577) by menete · 6 years ago
  6. 3a12c55 Merge pull request #616 from neilmacintosh/tidy-comparison-ops by Anna Gringauze · 6 years ago
  7. b446ce9 Merge pull request #615 from neilmacintosh/remove-move-ops by Anna Gringauze · 6 years ago
  8. a03fde2 Merge pull request #614 from neilmacintosh/remove-nullptr-t-ctor by Anna Gringauze · 6 years ago
  9. 5334943 Merge branch 'master' of https://github.com/neilmacintosh/GSL into remove-move-ops by Neil MacIntosh · 6 years ago
  10. 314065b Fix span comparison ops to take arguments by-value rather than by-ref. by Neil MacIntosh · 6 years ago
  11. f63fe12 Merge from upstream master. by Neil MacIntosh · 6 years ago
  12. 3ff6004 added const (#605) by beinhaerter · 6 years ago
  13. 1a3eb2a Rename final_act in GSL.natvis (#593) by Beat Bolli · 6 years ago
  14. 95da2fd Don't use clang's __builtin_assume as an optimizer hint (#608) by Casey Carter · 6 years ago
  15. c23d17a Make iterator access functions on span constexpr (#612) by Neil MacIntosh · 6 years ago
  16. 87e22fa Removed from-smart-ptr constructors. (#611) by Neil MacIntosh · 6 years ago
  17. 5538021 Removed unnecessary move operations. by Neil MacIntosh · 6 years ago
  18. 2bdbba7 Removed span from-nullptr_t ctor. by Neil MacIntosh · 6 years ago
  19. 72688ff Removed span.length() as synonym for span.size(). by Neil MacIntosh · 6 years ago
  20. 9ed6ecc Made all span iterator access functions constexpr. by Neil MacIntosh · 6 years ago
  21. 028925c Removed from-smart-ptr constructors. by Neil MacIntosh · 6 years ago
  22. 64a7dae Updated README with another build report. by Neil MacIntosh · 6 years ago
  23. 9d65e74 added gsl_algorithm and gsl_byte headers to main gsl header (#594) by paweldac · 7 years ago
  24. 210cc08 Visual Studio Debug Visualizers support (#575) by paweldac · 7 years ago
  25. 6e2e207 rename final_act to final_action (#579) by Tiago · 7 years ago
  26. 436dbad Remove std::iterator inheritance from multi_span (#591) by paweldac · 7 years ago
  27. 0d33bf6 Applied iwyu --comment to the code base (#588) by Tiago · 7 years ago
  28. 6053850 Snap for 4462748 from 2ef7b8a9e35e409b175e190298cde5434155f54a to pi-release by android-build-team Robot · 7 years ago int/p/fp2 rel/p/fp2/20.10.1-beta rel/p/fp2/20.12.0-beta rel/p/fp2/21.01.0-rel rel/p/fp2/21.03.0-rel rel/p/fp2/21.05.0-rel rel/p/fp2/21.08.1-rel rel/p/fp2/21.10.0-rel rel/p/fp2/21.12.0-rel 20.10.1-beta.0 20.12.0-beta.0 20.12.0-beta.1 21.01.0-rel.0 rel/p/fp2/21.01.0-rel.1 rel/p/fp2/21.03.0-rel.1 rel/p/fp2/21.03.0-rel.2 rel/p/fp2/21.05.0-rel.1 rel/p/fp2/21.08.1-rel.0 rel/p/fp2/21.10.0-rel.2 rel/p/fp2/21.12.0-rel.1
  29. 2ef7b8a Add metadata am: 4d7be5df54 am: 771e49c447 am: 3ba82cdc72 by Bill Yi · 7 years ago
  30. 3ba82cd Add metadata am: 4d7be5df54 am: 771e49c447 by Bill Yi · 7 years ago
  31. 771e49c Add metadata am: 4d7be5df54 by Bill Yi · 7 years ago
  32. 4d7be5d Add metadata by Bill Yi · 7 years ago
  33. a6a991d Snap for 4453288 from 6034061d9a194ad027e595c4e194ac027cad5894 to pi-release by android-build-team Robot · 7 years ago
  34. 6034061 Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD am: 3711502941 by Xin Li · 7 years ago
  35. 3711502 Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by Xin Li · 7 years ago
  36. 1c95f94 Updates catch to version 2.0 (#580) by Tiago · 7 years ago
  37. 7e529a4 Remove #pragma once (#545) (#570) by bjude · 7 years ago
  38. 2ad93a3 Iosfwd (#586) by menete · 7 years ago
  39. 8d03d04 Merge commit 'c7f8138e3f98f195af6c8735b9bc41e72154ae9f' into HEAD by Xin Li · 7 years ago
  40. d9a1a72 Snap for 4439972 from c5b157244006a76d2af7ff3809f387ac9482ef92 to pi-release by android-build-team Robot · 7 years ago
  41. c5b1572 Use -Werror in external/Microsoft-GSL am: fd31217fe1 am: 9ee9d331fb by Chih-Hung Hsieh · 7 years ago
  42. 8c2e940 Use -Werror in external/Microsoft-GSL am: fd31217fe1 am: 9ee9d331fb by Chih-Hung Hsieh · 7 years ago
  43. 9ee9d33 Use -Werror in external/Microsoft-GSL am: fd31217fe1 by Chih-Hung Hsieh · 7 years ago
  44. fd31217 Use -Werror in external/Microsoft-GSL by Chih-Hung Hsieh · 7 years ago
  45. d10ebc6 Drop "Dummy" from enable_if in templates (#572) by Tiago · 7 years ago
  46. 9a78979 Minimize checking in subspan (#569) by Anna Gringauze · 7 years ago
  47. 4862a27 Move GSL pointers to a separate header (#566) by Tiago · 7 years ago
  48. 1d936eb additional span tests (pointer length constructor) (#568) by menete · 7 years ago
  49. bec7fa7 Clean up and update CI build scripts (#563) by Tiago · 7 years ago
  50. 211e195 Revert inadvertent addition of tests/unittest-cpp submodule from #561 (#562) by Casey Carter · 7 years ago
  51. 166ea80 Update std::byte detection in gsl_byte for MSVC (#561) by Casey Carter · 7 years ago
  52. 4c5fdb5 Made string_span details::string_length() generic (Fix issue #542) (#543) by Galik · 7 years ago
  53. e7bcdf5 Enable vectorization of common loops using iterators with range checking enabled with GCC and Clang (#557) by Anna Gringauze · 7 years ago
  54. b014508 Adds an option to disable test generation (#552) by bfierz · 7 years ago
  55. 77e081e correct spelling mistake (#554) by Edward Betts · 7 years ago
  56. 842344e turning off warning (#548) by Rian Quinn · 7 years ago
  57. e249f86 Allow to use system version of the catch test framework (#549) by Nicholas Guriev · 7 years ago
  58. 80aa4b0 Updated README to include additional build report. by Neil MacIntosh · 7 years ago
  59. 25f913e Fix catch installation issue (#540) by Tiago · 7 years ago
  60. 18a852a release-request-d4f45cf4-9d73-4828-baa4-f73aa4280cd0-for-git_pi-release-4241208 snap-temp-L10800000088711883 by android-build-team Robot · 7 years ago
  61. 4064908 Merge remote-tracking branch 'aosp/upstream-master' into HEAD am: a78a14d02f am: c1b94b10a1 am: 58f6611fe3 am: b699d3dc83 by Dan Albert · 7 years ago
  62. 6b6d8e9 Un-symlink include/gsl. am: bf0d300d77 am: 7e46472c89 am: 8dfe66e81d am: 871356166a by Dan Albert · 7 years ago
  63. c7f8138 Merge remote-tracking branch 'aosp/upstream-master' into HEAD am: a78a14d02f am: c1b94b10a1 am: 58f6611fe3 by Dan Albert · 7 years ago
  64. ba869f5 Un-symlink include/gsl. am: bf0d300d77 am: 7e46472c89 am: 8dfe66e81d by Dan Albert · 7 years ago
  65. b699d3d Merge remote-tracking branch 'aosp/upstream-master' into HEAD am: a78a14d02f am: c1b94b10a1 by Dan Albert · 7 years ago
  66. 8713561 Un-symlink include/gsl. am: bf0d300d77 am: 7e46472c89 am: 8dfe66e81d by Dan Albert · 7 years ago
  67. 58f6611 Merge remote-tracking branch 'aosp/upstream-master' into HEAD am: a78a14d02f by Dan Albert · 7 years ago
  68. 8dfe66e Un-symlink include/gsl. am: bf0d300d77 am: 7e46472c89 by Dan Albert · 7 years ago
  69. c1b94b1 Merge remote-tracking branch 'aosp/upstream-master' into HEAD am: a78a14d02f by Dan Albert · 7 years ago
  70. 7e46472 Un-symlink include/gsl. am: bf0d300d77 by Dan Albert · 7 years ago
  71. a78a14d Merge remote-tracking branch 'aosp/upstream-master' into HEAD by Dan Albert · 7 years ago
  72. bf0d300 Un-symlink include/gsl. by Dan Albert · 7 years ago
  73. 2b8d204 Allow users to override GSL_USE_STD_BYTE (#536) by Casey Carter · 7 years ago
  74. be43c79 Removed VS2013 workarounds. (#534) by Neil MacIntosh · 7 years ago
  75. a3792ca Updated README to remove VS2013 reference. by Neil MacIntosh · 7 years ago
  76. b2ee484 Move from unittest-cpp to catch for unit testing. (#533) by Neil MacIntosh · 7 years ago
  77. 1f87ef7 Fix cstddef include in wrong place. (#520) by Gary Furnish · 7 years ago
  78. 010ab92 Fix multi_span constructor taking a const std::array. (#523) by Vincent Zalzal · 7 years ago
  79. 1cfb241 Fix bug in comparison that selects std::byte. by Neil MacIntosh · 7 years ago
  80. 7731a91 Use std::byte when available. (#519) by Neil MacIntosh · 7 years ago
  81. 247c425 Fixes dereferencing operator issue #517 introduced in PR #513 (#516) by Alexey Malov · 7 years ago
  82. 30595c1 Restricting usage of owner<T> to pointer types (#507) by saurabh singh · 7 years ago
  83. 23581d4 Adding derference operator to not_null (#513) by saurabh singh · 7 years ago
  84. d103286 Fix use of 0 instead of nullptr warning (#515) by Gary Furnish · 7 years ago
  85. 7abfc98 GSL_NOEXCEPT should appear before the initialization list (#514) by Galik · 7 years ago
  86. 39902b6 span_iterator: converting constructor isn't a copy constructor (#511) by Casey Carter · 7 years ago
  87. 1f82596 Update README.md to include a new OS X combination by Neil MacIntosh · 7 years ago
  88. 8b320e3 Update CMake usage (#493) by Tiago · 7 years ago
  89. 64c0ca6 make_span for array doesn't pass N as span template parameter (#498) by ewoudvc · 7 years ago
  90. ebe7ebf Reformat files to follow clang-format style (#492) by Tiago · 7 years ago
  91. c5851a8 Turn warnings into errors (#488) by Casey Carter · 7 years ago
  92. c2f953f Add value_type to span (#425) by Maciej T. Nowak · 7 years ago
  93. 66cf689 Updated submodule reference for unittest-cpp to latest (#483) by Julien Monat Rodier · 7 years ago
  94. 534bb4c Added support of not_null<smart_ptr> comparison (#473) by Alexey Malov · 7 years ago
  95. ebab8ca gsl::at clean-up: (#479) by Casey Carter · 7 years ago
  96. d656607 fail_fast should derive from logic_error (#480) by Casey Carter · 7 years ago
  97. f0e3ff8 Update README to drop support for VS 2013. by Neil MacIntosh · 7 years ago
  98. ade86ca Fix some corechecker warnings (#470) by MikeGitb · 7 years ago
  99. 3300602 CI updates incl. remove support for VS 2013. by Casey Carter · 7 years ago
  100. 16a6a41 gsl_assert changes: (#452) by Casey Carter · 7 years ago