Commit Graph

1631 Commits (4e3476569ecc4ecf2ec81dcff06c0f40e7b6e942)
 

Author SHA1 Message Date
Leonardo Perez Pulido 27d1c01782 Typo: add missing semicolon 8 years ago
Florian Behrens 3d4e860bdd Fixed comment in example code of F.54 (#1082) 8 years ago
Oleg Artenii df68bfdc5b fixed minor typo: `it this` -> `this` (on master) (#1079) 8 years ago
Thomas Schaub 90076b9795 Use correct header level (#1078) 8 years ago
Eliyahu Ravuna eb5f6a5b90
Link added for function objects and lambdas 8 years ago
Mohit Jain 7be6e7daed Fix typo in destructor name (#1074)
Itream -> Istream in I.30: Encapsulate rule violations code snippet
8 years ago
Martin Finke d13ac81e27 Avoid magic constant 8 years ago
Jonas Toth 8a408d8500 reorder ES.expr and ES.stmt in text 8 years ago
Jonathan Wakely 62e8a9862c Add generated Python files to .gitignore 8 years ago
Jonathan Wakely 1e20e02c5c Remove pycache file added in f9e2ea1d9f 8 years ago
Breno Rodrigues Guimaraes 3a320fdf53 Add virtual destructor to base class 8 years ago
brenoguim 165c79b417 Break comment to respect 100 column limit (#1069) 8 years ago
Jonathan Wakely c9fd263e07 Add "nodiscard" to the dictionary 8 years ago
hsutter 768e4620d4 Closes #1055 8 years ago
hsutter ab67676e7d Closes #1048 8 years ago
Andrew Pardoe 5b82257e15 Changing date 8 years ago
Andrew Pardoe 0a85bd8382 Merge pull request #1059 from luav/example-cp.4
Example CP.4 (task vs thread)
8 years ago
Jonathan Wakely 7a5ab334a0 Update CppCoreGuidelines.md 8 years ago
Andrew Pardoe a1b3a269fc Merge pull request #1053 from sgkim126/master
Fix typos in example.
8 years ago
Andrew Pardoe 19d7fb1421 Update CppCoreGuidelines.md 8 years ago
Andrew Pardoe 17f76d0258 Update CppCoreGuidelines.md 8 years ago
Andrew Pardoe 2afecc54a7 Merge pull request #1057 from kwachmat/master
Break long lines to increase readability in files
8 years ago
Andrew Pardoe 3d282d21ed Merge pull request #1061 from planetchili/master
struct -> class to conform to C8
8 years ago
Andrew Pardoe 4e37488ef3 Merge pull request #1063 from JayBazuzi/patch-2
Update forward looking statement.
8 years ago
Andrew Pardoe 3575bf6d43 Update CppCoreGuidelines.md 8 years ago
Jay Bazuzi a277ba71da Update forward looking statement. 8 years ago
Yogendra Singh c4f833ad5c Simple typo fix. (#1060) 8 years ago
Jonathan Wakely 74cab35f85 Improve hyperlink text in C.8 8 years ago
chili ace8d7b279 struct -> class to conform to C8 8 years ago
luav 17fe8a957f Manual non-async task removed 8 years ago
luav 147f4d2dc3 Spaces in blank lines removed 8 years ago
luav f8159d26e0 Formatting and grammer fixed 8 years ago
luav 45376bb6b2 Example CP.4 (task vs thread) 8 years ago
Mateusz Kwasniak f9e2ea1d9f Break long lines to increase readability in files
There were some very long lines in Python script files (comments and
cpplint execution command), really painful to read, so I decided to
break them into several lines in order to increase readability.
8 years ago
Jonathan Wakely e251862408 Adjust "formatting" to pass spellchecking 8 years ago
Seulgi Kim 05c44d23ab Fix typos in example. 8 years ago
Andrew Pardoe f3596553a5 .\CppCoreGuidelines.md 8 years ago
Tom Isaacson 9cf0fcf19d #1045 Fix reference to narrow_cast (#1046) 8 years ago
Jonathan Wakely ef3a6c4d4d Add intentionally-wrong spelling of "incorrect" to dictionary 8 years ago
Jonathan Wakely 2aec9170db Add intentionally-wrong spelling of "incomplete" to dictionary 8 years ago
Jonathan Wakely 58e80fc2c5 Adjust "incomplet and incorrekt" joke.
This adjusts it to be closer to the form in the C++ working drafts.

Fixes #1043
8 years ago
Jonathan Wakely 6153d69b2c Fix CI errors due to missing whitespace around operators (#1037)
Also rephrase comments to avoid overlong lines.
8 years ago
JonasToth 2184c57dd1 reorder sections C.167 and C.168 to be in numerical ascending order (#1034) 8 years ago
Franz Hollerer 531952a300 Issue #999 c128 applied to c129 (#1036) 8 years ago
Artem Golubikhin d318a68e35 ES.20: Fix typo (#1033) 8 years ago
hsutter 1b2ba25b4b Closes #997 8 years ago
Andrew Pardoe 74c36a43b0 Fixing ES.87 8 years ago
Andrew Pardoe 3eaf4fe886 Merge pull request #1031 from WPMGPRoSToTeMa/patch-1
R.1: Fix finally link
8 years ago
Artem Golubikhin f77fa1ad40 R.1: Fix finally link 8 years ago
Bjarne Stroustrup 6574f05356 added ES.87 about conditions in if-statements
#1006 and #1010
8 years ago