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 |
hsutter | Fixes example in ES.105, closes #1678
|
commit | commitdiff | tree |
2020-10-01 |
hsutter | Fixes ES.50 example and closes #1682
|
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-09-23 |
hsutter | Revert "Revert "Revert "Removed gsl::string_span, recommend...
|
commit | commitdiff | tree |
2020-09-23 |
hsutter | Revert "Revert "Removed gsl::string_span, recommend...
|
commit | commitdiff | tree |
2020-09-23 |
hsutter | Revert "Removed gsl::string_span, recommend using std...
|
commit | commitdiff | tree |
2020-09-23 |
hsutter | Removed gsl::string_span, recommend using std::string_view...
|
commit | commitdiff | tree |
2020-09-03 |
hsutter | Restored whitespace after "might"
|
commit | commitdiff | tree |
2020-09-03 |
hsutter | Remove "may" except for the month name -- closes #1542
|
commit | commitdiff | tree |
2020-07-30 |
hsutter | Closes #1579
|
commit | commitdiff | tree |
2020-07-30 |
hsutter | Closes #1574
|
commit | commitdiff | tree |
2020-07-30 |
hsutter | Closes #1585
|
commit | commitdiff | tree |
2020-07-09 |
hsutter | Closes #1647
|
commit | commitdiff | tree |
2020-07-04 |
hsutter | Committing PR #1640 to main branch
|
commit | commitdiff | tree |
2020-03-26 |
hsutter | Tweak to close #1588
|
commit | commitdiff | tree |
2020-03-26 |
hsutter | Followup to close #1586
|
commit | commitdiff | tree |
2020-02-27 |
hsutter | Updated #1570
|
commit | commitdiff | tree |
2020-02-27 |
hsutter | Followup to PR 1564
|
commit | commitdiff | tree |
2020-01-30 |
Herb Sutter | Casting away const isn't undefined behavior, but modifying...
|
commit | commitdiff | tree |
2020-01-30 |
hsutter | Tweaked #1516 one more time
|
commit | commitdiff | tree |
2020-01-30 |
hsutter | Tweak to #1516 per editors call
|
commit | commitdiff | tree |
2020-01-30 |
hsutter | Tweaked PR #1553 per editors call
|
commit | commitdiff | tree |
2020-01-16 |
hsutter | Adopt the change suggested in PR #1556, just making...
|
commit | commitdiff | tree |
2020-01-16 |
hsutter | Updated MISRA entry with link, updating PR #1554
|
commit | commitdiff | tree |
2020-01-16 |
hsutter | Tweaked #1551
|
commit | commitdiff | tree |
2019-11-22 |
hsutter | Updated Lifetime spec to 1.1
|
commit | commitdiff | tree |
2019-11-21 |
hsutter | Elaborated on PR #1539
|
commit | commitdiff | tree |
2019-08-08 |
hsutter | Closes #1470
|
commit | commitdiff | tree |
2019-08-01 |
hsutter | Closes #1466
|
commit | commitdiff | tree |
2019-08-01 |
hsutter | Closes #1451
|
commit | commitdiff | tree |
2019-08-01 |
Herb Sutter | Closes #1446 (#1448)
|
commit | commitdiff | tree |
2019-07-03 |
hsutter | Restored two more edits
|
commit | commitdiff | tree |
2019-07-02 |
hsutter | Restored accidentally overwritten editorial changes
|
commit | commitdiff | tree |
2019-07-02 |
hsutter | Minor cleanup on the smart pointer concept, and addresses...
|
commit | commitdiff | tree |
2019-06-20 |
hsutter | Closes #1445
|
commit | commitdiff | tree |
2019-06-20 |
hsutter | Closes #1438
|
commit | commitdiff | tree |
2019-06-20 |
hsutter | Closes #1432
|
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 |
2019-05-02 |
hsutter | Adopting fixes from PR 1411
|
commit | commitdiff | tree |
2019-05-02 |
hsutter | Restored cached_computation description
|
commit | commitdiff | tree |
2019-04-27 |
hsutter | Revert "Fixed typo in ES.22"
|
commit | commitdiff | tree |
2019-04-27 |
hsutter | Fixed typo in ES.22
|
commit | commitdiff | tree |
2019-04-04 |
hsutter | Closes #1397
|
commit | commitdiff | tree |
2019-04-04 |
hsutter | Fixed typo in previous commit, closes #1395
|
commit | commitdiff | tree |