Malcolm Parsons
|
e66f5bb28e
|
P.3 Split execution policy and container
|
9 years ago |
Gabriel Dos Reis
|
21eb995573
|
Merge pull request #746 from blackjack/master
Remove mode string from ifstream constructor in R.12
|
9 years ago |
Oleksandr Senkovych
|
e0abec4259
|
Remove mode string from ifstream constructor in R.12
|
9 years ago |
Gabriel Dos Reis
|
2183f77ac7
|
Merge pull request #743 from johelegp/glossary_fixes
Correct glossary entry order
|
9 years ago |
Johel Ernesto Guerrero Peña
|
8aaf6e1b76
|
Correct glossary entry order
|
9 years ago |
Gabriel Dos Reis
|
e57db552e4
|
Merge pull request #740 from johelegp/glossary_fixes
Fix glossary definitions and grammar
|
9 years ago |
Johel Ernesto Guerrero Peña
|
138da22db4
|
Fix glossary definitions and grammar
A class isn't abstract for having a protected constructor, but for only having protected constructors.
|
9 years ago |
Gabriel Dos Reis
|
1894380d0a
|
Merge pull request #737 from rianquinn/patch-1
Update C.128 to remove override from destructors
|
9 years ago |
Andrew Pardoe
|
a75e33abc5
|
Merge pull request #736 from tkruse/git-conflict
Remove merged git conflict
|
9 years ago |
Rian Quinn
|
8be1869663
|
Update C.128 to remove override from destructors
Clang Tidy has a a check called (modernize-use-override) that explicitly verifies that `override` be placed on destructors of derived classes whose base class is `virtual` as seen [here](https://github.com/Microsoft/clang-tools-extra/blob/master/test/clang-tidy/modernize-use-override.cpp#L48). This issue was brought up by @jaredgrubb in the following [ticket](https://github.com/isocpp/CppCoreGuidelines/issues/721#issuecomment-246627077) and was also seen [here](https://github.com/Bareflank/hypervisor/issues/208) as well. @gdr-at-ms closed the ticket stating that the C++ Core Guideline Editors have decided that `override` should not be placed on destructors, but the documentation makes no mention of this decision. The following PR addresses this issue. With the documentation updated, an issue ticket can be generated for Clang Tidy to have the destructor check modified to reflect the C++ Core Guidance.
|
9 years ago |
Thibault Kruse
|
13efb300b1
|
Remove merged git conflict
|
9 years ago |
Andrew Pardoe
|
157e7a9d9e
|
Merge branch 'tkruse-python-fix'
|
9 years ago |
Andrew Pardoe
|
61717ae4eb
|
Merge branch 'python-fix' of https://github.com/tkruse/CppCoreGuidelines into tkruse-python-fix
|
9 years ago |
Gabriel Dos Reis
|
3f33bd9c89
|
Merge pull request #730 from olafdietsche/spelling
Minor spelling fixes
|
9 years ago |
Gabriel Dos Reis
|
729c515a2b
|
Merge pull request #703 from amdn/master
T.44: Added `s` suffix to string literal
|
9 years ago |
Andrew Pardoe
|
128a3e1401
|
Merge pull request #707 from tkruse/stricter-cpplint-checks
stricter cpplint checks
|
9 years ago |
Andrew Pardoe
|
c4a19c99b2
|
Merge pull request #706 from tkruse/fix-examples2
Fix examples2
|
9 years ago |
Andrew Pardoe
|
66c15ba47c
|
Merge pull request #705 from tkruse/fix-spellchecks
Fix markdown checks and spell checks
|
9 years ago |
Andrew Pardoe
|
97503abeaa
|
Merge pull request #700 from tkruse/fix-examples
fix code examples
|
9 years ago |
Gabriel Dos Reis
|
2f1fd85b9e
|
Merge pull request #731 from akimd/fix-t.65
T.65: fix code examples
|
9 years ago |
Akim Demaille
|
2b80bc92a5
|
T.65: fix code examples
|
9 years ago |
Olaf Dietsche
|
bb2e744c3f
|
Minor spelling fixes
|
9 years ago |
Thibault Kruse
|
5a02b22bb2
|
stricter cpplint checks
|
9 years ago |
Thibault Kruse
|
1c0e2b7d11
|
fix invalid code
|
9 years ago |
Thibault Kruse
|
25e3ec4652
|
improve code example, use() function makes little sense with void results of f() and g()
|
9 years ago |
Thibault Kruse
|
7c991f0e7e
|
fix varname
|
9 years ago |
Thibault Kruse
|
a361c37f5e
|
unique funIds
|
9 years ago |
Thibault Kruse
|
9590bb94b1
|
fix code examples
|
9 years ago |
Thibault Kruse
|
2db47928df
|
fix unnecessary block
|
9 years ago |
Thibault Kruse
|
6a39a88bf8
|
Fix initializer list example
|
9 years ago |
Thibault Kruse
|
d918525609
|
python: fix superfluous newline in extracted plain.txt, causes bad line numbers in spell check
|
9 years ago |
Thibault Kruse
|
690f9e9aed
|
repair markdown checking
|
9 years ago |
Thibault Kruse
|
084eb29d42
|
minor improvement, strip newlines from end of code snippets
|
9 years ago |
Thibault Kruse
|
1842b88c21
|
refactor python code extractor: extract function
|
9 years ago |
Thibault Kruse
|
8e282fa90c
|
Minor fix to python code extractor, dedent by indentation amount
|
9 years ago |
Thibault Kruse
|
154dd24a54
|
improve cpplint check by invoking python just once. Reduces time from 1m to 6s
|
9 years ago |
Gabriel Dos Reis
|
3acba2ebae
|
Merge pull request #726 from tkruse/fix-typos
Fix typos
|
9 years ago |
Gabriel Dos Reis
|
a051b7e840
|
Merge pull request #728 from olafdietsche/issue_cp_3
CP.3: Fix example: function declarations
|
9 years ago |
Olaf Dietsche
|
bceec9e494
|
CP.3: Fix example: function declarations
|
9 years ago |
Thibault Kruse
|
da31c7dacf
|
extend dict
|
9 years ago |
Thibault Kruse
|
a11f1f7f53
|
fix typos
|
9 years ago |
Gabriel Dos Reis
|
031379332d
|
Merge pull request #724 from fmorgner/master
Move whitespace to right place
|
9 years ago |
Felix Morgner
|
8078b0a1f8
|
Move whitespace to right place
|
9 years ago |
Gabriel Dos Reis
|
fdc4a6df04
|
Merge pull request #722 from tkruse/fix-text
Fix text mistake
|
9 years ago |
Thibault Kruse
|
1e4b13bfb0
|
fix whitespace after comma
|
9 years ago |
Thibault Kruse
|
9c148afad3
|
Fix transition of *Excption* to #### Exception in 4d7b1d
|
9 years ago |
Gabriel Dos Reis
|
db029855dd
|
Merge pull request #696 from tkruse/style-fixes
Style fixes
|
9 years ago |
Thibault Kruse
|
254c123c14
|
fix internal link
|
9 years ago |
Thibault Kruse
|
13419aa5dd
|
fix code style
|
9 years ago |
Thibault Kruse
|
603a1b4286
|
Fix whitespace inconsistencies, remove tabs
|
9 years ago |