Commit Graph

1378 Commits (bf7d7da1659d738823ca2e1048e69ebae677fcf2)
 

Author SHA1 Message Date
Andrew Pardoe 18e8e91745 Merge pull request #957 from eliaskosunen/master
Add braces to for loop in P.1 example
9 years ago
Andrew Pardoe ba3bdb1f40 Merge pull request #949 from robert-andrzejuk/patch-2
Minor typo (I think)
9 years ago
Konrad Borowski 7367e07598 Rename rnd to round in I.1
At first, I assumed that this is "rand" function, not "round" function,
and was confused why exactly is it a problem that this returns
different values. While it's easy to notice when actually reading the
code, this slows down the comprehension, and bad function naming is
not point of that particular guideline.
9 years ago
Elias Kosunen 7763b97b52 Add braces to for loop in P.1 example
`for` with no `block-statement` as its `statement` is bad practice and should not be shown in an example. This example is meant to demonstrate code duplication and expessiveness, not to show poor usage of braces or lack thereof.
9 years ago
Andrew Pardoe 6907911089 Updating date 9 years ago
Robert Andrzejuk d5667c5f8a Minor typo
I think a minor typo got itself in ... the second 'string_span' should be string_view.
9 years ago
Gabriel Dos Reis 0eba15190b Merge pull request #956 from parsley72/master
Fix link to constructor virtual
9 years ago
Tom Isaacson 974d6a2090 Fix link to constructor virtual 9 years ago
Gabriel Dos Reis a8377b9302 Merge pull request #955 from codeboost/patch-3
C.133 - Grammar/semantic issues fixed
9 years ago
Florin d4d48ec772 Fix tense, semantic error 9 years ago
Sergey Zubkov fe9861d98a New rule: I.27 Pimpl 9 years ago
Sergey Zubkov 906ae347f3 travis CI fixes 9 years ago
Bjarne Stroustrup c355df948f reorganize the lifetime profile description 9 years ago
Gabriel Dos Reis 6c82e4abbf Merge pull request #947 from AbigailBuccaneer/patch-1
Fix Markdown rendering failure
9 years ago
Abigail 11e92eb4c5 Fix Markdown rendering failure
Use of <iostream> without backticks causes the Markdown render to fail
from this point onwards on GitHub pages.
9 years ago
Gabriel Dos Reis 4359ca5ae5 Merge pull request #941 from tkruse/style-fixes
Style fixes
9 years ago
Zachary Henkel f3ff5bae6d Clarify "unnecessary cast" by decomposing the class into identity casts and implicit casts. 9 years ago
Thibault Kruse 9cc50836bd Diverse style fixes
Remove whitespace at end of line

fix code indent

whitepsace between operators

align comments

add method name to fix syntax highlighting

typo: start with capital letter

Apply snake-case naming for unctions (for consistency)
9 years ago
Gabriel Dos Reis 520087569f Merge pull request #943 from galik/fix_unique_target_case
Fix case of unique anchors to match others
9 years ago
Gabriel Dos Reis 5fb7c03bed Merge pull request #945 from Bledson/patch-2
`#include`d instead of `#included`
9 years ago
Bledson Kivy d240b7611e `#include`d instead of `#included` 9 years ago
Zachary Henkel 4b3352b435 Add words used in anchors to custom dictionary 9 years ago
Zachary Henkel 3c867e5079 Final style changes 9 years ago
Zachary Henkel 2ef544d4ad Additional formatting 9 years ago
Zachary Henkel abd71982da Another try with the linter 9 years ago
Zachary Henkel ca35984813 Try to make the linter happy 9 years ago
Andrew Pardoe c7733a398a Updating date 9 years ago
galik 7cf5f01bad Fix case if unique anchors to match others
SL.str.5, SL.str.10, SL.str.11, SL.str.12
9 years ago
Gabriel Dos Reis 07d2413d80 Merge pull request #939 from galik/fix_item_tags
Fix various item tags (missing colons)
9 years ago
galik fa50221dd0 Fix various item tags (missing colons)
I.2, C.10, A.1, A.2, A.4, NL.5
9 years ago
Gabriel Dos Reis 9e29780db6 Merge pull request #937 from ProgramMax/add-missing-period
Add missing period
9 years ago
Chris Blume ea50b4ea78 Add missing period 9 years ago
Sergey Zubkov d816cc5705 travis CI fixes 9 years ago
Zachary Henkel 2cd9993ae4 Revise cast guidance following upstream edits 9 years ago
Zachary Henkel 6a7552db21 Additonal merge from https://github.com/isocpp/CppCoreGuidelines 9 years ago
Zachary Henkel 9ef1d51c34 Merge from https://github.com/isocpp/CppCoreGuidelines 9 years ago
Bjarne Stroustrup 6c3620d1e8 minor cleanup 9 years ago
Malcolm Parsons 4dfe88b716 Fix broken links (#935) 9 years ago
Sergey Zubkov 531a8a5ebd travis CI fixes and other typos 9 years ago
Shalom Craimer 5f5d5d8ca6 Fixing link to C.146 to be valid, and a link to ??? to be unlinked (#934)
this fixes links and the issues discovered by travis CI
9 years ago
Bjarne Stroustrup 5975f4d5db more bounds profile reorganization 9 years ago
Bjarne Stroustrup df160f3654 Most of the bounds safety profile 9 years ago
Bjarne Stroustrup 9eb18fdf9e vector exception to {} initializers 9 years ago
Bjarne Stroustrup 9d44e718eb Reorganized the Type safety profile 9 years ago
Andrew Pardoe c721b2c325 Merge pull request #931 from sizeofvoid/master
fix: unsigned int value comment
9 years ago
Bjarne Stroustrup 5da51a9a44 more work on anchors 9 years ago
Bjarne Stroustrup 9d283bc451 anchors for Type.* 9 years ago
Bjarne Stroustrup 986106c63c more Type.* reorganization 9 years ago
Bjarne Stroustrup e2719d035b Reorganize Type.1-3 9 years ago
Bjarne Stroustrup 6e86c182f9 Don't detach, rename raii_thread to joining_thread
Addressing #925 . Please review carefully. #925 is tricky.
9 years ago