1. 9d65e74 added gsl_algorithm and gsl_byte headers to main gsl header (#594) by paweldac · 7 years ago
  2. 0d33bf6 Applied iwyu --comment to the code base (#588) by Tiago · 7 years ago
  3. 7e529a4 Remove #pragma once (#545) (#570) by bjude · 7 years ago
  4. 4862a27 Move GSL pointers to a separate header (#566) by Tiago · 7 years ago
  5. be43c79 Removed VS2013 workarounds. (#534) by Neil MacIntosh · 7 years ago
  6. 247c425 Fixes dereferencing operator issue #517 introduced in PR #513 (#516) by Alexey Malov · 7 years ago
  7. 30595c1 Restricting usage of owner<T> to pointer types (#507) by saurabh singh · 7 years ago
  8. 23581d4 Adding derference operator to not_null (#513) by saurabh singh · 7 years ago
  9. ebe7ebf Reformat files to follow clang-format style (#492) by Tiago · 7 years ago
  10. 534bb4c Added support of not_null<smart_ptr> comparison (#473) by Alexey Malov · 7 years ago
  11. f9c47dd add gsl::not_null operator<< (#464) by Rian Quinn · 7 years ago
  12. 3819df6 Properly qualify std::size_t (#448) by Casey Carter · 7 years ago
  13. e3fecbd not_null cleanups and improvements: (#449) by Casey Carter · 7 years ago
  14. 4e8f95b Cleanup include structure, constexpr and noexcept compiler workarounds. by Casey Carter · 7 years ago[Renamed (78%) from gsl/gsl]
  15. 3aea9f7 Define constexpr as /*constexpr*/ when unavailable (also noexcept) by Martin Moene · 8 years ago
  16. 222c2d8 Removed .h extension from header files. by Galik · 8 years ago[Renamed (93%) from gsl/gsl.h]
  17. f5dda0f Added some tests to ensure Issue #305 doesn't recur. by Neil MacIntosh · 8 years ago