1. be43c79 Removed VS2013 workarounds. (#534) 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. ebe7ebf Reformat files to follow clang-format style (#492) by Tiago · 7 years ago
  6. 534bb4c Added support of not_null<smart_ptr> comparison (#473) by Alexey Malov · 7 years ago
  7. f9c47dd add gsl::not_null operator<< (#464) by Rian Quinn · 7 years ago
  8. 3819df6 Properly qualify std::size_t (#448) by Casey Carter · 7 years ago
  9. e3fecbd not_null cleanups and improvements: (#449) by Casey Carter · 7 years ago
  10. 4e8f95b Cleanup include structure, constexpr and noexcept compiler workarounds. by Casey Carter · 7 years ago[Renamed (78%) from gsl/gsl]
  11. 3aea9f7 Define constexpr as /*constexpr*/ when unavailable (also noexcept) by Martin Moene · 8 years ago
  12. 222c2d8 Removed .h extension from header files. by Galik · 8 years ago[Renamed (93%) from gsl/gsl.h]
  13. f5dda0f Added some tests to ensure Issue #305 doesn't recur. by Neil MacIntosh · 8 years ago