Commit Graph

1154 Commits (847bd8205e875bb27693dba51d9e1228e6bcd6bf)
 

Author SHA1 Message Date
Thibault Kruse 847bd8205e Warn on the presence of Uniceode EN space instead of plain blank 9 years ago
Jacob Langley 2c8b34653d Add a line to help remark identify code block inside bullet list 9 years ago
Jacob Langley a2dba2e78b Fix cpplint issues
Rconc-create0.cpp:20:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Res-always5.cpp:15:  Missing space after ,  [whitespace/comma] [3]
Rp-lib0.cpp:15:  Missing space after ,  [whitespace/comma] [3]
Rs-using-directive0.cpp:25:  Extra space after ( in function call  [whitespace/parens] [4]
Rs-using-directive0.cpp:25:  Extra space before )  [whitespace/parens] [2]
9 years ago
Jacob Langley 48b40df328 Fix markdown lint errors
11979:3          warning  Incorrect indentation before bullet: remove 1 space  list-item-bullet-indent
19412:1-19462:23   warning  Missing blank line before block node                 no-missing-blank-lines
9 years ago
Jacob Langley 04fd2a5807 Fix spellcheck errors
Line 1037: analyser -> analyses
Line 2399: yu -> yew
Line 3745: funtions -> functions
Line 3748: multimethods -> multi methods
Line 6652: mixins -> mixing
Line 11991: unittests -> unittest
9 years ago
Kevin Kennedy b9a1ed62e9 Change Unicode EN SPACE (U+2002) characters to SPACE (U+0020) so that Pandoc-generated LaTeX can compile without Error 9 years ago
Andrew Pardoe 5408dd3e75 updating date 9 years ago
hsutter ba3c4b5692 Updated example for Con.1
The original example was good, but it used a reference where the point
of Con.1 is about declaring objects themselves const
9 years ago
hsutter dfb2a5b1fe Minor consistency cleanup
- Fixed an inconsistent title (section ToC and actual guideline title
differed)
- Can't reseat a reference, so changed it to pointer
- Removed what I think is a stray/outdated rule against passing
move-only types (unique_ptr) by &&
- Reordered a three-line example for logical flow
9 years ago
hsutter 55780020c1 Added lifetime profile placeholder 9 years ago
hsutter 398d3a7400 Added Bounds.* section index 9 years ago
hsutter e436db0a0e Type.5.1 actually belongs after Type.4
So making it Type.4.1 for now
9 years ago
hsutter 901b301b1f Updated refresh date 9 years ago
hsutter 42da80ef76 Fixed numbering in Type section
There were two Type.7's. Renumbered one of them to .5.1 for now, and
fixed the section table of contents.
9 years ago
hsutter 0af5e31eb2 Closes #836 9 years ago
hsutter 33adf1eede Elaborated on #835.
Incorporating @cubbimew's comments. Thanks!
9 years ago
hsutter 3b3148d99c Closes #835
We do not encourage `owner<T&>`.
9 years ago
hsutter 0bb2de37a0 Closed 856 and 857
Added C++17-specific text in ES.6 for `if` and `switch` initializers.

Note that the Guidelines assume C++14, so the "Enforcement" clauses for
C++17-specific rules will be separate until we assume people have broad
access to C++17 features in their compilers. Once that happens we can
roll the C++17-specific parts into the main text.
9 years ago
Neil MacIntosh 46916f4dbe Added latest span standardization proposal. 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 80e06dee13 Merge pull request #846 from isocpp/bs-local-1
tools and library rules
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
Jacob Langley 9f07e19c0d Replace the libreoffice dicti with the ubuntu dict for perf
Ubuntu dictionaries extracted from:
http://us.archive.ubuntu.com/ubuntu/pool/main/h/hunspell-en-us/hunspell-en-us_20070829-6ubuntu3_all.deb
9 years ago
Bjarne Stroustrup 87bb531080 tools and library rules
in philosophy
9 years ago
Jacob Langley f5e0865041 Make hunspell work regardless of dev environment
Add en_US dictionary from https://extensions.libreoffice.org/extensions/english-dictionaries/2017-01.01
rather than relying on system installed ones which may not exist and
point the make logic at that dictionary
9 years ago
Jacob Langley 163dbfb3df Merge branch 'master' into jacobl.macbuild 9 years ago
Andrew Pardoe 47e5764e6e Update date 9 years ago
Andrew Pardoe b7a3c641c6 Merge branch 'tituswinters-thread-tooling' 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 8b65eb18cb Merge branch 'master' of https://github.com/isocpp/CppCoreGuidelines 9 years ago
Andrew Pardoe 11e5e00f23 Merge pull request #818 from cubbimew/c138
C.138 initial content
9 years ago
Jacob Langley 76576a82ea Use perl-oneliners instead of linux grep specific command options 9 years ago
Bjarne Stroustrup f2dfcfc438 minor cleanup 9 years ago
Jonathan Wakely 14f67ae8dd Fix typos from commit 9858685786 9 years ago
Andrew Pardoe f7aedf3d75 Fixing typos in last commit. Thank you, Sergey & Jonathan. 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