Mohit Jain
|
7be6e7daed
|
Fix typo in destructor name (#1074)
Itream -> Istream in I.30: Encapsulate rule violations code snippet
|
2017-11-09 12:53:13 -05:00 |
|
Jonas Toth
|
8a408d8500
|
reorder ES.expr and ES.stmt in text
|
2017-10-31 16:22:07 +00:00 |
|
brenoguim
|
165c79b417
|
Break comment to respect 100 column limit (#1069)
|
2017-10-28 23:24:08 +01:00 |
|
hsutter
|
768e4620d4
|
Closes #1055
|
2017-10-25 13:59:16 -07:00 |
|
hsutter
|
ab67676e7d
|
Closes #1048
|
2017-10-24 15:22:28 -07:00 |
|
Andrew Pardoe
|
5b82257e15
|
Changing date
|
2017-10-23 11:54:20 -07:00 |
|
Andrew Pardoe
|
0a85bd8382
|
Merge pull request #1059 from luav/example-cp.4
Example CP.4 (task vs thread)
|
2017-10-23 11:25:56 -07:00 |
|
Jonathan Wakely
|
7a5ab334a0
|
Update CppCoreGuidelines.md
|
2017-10-23 19:24:53 +01:00 |
|
Andrew Pardoe
|
a1b3a269fc
|
Merge pull request #1053 from sgkim126/master
Fix typos in example.
|
2017-10-23 11:22:21 -07:00 |
|
Andrew Pardoe
|
19d7fb1421
|
Update CppCoreGuidelines.md
|
2017-10-23 11:22:02 -07:00 |
|
Andrew Pardoe
|
17f76d0258
|
Update CppCoreGuidelines.md
|
2017-10-23 11:20:37 -07:00 |
|
Andrew Pardoe
|
3d282d21ed
|
Merge pull request #1061 from planetchili/master
struct -> class to conform to C8
|
2017-10-23 11:07:33 -07:00 |
|
Andrew Pardoe
|
3575bf6d43
|
Update CppCoreGuidelines.md
|
2017-10-23 11:06:25 -07:00 |
|
Jay Bazuzi
|
a277ba71da
|
Update forward looking statement.
|
2017-10-23 10:37:37 -07:00 |
|
Yogendra Singh
|
c4f833ad5c
|
Simple typo fix. (#1060)
|
2017-10-19 11:06:55 +01:00 |
|
Jonathan Wakely
|
74cab35f85
|
Improve hyperlink text in C.8
|
2017-10-19 11:05:26 +01:00 |
|
chili
|
ace8d7b279
|
struct -> class to conform to C8
|
2017-10-19 10:28:16 +09:00 |
|
luav
|
17fe8a957f
|
Manual non-async task removed
|
2017-10-16 12:08:21 +02:00 |
|
luav
|
147f4d2dc3
|
Spaces in blank lines removed
|
2017-10-15 10:42:51 +02:00 |
|
luav
|
f8159d26e0
|
Formatting and grammer fixed
|
2017-10-15 10:31:33 +02:00 |
|
luav
|
45376bb6b2
|
Example CP.4 (task vs thread)
|
2017-10-15 10:06:01 +02:00 |
|
Jonathan Wakely
|
e251862408
|
Adjust "formatting" to pass spellchecking
|
2017-10-07 16:15:56 +01:00 |
|
Seulgi Kim
|
05c44d23ab
|
Fix typos in example.
|
2017-10-08 00:00:04 +09:00 |
|
Andrew Pardoe
|
f3596553a5
|
.\CppCoreGuidelines.md
|
2017-10-05 10:13:57 -07:00 |
|
Tom Isaacson
|
9cf0fcf19d
|
#1045 Fix reference to narrow_cast (#1046)
|
2017-10-03 17:23:48 +01:00 |
|
Jonathan Wakely
|
58e80fc2c5
|
Adjust "incomplet and incorrekt" joke.
This adjusts it to be closer to the form in the C++ working drafts.
Fixes #1043
|
2017-10-02 23:48:22 +01:00 |
|
Jonathan Wakely
|
6153d69b2c
|
Fix CI errors due to missing whitespace around operators (#1037)
Also rephrase comments to avoid overlong lines.
|
2017-10-02 19:39:18 +01:00 |
|
JonasToth
|
2184c57dd1
|
reorder sections C.167 and C.168 to be in numerical ascending order (#1034)
|
2017-09-28 13:23:28 +01:00 |
|
Franz Hollerer
|
531952a300
|
Issue #999 c128 applied to c129 (#1036)
|
2017-09-26 11:27:49 +01:00 |
|
Artem Golubikhin
|
d318a68e35
|
ES.20: Fix typo (#1033)
|
2017-09-18 22:50:19 +01:00 |
|
hsutter
|
1b2ba25b4b
|
Closes #997
|
2017-09-18 12:06:35 -07:00 |
|
Andrew Pardoe
|
74c36a43b0
|
Fixing ES.87
|
2017-09-18 11:13:09 -07:00 |
|
Artem Golubikhin
|
f77fa1ad40
|
R.1: Fix finally link
|
2017-09-18 19:50:36 +03:00 |
|
Bjarne Stroustrup
|
6574f05356
|
added ES.87 about conditions in if-statements
#1006 and #1010
|
2017-09-17 18:51:43 -04:00 |
|
Bjarne Stroustrup
|
1a3de0e9b8
|
add a cross reference to P.3
|
2017-09-17 18:13:16 -04:00 |
|
Bjarne Stroustrup
|
2839c87890
|
add example to R.20
addresses #1015
|
2017-09-17 17:54:33 -04:00 |
|
Neil MacIntosh
|
b87d21b662
|
Merge pull request #1018 from Cleroth/patch-1
Avoid `std::endl` :)
|
2017-09-11 11:24:33 -07:00 |
|
Gabriel Dos Reis
|
6d5a219e66
|
Merge pull request #1023 from marzojr/master
Fixing memory handling in E.5 example
|
2017-09-11 11:22:06 -07:00 |
|
Gabriel Dos Reis
|
26f3ee9cfd
|
Fix #998.
|
2017-09-11 10:48:20 -07:00 |
|
Gabriel Dos Reis
|
7146b55d30
|
Fix #1008.
|
2017-09-11 10:36:50 -07:00 |
|
Sebastian Valle
|
9840eefacf
|
CP.2: Fixed a typo in the async example code. (#1030)
span a task -> spawn a task
|
2017-08-21 18:01:00 +01:00 |
|
tg-m
|
7a3d3c5a29
|
Fix issue #1026 (#1027)
|
2017-08-18 15:59:16 +01:00 |
|
Ivan Baidakou
|
c2456ccf5b
|
Fix typo: Public -> public (#1025)
|
2017-08-13 13:22:06 +01:00 |
|
Andrew Pardoe
|
c04e3657fb
|
Updating date
|
2017-08-11 10:41:03 -07:00 |
|
Marzo Sette Torres Junior
|
0bb69d80e6
|
Fixing memory handling in E.5 example
Instead of constructing an array, it constructs and deletes a single double, and accesses elements as if it had constructed an array.
|
2017-08-08 16:37:19 +02:00 |
|
Cleroth
|
d51a304e0a
|
Update CppCoreGuidelines.md
|
2017-08-06 21:36:48 +02:00 |
|
TalLancaster
|
e61f111301
|
Per C.66: a global edit adding noexcept to move constructor/assignment examples (#1016)
|
2017-08-06 15:25:29 +01:00 |
|
Cleroth
|
43f378c6b3
|
Avoid std::endl :)
|
2017-08-06 11:04:41 +02:00 |
|
Gabriel Dos Reis
|
4ffab15e77
|
Merge pull request #1012 from franzhollerer/aligning_case_with_switch
aligning case with switch
|
2017-08-01 17:05:57 -07:00 |
|
Gabriel Dos Reis
|
e5e7082efa
|
Merge pull request #1013 from franzhollerer/opening_brace_in_same_line_as_switch
opening brace in same line with switch statement to be aligned with NL.17
|
2017-08-01 17:05:24 -07:00 |
|