1. 95da2fd Don't use clang's __builtin_assume as an optimizer hint (#608) by Casey Carter · 7 years ago
  2. c23d17a Make iterator access functions on span constexpr (#612) by Neil MacIntosh · 7 years ago
  3. 87e22fa Removed from-smart-ptr constructors. (#611) by Neil MacIntosh · 7 years ago
  4. 64a7dae Updated README with another build report. by Neil MacIntosh · 7 years ago
  5. 9d65e74 added gsl_algorithm and gsl_byte headers to main gsl header (#594) by paweldac · 7 years ago
  6. 210cc08 Visual Studio Debug Visualizers support (#575) by paweldac · 7 years ago
  7. 6e2e207 rename final_act to final_action (#579) by Tiago · 7 years ago
  8. 436dbad Remove std::iterator inheritance from multi_span (#591) by paweldac · 7 years ago
  9. 0d33bf6 Applied iwyu --comment to the code base (#588) by Tiago · 7 years ago
  10. 1c95f94 Updates catch to version 2.0 (#580) by Tiago · 7 years ago
  11. 7e529a4 Remove #pragma once (#545) (#570) by bjude · 7 years ago
  12. 2ad93a3 Iosfwd (#586) by menete · 7 years ago
  13. d10ebc6 Drop "Dummy" from enable_if in templates (#572) by Tiago · 7 years ago
  14. 9a78979 Minimize checking in subspan (#569) by Anna Gringauze · 7 years ago
  15. 4862a27 Move GSL pointers to a separate header (#566) by Tiago · 7 years ago
  16. 1d936eb additional span tests (pointer length constructor) (#568) by menete · 7 years ago
  17. bec7fa7 Clean up and update CI build scripts (#563) by Tiago · 7 years ago
  18. 211e195 Revert inadvertent addition of tests/unittest-cpp submodule from #561 (#562) by Casey Carter · 7 years ago
  19. 166ea80 Update std::byte detection in gsl_byte for MSVC (#561) by Casey Carter · 7 years ago
  20. 4c5fdb5 Made string_span details::string_length() generic (Fix issue #542) (#543) by Galik · 7 years ago
  21. e7bcdf5 Enable vectorization of common loops using iterators with range checking enabled with GCC and Clang (#557) by Anna Gringauze · 7 years ago
  22. b014508 Adds an option to disable test generation (#552) by bfierz · 7 years ago
  23. 77e081e correct spelling mistake (#554) by Edward Betts · 7 years ago
  24. 842344e turning off warning (#548) by Rian Quinn · 7 years ago
  25. e249f86 Allow to use system version of the catch test framework (#549) by Nicholas Guriev · 7 years ago
  26. 80aa4b0 Updated README to include additional build report. by Neil MacIntosh · 7 years ago
  27. 25f913e Fix catch installation issue (#540) by Tiago · 7 years ago
  28. 2b8d204 Allow users to override GSL_USE_STD_BYTE (#536) by Casey Carter · 7 years ago
  29. be43c79 Removed VS2013 workarounds. (#534) by Neil MacIntosh · 7 years ago
  30. a3792ca Updated README to remove VS2013 reference. by Neil MacIntosh · 7 years ago
  31. b2ee484 Move from unittest-cpp to catch for unit testing. (#533) by Neil MacIntosh · 7 years ago
  32. 1f87ef7 Fix cstddef include in wrong place. (#520) by Gary Furnish · 7 years ago
  33. 010ab92 Fix multi_span constructor taking a const std::array. (#523) by Vincent Zalzal · 7 years ago
  34. 1cfb241 Fix bug in comparison that selects std::byte. by Neil MacIntosh · 7 years ago
  35. 7731a91 Use std::byte when available. (#519) by Neil MacIntosh · 7 years ago
  36. 247c425 Fixes dereferencing operator issue #517 introduced in PR #513 (#516) by Alexey Malov · 7 years ago
  37. 30595c1 Restricting usage of owner<T> to pointer types (#507) by saurabh singh · 7 years ago
  38. 23581d4 Adding derference operator to not_null (#513) by saurabh singh · 7 years ago
  39. d103286 Fix use of 0 instead of nullptr warning (#515) by Gary Furnish · 7 years ago
  40. 7abfc98 GSL_NOEXCEPT should appear before the initialization list (#514) by Galik · 7 years ago
  41. 39902b6 span_iterator: converting constructor isn't a copy constructor (#511) by Casey Carter · 7 years ago
  42. 1f82596 Update README.md to include a new OS X combination by Neil MacIntosh · 8 years ago
  43. 8b320e3 Update CMake usage (#493) by Tiago · 8 years ago
  44. 64c0ca6 make_span for array doesn't pass N as span template parameter (#498) by ewoudvc · 8 years ago
  45. ebe7ebf Reformat files to follow clang-format style (#492) by Tiago · 8 years ago
  46. c5851a8 Turn warnings into errors (#488) by Casey Carter · 8 years ago
  47. c2f953f Add value_type to span (#425) by Maciej T. Nowak · 8 years ago
  48. 66cf689 Updated submodule reference for unittest-cpp to latest (#483) by Julien Monat Rodier · 8 years ago
  49. 534bb4c Added support of not_null<smart_ptr> comparison (#473) by Alexey Malov · 8 years ago
  50. ebab8ca gsl::at clean-up: (#479) by Casey Carter · 8 years ago
  51. d656607 fail_fast should derive from logic_error (#480) by Casey Carter · 8 years ago
  52. f0e3ff8 Update README to drop support for VS 2013. by Neil MacIntosh · 8 years ago
  53. ade86ca Fix some corechecker warnings (#470) by MikeGitb · 8 years ago
  54. 3300602 CI updates incl. remove support for VS 2013. by Casey Carter · 8 years ago
  55. 16a6a41 gsl_assert changes: (#452) by Casey Carter · 8 years ago
  56. 5905d2d Fix links in README.md (#457) by zhykzhykzhyk · 8 years ago
  57. 2676e17 Updating length_func<CharT>::operator() to accept pointer-to-const. (#458) by Duncan Horn · 8 years ago
  58. f9c47dd add gsl::not_null operator<< (#464) by Rian Quinn · 8 years ago
  59. 3819df6 Properly qualify std::size_t (#448) by Casey Carter · 8 years ago
  60. a6baab7 Update README.md (#454) by mkluwe · 8 years ago
  61. e3fecbd not_null cleanups and improvements: (#449) by Casey Carter · 8 years ago
  62. 6367b42 Silence warning in algorithm_tests with VS2017 (#453) by Casey Carter · 8 years ago
  63. 6360dd1 Revert change to the definition of constexpr macro in gsl_byte from #446 (#450) by Casey Carter · 8 years ago
  64. 4e8f95b Cleanup include structure, constexpr and noexcept compiler workarounds. by Casey Carter · 8 years ago
  65. 96eaf27 Make is_default_constructible work for spans. by Casey Carter · 8 years ago
  66. f93d325 Fix gsl_byte to include type_traits by Tobias Hunger · 8 years ago
  67. 18e3825 Updated README.md to mention VS natvis file. by Neil MacIntosh · 8 years ago
  68. 0ed032f Add Visual Studio Native Visualiser support file. by Gabriel M · 8 years ago
  69. 897cc48 Fix #pragma warning push/pop mismatch in multi_span (Issue #431) by ErnestPenfold · 8 years ago
  70. 9d13cb1 Fixes to typedef's for span::const_iterator. by Eric Niebler · 8 years ago
  71. 1a94e77 Fix preprocessor error. by Gary Furnish · 8 years ago
  72. 628d3e8 Updated README to refer to VS 2017 by Neil MacIntosh · 8 years ago
  73. c52d54f Fix a signed/unsigned comparison warning. by David Doria · 8 years ago
  74. d2dafe2 Add a copy() function for span. by MikeGitb · 8 years ago
  75. 2df9f85 Add make_span() by Rian Quinn · 8 years ago
  76. 9523c18 Fix template pack expansion bug in multi_span. by Neil MacIntosh · 8 years ago
  77. bdcef94 Cleanup compiler warnings by Rian Quinn · 8 years ago
  78. a8c7946 Updated README.md for Visual Studio "15" support. by Neil MacIntosh · 8 years ago
  79. 0d31109 Fixed compile flags for tests when using MSVC. by Neil MacIntosh · 8 years ago
  80. 2b51b87 Add span construction from unique_ptr and shared_ptr by Rian Quinn · 8 years ago
  81. d641796 Cleanup additional GCC warnings by Rian Quinn · 8 years ago
  82. 38f453d remove overly optimistic noexcept from some functions by Vladislav Yaroslavlev · 8 years ago
  83. fb1a89f Fix gsl::at()'s use of size_t by Rian Quinn · 8 years ago
  84. f448638 Fix overflow found by GCC in basic_zstring_span::as_string_span(). by Rian Quinn · 8 years ago
  85. 6cffe0d Adds gsl::span::at() by Rian Quinn · 8 years ago
  86. b07383e [gsl_util] Update narrow_cast to use std::forward by Rian Quinn · 8 years ago
  87. 1e95421 [#392] Don't install tests by Marc Mutz · 8 years ago
  88. a14f274 [#391] string_length: Remove use of strnlen and use consistent length type. by Josaphat Valdivia · 8 years ago
  89. 1287e62 Address #313: try to guard against strict-aliasing bugs with gsl::byte by MikeGitb · 8 years ago
  90. 9ef335c Fix #388: Add explict default copy assignment operator for span_iterator by Neil MacIntosh · 8 years ago
  91. 22a286c Fix #388 Deprecated implicit copy assignment operator for span_iterator in C++17. by Gary Furnish · 8 years ago
  92. 32ca283 [span] fix size_t to index_type conversion warning by Neil MacIntosh · 8 years ago
  93. 612747a For span, fix size_t to index_type conversion warning. by Gary Furnish · 8 years ago
  94. 023652e [Travis] enlarge the support matrix by Neil MacIntosh · 8 years ago
  95. f953b79 [Travis] enlarge the support matrix by Casey Carter · 8 years ago
  96. 0edabdb Add branch prediction to Ensures / Expects by Neil MacIntosh · 8 years ago
  97. 3e5af6d Fix compilation issues with Cygwin by Neil MacIntosh · 8 years ago
  98. e898a89 [multi_span] Fix UB hack in static_bounds::operator=(const static_bounds&) by Neil MacIntosh · 8 years ago
  99. 9e055be Fix compilation issues with Cygwin by Rian Quinn · 8 years ago
  100. 3161d61 Fix issue with VS builds by Rian Quinn · 8 years ago