Commit Graph

739 Commits (b7b6f506c3e4f7d9b3641712749e4d158706785e)
 

Author SHA1 Message Date
Andrew Pardoe b7b6f506c3 Update CONTRIBUTING.md
Adding one more comma to separate a dependent introductory clause.
10 years ago
Andrew Pardoe a52c014d2c Merge pull request #535 from brian-reinhart/hotfix/contrib-updates
Adds minor grammar fixes that involve missing commas.
10 years ago
Andrew Pardoe 89cd79db3f Merge pull request #531 from tituswinters/per-opt
A more numeric reason for targeted optimization.
10 years ago
Andrew Pardoe f01b4aac2e Merge pull request #528 from tituswinters/per-editorial
Expanding missing text for PER and CP sections, some editorial cleanup
10 years ago
Andrew Pardoe 033d3ec0eb Merge pull request #521 from jeanphilippeD/Minor-typo
Add missing word 'from'
10 years ago
Andrew Pardoe 3fe4e40ae9 Merge pull request #520 from PiotrSliwa/F.53
More comprehensive example and enforcements for F.53
10 years ago
hsutter bcb93bd803 Updated RF.rules 10 years ago
Brian Reinhart 62145919de Adds minor grammar fixes that involve missing commas. 10 years ago
psliwa c680191bf9 F.53: Fixed after review. 10 years ago
hsutter a4cfded181 Editorial: Moved ES.60 into proper order 10 years ago
hsutter 1b3efdf1e8 Rewrote ES.56, closed #514 10 years ago
Titus Winters 92091c4b81 A more numeric reason for targeted optimization. 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
Titus Winters ea1ed17c1c Bad editorial fix. 10 years ago
Titus Winters b93b851568 Editorial updates for PER, CP.
Especially some descriptive text for conurrency, races, lock-free
programming.
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
jeanphilippeD b99f3765c7 Add missing word 'from' 10 years ago
psliwa f11db25628 Minor improvement. 10 years ago
psliwa fdd91e959a F.53: Minor fix. 10 years ago
Bjarne Stroustrup f1fcc0fe68 added a not to C.170 10 years ago
psliwa 4fc0beafc3 F.53: More comprehensive example and enforcements. 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