Andrew Pardoe
fbc48fafb0
Merge pull request #1096 from brenoguim/hotfix/recommend-public-deleted-methods
...
Recommend deleted methods to be public.
8 years ago
Andrew Pardoe
6ac3ac940f
Merge pull request #1100 from breyed/patch-1
...
T.concept: Remove comment unnecessary in good example
8 years ago
Gabriel Dos Reis
79dd574a65
Fix #1004
8 years ago
Andrew Pardoe
4bbcd758f2
updating date
8 years ago
Edward Brey
0931fab3d5
T.concept: Remove comment unnecessary in good example
...
The properly defined `Number` concept used as the template type is fully expressive.
8 years ago
Jonathan Wakely
bdc07cc4ef
Fix link to Rt-concepts
...
Fixes #1099
8 years ago
Breno Rodrigues Guimaraes
771a75e183
Add note to make deleted methods public
8 years ago
Breno Rodrigues Guimaraes
eb0707d7ae
Add public access modifier to examples
8 years ago
hsutter
e6ac978f3a
Updated due to discussion about #1068
8 years ago
Andrew Pardoe
2b4438603c
Updating date
8 years ago
Andrew Pardoe
0a6167e1fc
Merge pull request #1066 from brenoguim/hotfix/add-virtual-destructor
...
Add virtual destructor to base class "Device"
8 years ago
Andrew Pardoe
0364ecace7
Merge pull request #1073 from martinfinke/hotfix/avoid-magic-constant
...
Avoid magic constant in F.44
8 years ago
Andrew Pardoe
b553f02f84
Merge pull request #1075 from Eliyahu-Ravuna/patch-2
...
Link added for function objects and lambdas
8 years ago
Andrew Pardoe
18578a421a
Merge pull request #1087 from leoperezpulido/master
...
Typo: add missing semicolon
8 years ago
Leonardo Perez Pulido
16e270dee9
Typo: add missing question mark
8 years ago
Leonardo Perez Pulido
7f909cc18e
Typo: add missing comma
8 years ago
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