Jonathan Wakely
4b78a00ff4
Fix T.84 example code
9 years ago
Jonathan Wakely
c7c5614a42
Fix spelling typos
9 years ago
Jonathan Wakely
464870c7d3
Fix some markdown warnings seen in the Travis CI checks
9 years ago
Andrew Pardoe
52ad087bb3
Merge pull request #845 from jacobl-at-ms/jacobl.macbuild
...
Enable building directly on a mac
9 years ago
Herb Sutter
3f2e675f7d
Merge pull request #763 from Eliyahu-Ravuna/patch-1
...
Exception of CP.100 refined to include the "sequentially consistent memory model" only
9 years ago
Gabriel Dos Reis
2b6d208d58
Merge pull request #777 from cubbimew/nvi
...
dropping NVI from proto-rules due to no consensus on #768
9 years ago
Bjarne Stroustrup
bd5f0c34db
Merge branch 'master' into bs-local-1
9 years ago
Bjarne Stroustrup
c5cecf1e88
new rule F.9; unused parameters
...
Issue #808
9 years ago
Bjarne Stroustrup
631bbbbaf8
typos MI and membership
9 years ago
Jacob Langley
eb4be01970
Fix spelling errors
9 years ago
Bjarne Stroustrup
87bb531080
tools and library rules
...
in philosophy
9 years ago
Andrew Pardoe
47e5764e6e
Update date
9 years ago
Andrew Pardoe
9ddb9e1648
Merge parts of PR #787
9 years ago
Andrew Pardoe
20403c8d6d
Merge branch 'thread-tooling' of https://github.com/tituswinters/CppCoreGuidelines into tituswinters-thread-tooling
9 years ago
Andrew Pardoe
11e5e00f23
Merge pull request #818 from cubbimew/c138
...
C.138 initial content
9 years ago
Bjarne Stroustrup
f2dfcfc438
minor cleanup
9 years ago
Jonathan Wakely
14f67ae8dd
Fix typos from commit 9858685786
9 years ago
hsutter
8f2ecf0665
Closed #557
...
Added example from the issue
9 years ago
hsutter
51b4cddbca
Closed #810
...
Added an example to SF.7
Clarified SF.6 and SF.7 that "using-directive" means "using namespace"
9 years ago
Andrew Pardoe
9858685786
Clarifying title per issue 793
9 years ago
teassy000
8a9bb3bc61
fix c.127 example issue. ( #789 )
...
auto will deduce as unique_ptr<D> and the correct destructor will call. Anyway, this should be a bad example.
9 years ago
Sergey Zubkov
4d86abfdb4
When the title of ES.56 was changed, its entry in the ES ToC wasn't ( #831 )
9 years ago
Sergey Zubkov
0b4b815d0b
uncross links to the self-assignment rules ( #830 )
9 years ago
Andrew Pardoe
51191c13d2
Merge pull request #825 from johelegp/interfaces_non_trivial_fixes
...
I: Enforcement fixes/completion
9 years ago
Gabriel Dos Reis
dd7275623d
Merge pull request #834 from cubbimew/c131-constify
...
C.131: getters should be const member functions
9 years ago
Sergey Zubkov
bee5e87e90
C.131: getters should be const member functions
9 years ago
Sergey Zubkov
808d304687
C.127 should not claim that there is a defined behavior
9 years ago
mancoast
63582c929e
Rework of English Language style
9 years ago
Gabriel Dos Reis
655bbcafa8
Merge pull request #824 from johelegp/interfaces_fixes
...
I: Grammar, spacing and typo fixes
9 years ago
Gabriel Dos Reis
94fdad103d
Merge pull request #823 from johelegp/gsl_concept_dead_link_fix
...
GSL.concept: Dead link fix
9 years ago
Gabriel Dos Reis
c040dfab55
Merge pull request #822 from johelegp/gsl_fixes
...
GSL: Grammar, spacing and markdown fixes
9 years ago
Johel Ernesto Guerrero Peña
2b3e249cff
I: Grammar, spacing and typo fixes
9 years ago
Johel Ernesto Guerrero Peña
5f95cb2734
I: Enforcement fixes/completion
9 years ago
Johel Ernesto Guerrero Peña
3bb9192d66
GSL: Grammar, spacing and markdown fixes
9 years ago
Johel Ernesto Guerrero Peña
bb4202ed92
GSL.concept: Dead link fix
...
Described in #407 , 4a9e41d7 added the section but didn't fix the links.
9 years ago
Johel Ernesto Guerrero Peña
d30134b150
P: Grammar, correction and typo fixes
9 years ago
Sergey Zubkov
a968af59d0
C.138 initial content
9 years ago
Andrew Pardoe
9cfa3eafd7
Updating date
9 years ago
Andrew Pardoe
4f2a64b920
Per our discussion, C.42 enforcement belongs to C.41
9 years ago
hsutter
882d88ebe5
Closed #809 .
9 years ago
Severin Meyer
bcd9904ae2
Fix remaining typos mentioned in issue #556
...
ES.23: Correct the Fibonacci series
ES.71: Fix bug in example code
T.61: Use the correct type for the class member
Appendix C: Use an example string that is not identical to a C++ keyword and clarify comment
9 years ago
Gabriel Dos Reis
7fb5621495
Merge pull request #799 from severinmeyer/NL-Typos-squashed
...
Fix typos in section NL: Naming and layout
9 years ago
Gabriel Dos Reis
32368d99c6
Merge pull request #800 from severinmeyer/CP-Typos-squashed
...
Fix typos in section CP: Concurrency
9 years ago
Gabriel Dos Reis
1b259959f6
Merge pull request #801 from severinmeyer/ES-Typos-squashed
...
Fix typos in section ES: Expressions and statements
9 years ago
Gabriel Dos Reis
783ab6c6ca
Merge pull request #802 from severinmeyer/E-Typos-squashed
...
Fix typos in section E: Error handling
9 years ago
Severin Meyer
6fb7ad6bb5
Fix a few more typos
...
F.22: Fix typos
C.128: Update the title in the ToC, to match the new title from commit f0e29f0
Con.1: Fix typo
T.84: Fix typo
NR.2: Remove duplicated word from title (single single)
9 years ago
Severin Meyer
185f70781d
Fix typos in section E: Error handling
...
E.25: Fix several typos
E.25: Add missing comma
E.2: Add missing verb
9 years ago
Severin Meyer
63f1948962
Fix typos in section NL: Naming and layout
...
NL.1: Add missing period to title in ToC
NL.5: Fix typo
NL.8: Fix several typos
NL.9: Add missing period in title
NL.9: Fix typo
NL.19: Fix typo
9 years ago
Severin Meyer
efdd83bf9a
Fix typos in section ES: Expressions and statements
...
ES.dcl: Fix typo
ES.25: Use the singular form for the title, to correct it and to match it with the entry in the ToC
ES.30: Fix several typos
ES.40: Fix typo in code comments
ES.61: Capitalize first word of title
ES.63: Fix typo
ES.70: Fix typo and capitalization
ES.74: Fix typo in title
ES.102: Fix typo and add missing comma
9 years ago
Severin Meyer
c1ed09786d
Fix typos in section CP: Concurrency
...
CP.8: Add missing colon to title
CP.30: In title, close inline code block with backtick
CP.101: Correct saying, Icarus flew to close to the sun, not the wind
9 years ago