1. b2ee484 Move from unittest-cpp to catch for unit testing. (#533) by Neil MacIntosh · 7 years ago
  2. 247c425 Fixes dereferencing operator issue #517 introduced in PR #513 (#516) by Alexey Malov · 7 years ago
  3. 30595c1 Restricting usage of owner<T> to pointer types (#507) by saurabh singh · 7 years ago
  4. 23581d4 Adding derference operator to not_null (#513) by saurabh singh · 7 years ago
  5. 8b320e3 Update CMake usage (#493) by Tiago · 7 years ago
  6. ebe7ebf Reformat files to follow clang-format style (#492) by Tiago · 7 years ago
  7. c5851a8 Turn warnings into errors (#488) by Casey Carter · 7 years ago
  8. 66cf689 Updated submodule reference for unittest-cpp to latest (#483) by Julien Monat Rodier · 7 years ago
  9. 534bb4c Added support of not_null<smart_ptr> comparison (#473) by Alexey Malov · 7 years ago
  10. ebab8ca gsl::at clean-up: (#479) by Casey Carter · 7 years ago
  11. ade86ca Fix some corechecker warnings (#470) by MikeGitb · 7 years ago
  12. 3819df6 Properly qualify std::size_t (#448) by Casey Carter · 7 years ago
  13. 6367b42 Silence warning in algorithm_tests with VS2017 (#453) by Casey Carter · 7 years ago
  14. 4e8f95b Cleanup include structure, constexpr and noexcept compiler workarounds. by Casey Carter · 7 years ago
  15. 96eaf27 Make is_default_constructible work for spans. by Casey Carter · 7 years ago
  16. c52d54f Fix a signed/unsigned comparison warning. by David Doria · 7 years ago
  17. d2dafe2 Add a copy() function for span. by MikeGitb · 8 years ago
  18. 2df9f85 Add make_span() by Rian Quinn · 8 years ago
  19. 9523c18 Fix template pack expansion bug in multi_span. by Neil MacIntosh · 8 years ago
  20. bdcef94 Cleanup compiler warnings by Rian Quinn · 8 years ago
  21. 0d31109 Fixed compile flags for tests when using MSVC. by Neil MacIntosh · 8 years ago
  22. 2b51b87 Add span construction from unique_ptr and shared_ptr by Rian Quinn · 8 years ago
  23. d641796 Cleanup additional GCC warnings by Rian Quinn · 8 years ago
  24. fb1a89f Fix gsl::at()'s use of size_t by Rian Quinn · 8 years ago
  25. 6cffe0d Adds gsl::span::at() by Rian Quinn · 8 years ago
  26. 1e95421 [#392] Don't install tests by Marc Mutz · 8 years ago
  27. 1287e62 Address #313: try to guard against strict-aliasing bugs with gsl::byte by MikeGitb · 8 years ago
  28. fd5ad87 Add tests for to_integer(), fix to_integer() by Neil MacIntosh · 8 years ago
  29. e4de6cc Fix wrong types in multi_span_test for comparison operators. by Neil MacIntosh · 8 years ago
  30. 22c2785 Added tests for negative multi-span access. by Krzysztof Wrzalik · 8 years ago
  31. 95f465a fix wrong types in multi_span_test (<comparison_operators>) by Michael Balszun · 8 years ago
  32. ad99137 Add tests for to_integer(): they fail by Martin Moene · 8 years ago
  33. 6bc1e7e Fix for #313 Corrected SFINAE for conversion constructors on span by Neil MacIntosh · 8 years ago
  34. 3b24195 Corrected SFINAE for conversion constructors on span. by Neil MacIntosh · 8 years ago
  35. d5847ce Merge remote-tracking branch 'Microsoft/master' by Kris · 8 years ago
  36. 55b232d Issue: #329 by Kris Cruickshank · 8 years ago
  37. ec109d2 Add to_basic_string by Gary Furnish · 8 years ago
  38. 95bbaa1 Added to_byte method for issue #329 by Kris · 8 years ago
  39. 134f2db Specialize gsl::at for span by ericLemanissier · 8 years ago
  40. f3e660a Added basic test for interop with std::regex as per Issue #271. by Neil MacIntosh · 8 years ago
  41. d6ac640 Added basic test for interop with std::regex as per Issue #271. by Neil MacIntosh · 8 years ago
  42. 6b4ae83 Merge branch 'master' into dev/neilmac/iterators by Neil MacIntosh · 8 years ago
  43. 222c2d8 Removed .h extension from header files. by Galik · 8 years ago
  44. 5ebfc16 Merge branch 'master' into dev/neilmac/spans_in_maps by Neil MacIntosh · 8 years ago
  45. f9f08a5 Added test for Issue #305. by Neil MacIntosh · 8 years ago
  46. f6cc579 Renamed include/ folder to gsl/ to make including the library consistent by galik · 8 years ago
  47. 32ee66d Added basic tests for std::begin/end and friends (Issue #252). by Neil MacIntosh · 8 years ago
  48. 0dd5f56 Fixed unused variable and ran clang-format. Tested on gcc/clang. by Neil MacIntosh · 8 years ago
  49. 82389aa Fixed up iterator implementation to allow conversion from iterator to by Neil MacIntosh · 8 years ago
  50. c481735 Implemented https://github.com/Microsoft/GSL/issues/260 by Som1Lse · 8 years ago
  51. 8e31f53 Building clean with MSVC12. by Neil MacIntosh · 8 years ago
  52. a0cf1ec Renamed as_span() to as_multi_span() for clarity. by Neil MacIntosh · 8 years ago
  53. c366f44 Fixed compilation issues for GCC on Linux. by Neil MacIntosh · 8 years ago
  54. ca4cdd8 64-bit clean fixes. by Neil MacIntosh · 8 years ago
  55. cd80ef6 Merge branch 'master' into dev/neilmac/spec by Neil MacIntosh · 8 years ago
  56. eed99d8 Merge branch 'master' into dev/neilmac/spec by Neil MacIntosh · 8 years ago
  57. 30a038c Added tests for span iterators, fixed implementation. by Neil MacIntosh · 8 years ago
  58. 8855c59 Added basic compile support for MSVC 2013 to byte. by Neil MacIntosh · 8 years ago
  59. 2674724 Renamed byte header and tidied up string_span dependencies. by Neil MacIntosh · 8 years ago
  60. b72d7ab Added definition of gsl::byte to match proposed std::byte. by Neil MacIntosh · 8 years ago
  61. 62f3020 Additional std::array ctor to support const element cases. by Neil MacIntosh · 8 years ago
  62. c94a66f Tightened SFINAE for span<U> to span<T> conversions. by Neil MacIntosh · 8 years ago
  63. ba8ebef Added span to object rep conversions. by Neil MacIntosh · 8 years ago
  64. d63c980 Added comparison operators. by Neil MacIntosh · 8 years ago
  65. d9d6ff0 Added iterators. by Neil MacIntosh · 8 years ago
  66. 9d8866a gsl::at overload for initializer_list by ericLemanissier · 8 years ago
  67. 79030c5 Moving submodule init before subdirectory. by Sergiy Oryekhov · 8 years ago
  68. 32d0079 Adding unittest-cpp as a submodule. by Sergiy Oryekhov · 8 years ago
  69. 8593904 Test for operator function call. by Neil MacIntosh · 8 years ago
  70. c8a412f Implemented first, last, subspan. by Neil MacIntosh · 8 years ago
  71. 3d4c349 Fixed ctors for Container and std::array to accept temporaries. by Neil MacIntosh · 8 years ago
  72. 717a2e3 Added conversion ctors. by Neil MacIntosh · 8 years ago
  73. c40094a Added from-container constructors. by Neil MacIntosh · 8 years ago
  74. f61a9bb Added array constructors. by Neil MacIntosh · 8 years ago
  75. 502cd66 Checking in to continue working elsewhere. by Neil MacIntosh · 8 years ago
  76. cc22f2b first/last constructor working. by Neil MacIntosh · 8 years ago
  77. d3929c5 Began reimplementation of span. Basic constructors. by Neil MacIntosh · 8 years ago
  78. cec26a2 Added new span-related files. by Neil MacIntosh · 8 years ago
  79. d2f12a8 File renames to reflect new multi_span name. by Neil MacIntosh · 8 years ago
  80. 49e8062 Renamed existing span to multi_span. by Neil MacIntosh · 8 years ago
  81. 6a4f251 narrow: Also check if a value has changed sign after cast. by Paweł Bylica · 8 years ago
  82. 45f2bdb Fixed compilation issues with gcc and clang by Anna Gringauze · 8 years ago
  83. b4ff206 Added zstring_span and removed zstring_builder to support legacy strings by Anna Gringauze · 8 years ago
  84. eb05256 Fixed compilation issues in MSVC 2013 by Anna Gringauze · 8 years ago
  85. 87c5daa Fixed operators and constructors for string_span by Anna Gringauze · 8 years ago
  86. 4efa9e8 Run clang format by Anna Gringauze · 8 years ago
  87. 7077105 Added operator== by Anna Gringauze · 9 years ago
  88. 8c5d06d fixed GCC and clang compilation issues by Anna Gringauze · 9 years ago
  89. e3878a6 merging with master by Anna Gringauze · 8 years ago
  90. c9959b1 Corrected some variable naming. by Neil MacIntosh · 9 years ago
  91. 0cf947d Reworked span to match GSL design. by Neil MacIntosh · 9 years ago
  92. 38eaf9f Refactored headers so span can use narrow_cast etc. by Neil MacIntosh · 9 years ago
  93. d505737 Merge branch 'master' into dev/neilmac/contracts by Neil MacIntosh · 9 years ago
  94. d13f6da Refactored to use Expects/Ensures everywhere. by Neil MacIntosh · 9 years ago
  95. e4d8d35 add as_span overload for basic_string which doesn't have nonconst .data() like other contiguous containers by Elron A. Yellin · 9 years ago
  96. c95eb57 Fixed conversion problem when creating strided_span from span and bounds by Anna Gringauze · 9 years ago
  97. f510025 Removed basic_span class by Anna Gringauze · 9 years ago
  98. 8aa4248 Removing basic_span base class from span by Anna Gringauze · 9 years ago
  99. b9565e5 Update CMakeLists.txt by Neil MacIntosh · 9 years ago
  100. fa056f6 Enabled -Wall for gcc and clang. by Neil MacIntosh · 9 years ago