2024-05-09 |
Herb Sutter | Add missing links
|
commit | commitdiff | tree |
2024-04-14 |
Herb Sutter | Add note about pointerlike indirections, and remove...
|
commit | commitdiff | tree |
2024-04-11 |
Herb Sutter | Add "take a copy for immediate local use" case to F...
|
commit | commitdiff | tree |
2024-02-15 |
Herb Sutter | Make `suppress` tag a string literal, closes #2042
|
commit | commitdiff | tree |
2024-02-15 |
Herb Sutter | Revert adding short anchors, and keep fixes to avoid...
|
commit | commitdiff | tree |
2024-02-15 |
Herb Sutter | Add `#pNN` anchors for P section
|
commit | commitdiff | tree |
2024-01-22 |
Herb Sutter | Fix spell check regression
|
commit | commitdiff | tree |
2024-01-18 |
Herb Sutter | Fix F.27 example, closes #2171
|
commit | commitdiff | tree |
2023-04-13 |
Herb Sutter | List some non-enum alternatives to macros in Enum.1...
|
commit | commitdiff | tree |
2023-04-13 |
Herb Sutter | Expand comment about why P.3 'bad' code is unclear...
|
commit | commitdiff | tree |
2023-04-13 |
Herb Sutter | Allow `[&]` capture default when also capturing `this...
|
commit | commitdiff | tree |
2023-03-30 |
Herb Sutter | Remove spurious Enforcement, closes #2061
|
commit | commitdiff | tree |
2023-01-19 |
Herb Sutter | Make C.12 title consistent
|
commit | commitdiff | tree |
2023-01-19 |
Herb Sutter | Update C.12 to apply to copyable/movable types, closes...
|
commit | commitdiff | tree |
2023-01-19 |
Herb Sutter | s/instead follow/follow/ for #2010
|
commit | commitdiff | tree |
2023-01-13 |
Herb Sutter | Describe capture-lists and update F.19 forwarding enforcemen...
|
commit | commitdiff | tree |
2022-12-09 |
Herb Sutter | Added `span` bounds-checking guarantee and a note about...
|
commit | commitdiff | tree |
2022-12-08 |
Herb Sutter | Apply edits to close #1984 #2004 #2006
|
commit | commitdiff | tree |
2022-09-29 |
Herb Sutter | Closes #1907
|
commit | commitdiff | tree |
2022-06-13 |
Herb Sutter | Extended E.16 to include copy ctor for exception type...
|
commit | commitdiff | tree |
2021-11-04 |
Herb Sutter | Updated E.15
|
commit | commitdiff | tree |
2021-11-04 |
Herb Sutter | Generalized E.15, closes #1848
|
commit | commitdiff | tree |
2021-09-30 |
Herb Sutter | Update C.183 to use `std::byte`, closes #1823
|
commit | commitdiff | tree |
2021-09-30 |
Herb Sutter | Made `char*` advice more consistent, closes #1826
|
commit | commitdiff | tree |
2021-09-30 |
Herb Sutter | Add enforcement for C.35, closes #1831
|
commit | commitdiff | tree |
2021-07-08 |
Herb Sutter | Clarify "concrete type" and make type category descriptions...
|
commit | commitdiff | tree |
2021-06-17 |
Herb Sutter | Corrected enforcement of C.67
|
commit | commitdiff | tree |
2021-06-17 |
Herb Sutter | Update C.67 and C.130 to address #1151
|
commit | commitdiff | tree |
2021-06-17 |
Herb Sutter | Add Tour2e example to C.126, closes #1794
|
commit | commitdiff | tree |
2021-06-10 |
Herb Sutter | Added suggestion to use a pointer member instead of...
|
commit | commitdiff | tree |
2021-06-10 |
Herb Sutter | Closes #1791
|
commit | commitdiff | tree |
2021-06-10 |
Herb Sutter | Applying Jonathan's suggestion for #1792
|
commit | commitdiff | tree |
2021-05-13 |
Herb Sutter | Updated Con.1 to make one function a definition, closes...
|
commit | commitdiff | tree |
2021-05-13 |
Herb Sutter | Restored `*sizeof(int)` after merging PR #1776
|
commit | commitdiff | tree |
2021-04-02 |
Herb Sutter | Added F.56, closes #1752
|
commit | commitdiff | tree |
2021-04-01 |
Herb Sutter | Added C.12 to discourage `const`/reference data members
|
commit | commitdiff | tree |
2021-04-01 |
Herb Sutter | Refined spec for `narrow` to cover signedness promotions...
|
commit | commitdiff | tree |
2021-04-01 |
Herb Sutter | Fixed misapplied edit for `<=>`
|
commit | commitdiff | tree |
2021-04-01 |
Herb Sutter | Added bad/good example for C.89, closes #1727
|
commit | commitdiff | tree |
2021-03-11 |
Herb Sutter | Added CP.coro and CP.51, closes #1756
|
commit | commitdiff | tree |
2021-03-11 |
Herb Sutter | CP.1: Made "bad" example consistent with now-updated...
|
commit | commitdiff | tree |
2021-02-18 |
Herb Sutter | Clarify meaning of "inline" in F.5, closes #1731
|
commit | commitdiff | tree |
2021-02-18 |
Herb Sutter | Add local lambdas and variable templates to T.61: Closes...
|
commit | commitdiff | tree |
2021-02-18 |
Herb Sutter | Closes #1748
|
commit | commitdiff | tree |
2021-02-11 |
Herb Sutter | Addresses #1732
|
commit | commitdiff | tree |
2021-01-28 |
Herb Sutter | Improves I.24 rule wording, closes #1733
|
commit | commitdiff | tree |
2021-01-28 |
Herb Sutter | Improving the wording of I.25 per #1734
|
commit | commitdiff | tree |
2021-01-28 |
Herb Sutter | Slightly improved F.20 to highlight the note about...
|
commit | commitdiff | tree |
2021-01-21 |
Herb Sutter | Updated T.68 example
|
commit | commitdiff | tree |
2021-01-21 |
Herb Sutter | Updated the new ES.3
|
commit | commitdiff | tree |
2020-10-29 |
Herb Sutter | Improved F.7 lifetime note; closes #1698
|
commit | commitdiff | tree |
2020-10-29 |
Herb Sutter | Added a justification message option for `gsl::suppress`
|
commit | commitdiff | tree |
2020-10-29 |
Herb Sutter | Updated Mozilla link and Google style guide C++ version...
|
commit | commitdiff | tree |
2020-10-01 |
Herb Sutter | Remove string_span, recommend using `std::string_view...
|
commit | commitdiff | tree |
2020-10-01 |
Herb Sutter | Cleaned up casting guidance (#1685)
|
commit | commitdiff | tree |
2020-01-30 |
Herb Sutter | Casting away const isn't undefined behavior, but modifying...
|
commit | commitdiff | tree |
2019-08-01 |
Herb Sutter | Closes #1446 (#1448)
|
commit | commitdiff | tree |
2019-06-08 |
Herb Sutter | DO credit
|
commit | commitdiff | tree |
2019-06-08 |
Herb Sutter | Added DO credit
|
commit | commitdiff | tree |
2019-05-02 |
Herb Sutter | Update ES.23 to allow = initialiization (#1416)
|
commit | commitdiff | tree |
2018-12-06 |
Herb Sutter | Closes #1297
|
commit | commitdiff | tree |
2018-12-06 |
Herb Sutter | Minor edits to #1291
|
commit | commitdiff | tree |
2018-01-22 |
Herb Sutter | Add gsl::index, closes #1098 (#1115)
|
commit | commitdiff | tree |
2018-01-09 |
Herb Sutter | Correct example comment
|
commit | commitdiff | tree |
2018-01-08 |
Herb Sutter | In docs\gsl-intro, cleaned up stray notes into a "hints...
|
commit | commitdiff | tree |
2017-07-24 |
Herb Sutter | Merge pull request #891 from isocpp/hs-gsl-intro-branch
|
commit | commitdiff | tree |
2017-02-13 |
Herb Sutter | Merge pull request #763 from Eliyahu-Ravuna/patch-1
|
commit | commitdiff | tree |
2015-12-14 |
Herb Sutter | Addressed issue #134
|
commit | commitdiff | tree |
2015-10-16 |
Herb Sutter | Added FAQ.10 for Markdown
|
commit | commitdiff | tree |
2015-10-12 |
Herb Sutter | Fixed a typo
|
commit | commitdiff | tree |
2015-10-07 |
Herb Sutter | Added Intro to type/resource safety paper
|
commit | commitdiff | tree |
2015-09-29 |
Herb Sutter | Added more explanation to Example 5.2 and fixed a typo
|
commit | commitdiff | tree |
2015-09-29 |
Herb Sutter | Added dyn_array vs. dynarray to FAQ
|
commit | commitdiff | tree |
2015-09-29 |
Herb Sutter | Elaborated on some of the FAQs
|
commit | commitdiff | tree |
2015-09-29 |
Herb Sutter | Added GSL type-specific FAQs
|
commit | commitdiff | tree |
2015-09-28 |
Herb Sutter | Added a FAQ section
|
commit | commitdiff | tree |
2015-09-22 |
Herb Sutter | Added CppCon day 2 plenary slides
|
commit | commitdiff | tree |
2015-09-22 |
Herb Sutter | Added current draft of Lifetimes I and II paper
|
commit | commitdiff | tree |
2015-09-21 |
Herb Sutter | Added Bjarne's CppCon keynote slides
|
commit | commitdiff | tree |
2015-09-16 |
Herb Sutter | Added Bounds profile
|
commit | commitdiff | tree |
2015-09-16 |
Herb Sutter | Added Type profile
|
commit | commitdiff | tree |
2015-09-16 |
Herb Sutter | Added Profiles section with stubs
|
commit | commitdiff | tree |