Commit Graph

1747 Commits (es23-updates)
 

Author SHA1 Message Date
Chris Guzak 407fcc0eac update to I.4: Make interfaces precisely and strongly typed (#1291)
* updates to I.4: Make interfaces precisely and strongly typed

* Update enforcement list

* address PR feedback from blakehawkins
7 years ago
Kyle 0181ab40a7 Fix example in C.51 (#1294)
The example looks like it previously used i to represent date, but now the variable is called d. I updated the use and related parameters to match.
7 years ago
Sergey Zubkov 50b9cefe39 travis CI and typo fixes 7 years ago
Bjarne Stroustrup dd67c99f1f made C.con a bit less incomplate
More will eventually come
7 years ago
Bjarne Stroustrup 1103509895 A philosophical rule/caution 7 years ago
Bjarne Stroustrup 0f61a4be4e typos 7 years ago
Bjarne Stroustrup 417d512fea clarifications for #1267
references to resource handles
7 years ago
Bjarne Stroustrup 11f58787b8 minor clarifications
for #1268 and #1267
7 years ago
Bjarne Stroustrup 2cfcd878c4 fiexed C.49
remover contradiction to C.45 (#1092) ) and mention string_view
7 years ago
Bjarne Stroustrup 8825798df6 clarify rules for {} initialization
in response to #1279
7 years ago
hsutter 61cdce115e Improved description of F.3 example
The example in F.3 is not really long, but it is complex
7 years ago
hsutter 3fbc0b35a4 Closes #1265, make the chaining exception more visible 7 years ago
Alexander Knorre 7733c326b2 No double deletion (#1278) 7 years ago
Martin 0b275097b6 Fixed a typo within ES.23 7 years ago
tcorbat e81d770bdc Fix broken link to Lifetime paper (#1274) 7 years ago
Sergey Zubkov 30a0e1bef7 closes #1239 7 years ago
hsutter 4e3476569e Minor tweaks
Fixed Pin/Oin naming
Updated 1.1.3 example to be parallel to the others in 1.1 for easier
side by side comparison
7 years ago
Sergey Zubkov 8915f05950 travis CI fixes 7 years ago
hsutter f770a03f2e Fixed typo 7 years ago
hsutter 009460acd1 Fixed typos in three Godbolt links
Two examples with an extranous }
One example with an unnecessary struct that the example didn't need
7 years ago
hsutter fa7b1fe41f Fixed Lifetime.pdf link 7 years ago
hsutter f02b24a71a Update Lifetime profile to 1.0 7 years ago
hsutter ecfd61c8d8 Clarify C.128
Improved readability of primary paragraph.
Added Discussion section of the classes of errors being addressed.
7 years ago
hsutter 104cd63a37 Closes #1257
Fixed example
7 years ago
hsutter 60e19d76a4 Closes #1254 7 years ago
beinhaerter 5b372a99d8 Fixes Issue #1253: wrong link in SS-bounds to Res-simple (#1255)
Replaced Res-simple with Res-ptr.
7 years ago
Sergey Zubkov 1e12aba7af missing a return *this in a copy-assignment 7 years ago
Sergey Zubkov faad9d8b56 one more typo 7 years ago
Sergey Zubkov 73057d3b0b travis CI fixes and typos 7 years ago
Sergey Zubkov b16eb424e9 typo: funct1_tau -> func1_tau 7 years ago
Bjarne Stroustrup e75a7056c4 Resolving #1146
explaining SCARY and referencing the SCARY paper
7 years ago
Bjarne Stroustrup a0bc2d71ca resolving #1137
clarification
7 years ago
Bjarne Stroustrup 647aa80f0d applying #1139
more references to C++17
7 years ago
Bjarne Stroustrup 79a5b08ad9 resolve #1175
I added a note
7 years ago
Bjarne Stroustrup 5cabda84d7 resolve #1185
implicit operator functions
7 years ago
Bjarne Stroustrup d3c3e3aa98 resolve #1209, #814, and #167
noexcept and destructors
7 years ago
Bjarne Stroustrup f3e7dbac6e Resolution of #1228
explicitly discouraging the use of # and ##
7 years ago
Bjarne Stroustrup c11001f0a6 resolving #1238 about style
The caveat is added only to the subset of rules where it appears to be
relevant
7 years ago
Bjarne Stroustrup dd4cae0260 Resolve #1241 about returning T&& 7 years ago
hsutter e31a85dc2d Closes #1251 7 years ago
Neil MacIntosh 0c7a349342 Fix example for ES.70 (#1252)
As per #574, fixes the example in ES.70 to emphasize good use of a switch over a sequence of if-else-if statements.
7 years ago
hsutter d1def3290c Tweaked PR 1249 post-merge to cover copy assignment too 7 years ago
Andrzej Krzemieński 08f67de9fb Updated C.67 and C.130 (#1249)
* Updated C.67 and C.130

This addresses https://github.com/isocpp/CppCoreGuidelines/issues/1246.

* fixed typeos

* updated dictionary
7 years ago
Jonathan Wakely 42f8fa5f84 Use H3 heading for C.140 instead of H2
Fixes #1250
7 years ago
martysama0134 513a5fd624 Fix example good in ES.42, count to a.size() (#1245)
* Fix example good in ES.42, count to a.size()

* Fix typos in ES.64 and Con.1

* Fix Example bad in T.3, no value in subscript
8 years ago
jeffreylindsey 6dd14321c1 GSL grammar fix, added missing plurality in full name (#1243)
* Renamed all appropriate instances of "guideline support library" to "guidelines support library".

* Renamed additional instances of "guideline support library" to "guidelines support library" in remaining files.
8 years ago
jeffreyai 04b2fabb9b Change 'lifetime profile' to 'lifetime safety profile' and fix the bad/broken links (#1240)
'lifetime profile' is only used twice with bad/broken links. 'lifetime safety' and 'lifetime safety profile' are used more frequently, and make more sense.
8 years ago
Sergey Zubkov cb08aa24a4
s/more that two/more than two 8 years ago
hsutter e0ecfc83b7 Closes 1220 8 years ago
hsutter a488f1d8b5 Added F.48, closes #1219 8 years ago