| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #931 from JordanMaples/deprecate-string_spanupstream-master | Jordan Maples [MSFT] | 2020-10-02 | 2 | -83/+162 |
| |\ | | | | | Deprecate string_span | ||||
| | * | updating readme to reflect the deprecation of string_span | Jordan Maples | 2020-10-01 | 1 | -21/+21 |
| | | | |||||
| | * | fixed botched formatting | Jordan Maples | 2020-10-01 | 1 | -9/+19 |
| | | | |||||
| | * | ran clang-format over string_span | Jordan Maples | 2020-10-01 | 1 | -60/+122 |
| | | | |||||
| | * | added deprecation message | Jordan Maples | 2020-10-01 | 1 | -35/+35 |
| | | | |||||
| | * | initial deprecation of all types in string_span | Jordan Maples | 2020-09-30 | 1 | -37/+44 |
| |/ | |||||
| * | Merge pull request #929 from JordanMaples/yml_experiment | Jordan Maples [MSFT] | 2020-09-23 | 3 | -47/+54 |
| |\ | | | | | split GitHub action into multiple files. | ||||
| | * | update readme to have the correct asset badges. This will render correctly ↵ | Jordan Maples | 2020-08-11 | 1 | -2/+2 |
| | | | | | | | | | when it's merged into the main repo | ||||
| | * | readme update for the updated badges | Jordan Maples | 2020-08-11 | 1 | -2/+2 |
| | | | |||||
| | * | update ci names | Jordan Maples | 2020-08-11 | 2 | -2/+2 |
| | | | |||||
| | * | experimenting with splitting the yml files into their own runs | Jordan Maples | 2020-08-11 | 2 | -44/+51 |
| | | | |||||
| * | | Merge pull request #928 from JordanMaples/narrowing_error-add-what | Jordan Maples [MSFT] | 2020-09-14 | 1 | -0/+4 |
| |\ \ | | | | | | | add what to narrowing_error | ||||
| | * | | add what to narrowing_error | Jordan Maples | 2020-09-14 | 1 | -0/+4 |
| |/ / | |||||
| * | | Updating span section of Supported Features table. | Jordan Maples [MSFT] | 2020-08-28 | 1 | -1/+1 |
| | | | | | | | Added a link to the span section to point to the "gsl::span and std::span" page in the wiki. | ||||
| * | | Merge pull request #922 from JordanMaples/constexpr-string_span | Jordan Maples [MSFT] | 2020-08-27 | 1 | -11/+12 |
| |\ \ | | | | | | | constexpr string_span | ||||
| | * | | constexpr string_span stuff | Jordan Maples | 2020-08-27 | 1 | -11/+12 |
| |/ / | |||||
| * | | Merge pull request #921 from JordanMaples/not_null-changes | Jordan Maples [MSFT] | 2020-08-26 | 1 | -4/+3 |
| |\ \ | | | | | | | not_null improvements | ||||
| | * | | adding changes suggested by Jonathan Wakely | Jordan Maples | 2020-08-26 | 1 | -4/+3 |
| |/ / | |||||
| * | | Merge pull request #920 from macjohnny/patch-1 | Jordan Maples [MSFT] | 2020-08-24 | 1 | -1/+1 |
| |\ \ | | | | | | | fix typo in readme | ||||
| | * | | fix typo in readme | Esteban Gehring | 2020-08-24 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #913 from jwakely/notnull_hash | Jordan Maples [MSFT] | 2020-08-20 | 1 | -2/+2 |
| |\ \ | | | | | | | Pass correct value to std::hash | ||||
| | * | | Pass correct value to std::hash | Jonathan Wakely | 2020-08-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge pull request #720 from menuet/fix-finally | Jordan Maples [MSFT] | 2020-08-17 | 2 | -8/+26 |
| |\ \ \ | | | | | | | | | Fix finally when passing a non const lvalue invokable thing | ||||
| | * | | | Fix finally with mutable lvalue invokable | Pascal Menuet | 2020-08-14 | 2 | -8/+26 |
| |/ / / | |||||
| * | | | Merge pull request #910 from JordanMaples/exception_fix_new_file | Jordan Maples [MSFT] | 2020-08-13 | 3 | -27/+50 |
| |\ \ \ | | | | | | | | | exception free - Version 2 | ||||
| | * | | | Merge branch 'master' into exception_fix_new_file | Jordan Maples | 2020-08-12 | 3 | -28/+39 |
| | |\| | | |||||
| | * | | | forgot newline at eof. | Jordan Maples | 2020-08-12 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | add copyright header | Jordan Maples | 2020-08-12 | 1 | -0/+15 |
| | | | | | |||||
| | * | | | created new file for gsl_narrow, might want to rename if we go this approach ↵ | Jordan Maples | 2020-08-11 | 3 | -27/+35 |
| | | |/ | |/| | | | | | | | to have all exception prone logic to live here | ||||
| * | | | Merge pull request #807 from kuzkry/implemented_features | Jordan Maples [MSFT] | 2020-08-13 | 1 | -2/+65 |
| |\ \ \ | | | | | | | | | Add a table of features | ||||
| | * | | | Update README.md | Jordan Maples | 2020-08-13 | 1 | -27/+29 |
| | | | | | | | | | | | | | | | | | | | | | Rearranged and updated the table. Added a second table of concepts that exist in the Microsoft GSL that do not exist in the C++ Core Guidelines | ||||
| | * | | | add a table of features | Krystian Kuzniarek | 2020-08-13 | 1 | -2/+63 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #912 from jwakely/patch-1 | Jordan Maples [MSFT] | 2020-08-13 | 1 | -2/+2 |
| |\ \ \ | |/ / |/| | | Fix comment typos | ||||
| | * | | Fix comment typos | Jonathan Wakely | 2020-08-13 | 1 | -2/+2 |
| |/ / | |||||
| * | | Merge pull request #908 from JordanMaples/fix_nodiscard_in_finally_macro | Jordan Maples [MSFT] | 2020-08-12 | 1 | -5/+11 |
| |\ \ | | | | | | | Finally [[nodiscard]] - Version 2 | ||||
| | * | | change macro test to use __cplusplus instead of __has_cpp_attribute | Jordan Maples | 2020-08-12 | 1 | -2/+2 |
| | | | | |||||
| | * | | macro version | Jordan Maples | 2020-08-10 | 1 | -5/+11 |
| | |/ | |||||
| * | | Merge pull request #676 from ericLemanissier/patch-3 | Jordan Maples [MSFT] | 2020-08-12 | 1 | -1/+1 |
| |\ \ | | | | | | | fix requirement on not_null template | ||||
| | * | | fix requirement on not_null template | ericLemanissier | 2018-05-03 | 1 | -1/+1 |
| | | | | | | | | | | it should be comparable to nullptr, it does not have to be assignable | ||||
| * | | | Merge pull request #868 from mymedia2/master | Jordan Maples [MSFT] | 2020-08-12 | 1 | -25/+30 |
| |\ \ \ | |_|/ |/| | | Search for GoogleTest via pkg-config first | ||||
| | * | | Search for GoogleTest via pkg-config first | Nicholas Guriev | 2020-04-18 | 1 | -25/+30 |
| | | | | |||||
| * | | | Merge pull request #850 from beinhaerter/zstring_ctor | Jordan Maples [MSFT] | 2020-08-06 | 1 | -7/+6 |
| |\ \ \ | | | | | | | | | zstring_span: fix for Expects, simplify functions | ||||
| | * | | | zstring_span: fix for Expects, simplify functions | Werner Henze | 2020-08-06 | 1 | -7/+6 |
| |/ / / | | | | | | | | | | | | | | | | | | | - `s[s.size() - 1]` is wrong for empty `s`, so `Expects(s.size() > 0)` - no hard coded `'\0'`but `value_type{}` - hard code `empty()` to return `false` - simplify `as_string_span`: can never be `empty` - clarify comment on `ensure_z` | ||||
| * | | | Merge pull request #906 from TManhente/intel_suppress_fix | Jordan Maples [MSFT] | 2020-08-05 | 2 | -2/+2 |
| |\ \ \ | | | | | | | | | Fix GSL_SUPPRESS definition on Intel C++ Compiler | ||||
| | * | | | Fix GSL_SUPPRESS definition on Intel C++ Compiler | Thiago M. de C. Marques | 2020-08-05 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | Intel C++ Compiler defines the `_MSC_VER` macro, but it doesn't support `[[gsl::*]]` attributes. | ||||
| * | | | | Merge pull request #881 from robert-andrzejuk/patch-1 | Jordan Maples [MSFT] | 2020-08-05 | 1 | -12/+10 |
| |\ \ \ \ | |/ / / |/| | | | Refactor `narrow`. | ||||
| | * | | | In `narrow` refactor `!is_same_signedness` to `is_different_signedness` | Robert Andrzejuk | 2020-04-29 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Refactor `narrow` - simplify & move `is_same_signedness` into function, ↵ | Robert Andrzejuk | 2020-04-29 | 1 | -12/+10 |
| | | | | | | | | | | | | | | | | | remove uneeded `detail` namespace. Merge 2 `if`'s with a `||`. | ||||
| * | | | | Merge pull request #899 from JordanMaples/dev/jomaples/cleanup_namespaces | Jordan Maples [MSFT] | 2020-07-15 | 2 | -23/+23 |
| |\ \ \ \ | | | | | | | | | | | cleanup gsl namespace qualification for dynamic_extent. | ||||
| | * | | | | remove gsl namespace qualification within the gsl namespace | Jordan Maples | 2020-07-15 | 2 | -23/+23 |
| | | | | | | |||||
