1. 6418b5f Clang cl (#762) by Anna Gringauze · 5 years ago
  2. 6eeed73 Make narrow constexpr (#698) by Johel Ernesto Guerrero Peña · 5 years ago
  3. 9ff6e19 Dev/annagrin/remove explicit not null constructor (#743) by Anna Gringauze · 5 years ago
  4. b673375 Dev/annagrin/fix span size test gcc (#750) by Anna Gringauze · 6 years ago
  5. c02ddae Span can be constructed from empty std::array safely (#686) by Dave Hill · 6 years ago
  6. 1995e86 span constructor no address (#723) by Anna Gringauze · 6 years ago
  7. 86be236 Fix #717 - Add empty() to strided_span (#718) by Stephan Dollberg · 6 years ago
  8. 6241b3f Dev/annagrin/sloppy not null (#712) by Anna Gringauze · 6 years ago
  9. 831584d Dev/annagrin/make not null (#711) by Anna Gringauze · 6 years ago
  10. cea0d0a fix cppcorecheck warnings (#703) by Anna Gringauze · 6 years ago
  11. 5778149 Test broken size (#704) by Daniel599 · 6 years ago
  12. 21cb6bb Added testing for c++17 to latest compilers with test with (#692) by Anna Gringauze · 6 years ago
  13. cb2d1af Added template argument deduction for not_null (#689) by Anna Gringauze · 6 years ago
  14. 75ad0c1 Add as_bytes for basic_string_span, fixes issue #655 (#683) by beinhaerter · 6 years ago
  15. 2fc94db not_null constructor is now explicit (#659) by ericLemanissier · 6 years ago
  16. d846fe5 Enable usage of gsl::narrow with exceptions disabled (#640) by Anna Gringauze · 6 years ago
  17. 6a33b97 Fix return type of templated span.subspan() (#625) by Neil MacIntosh · 6 years ago
  18. ed3693f make explicit not_null move constructor so it is noexcept (#630) by Zac Hansen · 6 years ago
  19. b3870ca add gsl::index typedef (#620) by paweldac · 6 years ago
  20. ac91ac1 add throw on nullptr CTOR test (#577) by menete · 6 years ago
  21. 2bdbba7 Removed span from-nullptr_t ctor. by Neil MacIntosh · 6 years ago
  22. 72688ff Removed span.length() as synonym for span.size(). by Neil MacIntosh · 6 years ago
  23. 028925c Removed from-smart-ptr constructors. by Neil MacIntosh · 6 years ago
  24. 0d33bf6 Applied iwyu --comment to the code base (#588) by Tiago · 7 years ago
  25. 1c95f94 Updates catch to version 2.0 (#580) by Tiago · 7 years ago
  26. 2ad93a3 Iosfwd (#586) by menete · 7 years ago
  27. 4862a27 Move GSL pointers to a separate header (#566) by Tiago · 7 years ago
  28. 1d936eb additional span tests (pointer length constructor) (#568) by menete · 7 years ago
  29. 211e195 Revert inadvertent addition of tests/unittest-cpp submodule from #561 (#562) by Casey Carter · 7 years ago
  30. 166ea80 Update std::byte detection in gsl_byte for MSVC (#561) by Casey Carter · 7 years ago
  31. 4c5fdb5 Made string_span details::string_length() generic (Fix issue #542) (#543) by Galik · 7 years ago
  32. 77e081e correct spelling mistake (#554) by Edward Betts · 7 years ago
  33. e249f86 Allow to use system version of the catch test framework (#549) by Nicholas Guriev · 7 years ago
  34. 25f913e Fix catch installation issue (#540) by Tiago · 7 years ago
  35. b2ee484 Move from unittest-cpp to catch for unit testing. (#533) 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. 8b320e3 Update CMake usage (#493) by Tiago · 7 years ago
  40. ebe7ebf Reformat files to follow clang-format style (#492) by Tiago · 7 years ago
  41. c5851a8 Turn warnings into errors (#488) by Casey Carter · 7 years ago
  42. 66cf689 Updated submodule reference for unittest-cpp to latest (#483) by Julien Monat Rodier · 7 years ago
  43. 534bb4c Added support of not_null<smart_ptr> comparison (#473) by Alexey Malov · 7 years ago
  44. ebab8ca gsl::at clean-up: (#479) by Casey Carter · 7 years ago
  45. ade86ca Fix some corechecker warnings (#470) by MikeGitb · 7 years ago
  46. 3819df6 Properly qualify std::size_t (#448) by Casey Carter · 7 years ago
  47. 6367b42 Silence warning in algorithm_tests with VS2017 (#453) by Casey Carter · 7 years ago
  48. 4e8f95b Cleanup include structure, constexpr and noexcept compiler workarounds. by Casey Carter · 7 years ago
  49. 96eaf27 Make is_default_constructible work for spans. by Casey Carter · 7 years ago
  50. c52d54f Fix a signed/unsigned comparison warning. by David Doria · 8 years ago
  51. d2dafe2 Add a copy() function for span. by MikeGitb · 8 years ago
  52. 2df9f85 Add make_span() by Rian Quinn · 8 years ago
  53. 9523c18 Fix template pack expansion bug in multi_span. by Neil MacIntosh · 8 years ago
  54. bdcef94 Cleanup compiler warnings by Rian Quinn · 8 years ago
  55. 0d31109 Fixed compile flags for tests when using MSVC. by Neil MacIntosh · 8 years ago
  56. 2b51b87 Add span construction from unique_ptr and shared_ptr by Rian Quinn · 8 years ago
  57. d641796 Cleanup additional GCC warnings by Rian Quinn · 8 years ago
  58. fb1a89f Fix gsl::at()'s use of size_t by Rian Quinn · 8 years ago
  59. 6cffe0d Adds gsl::span::at() by Rian Quinn · 8 years ago
  60. 1e95421 [#392] Don't install tests by Marc Mutz · 8 years ago
  61. 1287e62 Address #313: try to guard against strict-aliasing bugs with gsl::byte by MikeGitb · 8 years ago
  62. fd5ad87 Add tests for to_integer(), fix to_integer() by Neil MacIntosh · 8 years ago
  63. e4de6cc Fix wrong types in multi_span_test for comparison operators. by Neil MacIntosh · 8 years ago
  64. 22c2785 Added tests for negative multi-span access. by Krzysztof Wrzalik · 8 years ago
  65. 95f465a fix wrong types in multi_span_test (<comparison_operators>) by Michael Balszun · 8 years ago
  66. ad99137 Add tests for to_integer(): they fail by Martin Moene · 8 years ago
  67. 6bc1e7e Fix for #313 Corrected SFINAE for conversion constructors on span by Neil MacIntosh · 8 years ago
  68. 3b24195 Corrected SFINAE for conversion constructors on span. by Neil MacIntosh · 8 years ago
  69. d5847ce Merge remote-tracking branch 'Microsoft/master' by Kris · 8 years ago
  70. 55b232d Issue: #329 by Kris Cruickshank · 8 years ago
  71. ec109d2 Add to_basic_string by Gary Furnish · 8 years ago
  72. 95bbaa1 Added to_byte method for issue #329 by Kris · 8 years ago
  73. 134f2db Specialize gsl::at for span by ericLemanissier · 8 years ago
  74. f3e660a Added basic test for interop with std::regex as per Issue #271. by Neil MacIntosh · 8 years ago
  75. d6ac640 Added basic test for interop with std::regex as per Issue #271. by Neil MacIntosh · 8 years ago
  76. 6b4ae83 Merge branch 'master' into dev/neilmac/iterators by Neil MacIntosh · 8 years ago
  77. 222c2d8 Removed .h extension from header files. by Galik · 8 years ago
  78. 5ebfc16 Merge branch 'master' into dev/neilmac/spans_in_maps by Neil MacIntosh · 8 years ago
  79. f9f08a5 Added test for Issue #305. by Neil MacIntosh · 8 years ago
  80. f6cc579 Renamed include/ folder to gsl/ to make including the library consistent by galik · 8 years ago
  81. 32ee66d Added basic tests for std::begin/end and friends (Issue #252). by Neil MacIntosh · 8 years ago
  82. 0dd5f56 Fixed unused variable and ran clang-format. Tested on gcc/clang. by Neil MacIntosh · 8 years ago
  83. 82389aa Fixed up iterator implementation to allow conversion from iterator to by Neil MacIntosh · 8 years ago
  84. c481735 Implemented https://github.com/Microsoft/GSL/issues/260 by Som1Lse · 8 years ago
  85. 8e31f53 Building clean with MSVC12. by Neil MacIntosh · 8 years ago
  86. a0cf1ec Renamed as_span() to as_multi_span() for clarity. by Neil MacIntosh · 8 years ago
  87. c366f44 Fixed compilation issues for GCC on Linux. by Neil MacIntosh · 8 years ago
  88. ca4cdd8 64-bit clean fixes. by Neil MacIntosh · 8 years ago
  89. cd80ef6 Merge branch 'master' into dev/neilmac/spec by Neil MacIntosh · 8 years ago
  90. eed99d8 Merge branch 'master' into dev/neilmac/spec by Neil MacIntosh · 8 years ago
  91. 30a038c Added tests for span iterators, fixed implementation. by Neil MacIntosh · 8 years ago
  92. 8855c59 Added basic compile support for MSVC 2013 to byte. by Neil MacIntosh · 8 years ago
  93. 2674724 Renamed byte header and tidied up string_span dependencies. by Neil MacIntosh · 8 years ago
  94. b72d7ab Added definition of gsl::byte to match proposed std::byte. by Neil MacIntosh · 8 years ago
  95. 62f3020 Additional std::array ctor to support const element cases. by Neil MacIntosh · 8 years ago
  96. c94a66f Tightened SFINAE for span<U> to span<T> conversions. by Neil MacIntosh · 8 years ago
  97. ba8ebef Added span to object rep conversions. by Neil MacIntosh · 8 years ago
  98. d63c980 Added comparison operators. by Neil MacIntosh · 8 years ago
  99. d9d6ff0 Added iterators. by Neil MacIntosh · 8 years ago
  100. 9d8866a gsl::at overload for initializer_list by ericLemanissier · 8 years ago