Commit Graph

723 Commits (a4cfded181dcd6e00c0c86e85a459503a8fcdf17)
 

Author SHA1 Message Date
hsutter a4cfded181 Editorial: Moved ES.60 into proper order 10 years ago
hsutter 1b3efdf1e8 Rewrote ES.56, closed #514 10 years ago
Gabriel Dos Reis f6b0766bd7 Merge pull request #530 from tituswinters/es-casts
Add note on brace-init for type conversion.
10 years ago
Titus Winters e8f5dac762 Add note on brace-init for type conversion. 10 years ago
Bjarne Stroustrup 23b7ceab9c a bit of fillout in the template section 10 years ago
hsutter fd2dc97baf Closed #527 10 years ago
Bjarne Stroustrup af86ae575e some minor fixes in the class hierarchy section
closing issue 524
10 years ago
Bjarne Stroustrup e7f6ecc470 hat to do if you can't use exceptions 10 years ago
Bjarne Stroustrup dfd29f3963 immutability
Added immutability under "Philosophy" and fleshed out the Con section
10 years ago
Bjarne Stroustrup f1fcc0fe68 added a not to C.170 10 years ago
Bjarne Stroustrup 3eca774fc7 a few cross references relating to operators 10 years ago
Bjarne Stroustrup 31d3dac828 C.168
define operators in the namespace of their operands
10 years ago
Andrew Pardoe 62dd2cd8ee Merge branch 'master' of https://github.com/isocpp/CppCoreGuidelines 10 years ago
Andrew Pardoe 6a217f33c1 Merge branch 'tituswinters-es-editorial' 10 years ago
Andrew Pardoe 3e57e3603a Merge branch 'es-editorial' of https://github.com/tituswinters/CppCoreGuidelines into tituswinters-es-editorial 10 years ago
Andrew Pardoe b4830c728a Merge pull request #486 from AlexanderS/fix/c168-typos
C.168: Fixed some typos.
10 years ago
Andrew Pardoe 84cd5df35d Merge branch 'AlexanderS-fix/c168-typos' 10 years ago
Andrew Pardoe 36c209a374 Merging PR486 10 years ago
Gabriel Dos Reis 0c0fdd1b6d Merge pull request #517 from Marat-Tanalin/master
23 typos
10 years ago
Marat Tanalin 210455c1c6 23 typos
transfering => transferring (ownership transfering APIs)
prefent => prevent (to prefent range errors)
standarization => standardization (active discussion in standarization)
effectivily => effectively (This effectivily means)
declarate => declared (Flag classes declarate with `struct`)
Mimimize => Minimize (Mimimize the chance of untended access.)
The The => The (The The standard-library containers)
contaiers => containers (Users of hashed contaiers)
defie => define (to defie a specialization)
ibrary => library (combine standard-ibrary specializations)
specoalists => specialists ("cleverness" for non-specoalists)
yur => your (don't invent yur own names)
deploymenta => deployment (deploymenta and use of such tools)
suprises => surprises (perennial source of suprises and bugs)
implementating  => implementing (essential for implementating)
movesemantics => move semantics (movesemantics and certain rare
optimizations)
assingment => assignment (copying only part of an object using
assingment)
user => used (type can be user for a wide variety)
Templatizing => Templating (Templatizing a class hierarchy)
sourcefiles => source files (declarations used in multiple sourcefiles)
[2 times]
alternatives.These => alternatives. These (// space between sentences)
its => it’s (the first time its called)
LanguagesC++ => Languages — C++ ([C++03]: ISO/IEC 14882:2003(E),
Programming LanguagesC++)
10 years ago
Marat Tanalin 4a738aa07c Merge pull request #1 from isocpp/master
Sync the fork
10 years ago
Bjarne Stroustrup ad97ba3fdb Dealt with issue 516
added C.8 and C.9 to clarify access conventions
10 years ago
Gabriel Dos Reis 6e812c1588 Merge pull request #498 from tituswinters/editorial-2
Editorial changes for PER, CP, E, and T.
10 years ago
Andrew Pardoe 8452e8ae84 Merge pull request #490 from dkorolev/master
Declaring one name per declaration.
10 years ago
Andrew Pardoe 0712b24c91 Merge pull request #510 from ZhangWangda/patch-1
fix typo
10 years ago
Andrew Pardoe 366150957b Merge pull request #513 from cmello/master
passes -> passed
10 years ago
Andrew Pardoe 08d76825f3 Merge pull request #515 from Marat-Tanalin/master
Typos
10 years ago
Marat Tanalin a67f8d3c27 Typos
wil => will;
developemnt => development.
10 years ago
Bjarne Stroustrup 5547b43c4b a few issues 10 years ago
Bjarne Stroustrup df9aca5ec3 a bit of fill-in and cleanup 10 years ago
Cesar Mello c041ced2c0 passes -> passed 10 years ago
ZhangWangda 67bf6a14ab fix typo
add a missing bracket
10 years ago
Bjarne Stroustrup 379938d743 rule against std::move()
ES.55
maybe the rule could be phrased more precisely
10 years ago
Bjarne Stroustrup 99673eb1f4 overloading vs default arguments
prefer default arguments and flag inconsistent default arguments on
virtual functions
10 years ago
hsutter 4748906ec1 c/assigned to/modified in F.7 and R.30 10 years ago
hsutter 94b567d2b8 Updated F.7 and R.30 based on 2016-01-25 telecon discussion 10 years ago
hsutter ad66f6ecda Tweaked F.7 enforcement 10 years ago
hsutter 815cdbbe72 Refined Enforcement for F.7 10 years ago
Bjarne Stroustrup 1d6e7a6e6b many minor changes to the F section 10 years ago
hsutter 63316bc0dc Corrected F.54, part 2 10 years ago
hsutter b97f67cd60 Corrected F.54 example 10 years ago
Titus Winters 20ed3d12fd Editorial changes for PER, CP, E, and T. 10 years ago
hsutter 7ae6ad4eb7 Completed and corrected Meyers book references 10 years ago
hsutter 3668c8c491 Added F.54 to never capture this implicitly 10 years ago
Gabriel Dos Reis f52cc108e0 Merge pull request #495 from jvoorhis/c.30-fix-typo
Fix typographical error (variable name) in example for C.30.
10 years ago
Jeremy Voorhis dd683abae7 Fix typographical error (variable name) in example for C.30. 10 years ago
hsutter 935a5ee325 Closed #485. 10 years ago
hsutter e4f908093d Closed #484. 10 years ago
Dima 2d9c0582ad Another minor grammar fix. 10 years ago
Dima 7ae316c605 Minor grammar fix. 10 years ago