Thibault Kruse
f70ca3ee9e
Consistent formatting of interval ranges
2017-06-25 11:26:41 +09:00
Andrew Pardoe
69d2341c1e
Fixing edit fail
2017-06-19 12:25:30 -07:00
Andrew Pardoe
b3b329f937
Fixing up suggestions from Issues 505 and 496
2017-06-19 12:22:21 -07:00
Andrew Pardoe
2bd4a7c9ad
Fix Enforcement for C.151 after PR #952
2017-06-19 10:11:05 -07:00
Andrew Pardoe
8c0f764b77
Merge pull request #952 from tkruse/code-fixes
...
small issues found trying to compile examples
2017-06-19 10:09:36 -07:00
Rory Jaffe
24fa6d4b00
Added break to each case in switch statement
2017-06-18 16:44:57 -07:00
Thibault Kruse
b02eb91b84
code fixes
2017-06-18 20:39:00 +09:00
Sergey Zubkov
22c305fdee
travis fixes and a typo
2017-06-17 20:36:23 -04:00
Thibault Kruse
70655d1131
Fix typos and change spellcheck call to not check URLs ( #961 )
2017-06-17 20:32:04 -04:00
Andrew Pardoe
03dc7d3f44
Updating date
2017-06-12 16:13:30 -07:00
Bjarne Stroustrup
9472111c6c
Talk materials list
...
Issue #929 .
It would be nice to have more material, and I haven't yet uploaded all
slides.
2017-06-12 17:55:01 -04:00
Bjarne Stroustrup
8cc76e2c38
Fix Enum.4 example
...
Issue #716
2017-06-12 17:07:50 -04:00
Bjarne Stroustrup
5393fab88f
labels missing
...
#938 . I have inserted a temporary fix. We need to re-work the whole
discussions section
2017-06-12 16:54:38 -04:00
Andrew Pardoe
5e2f9064b2
Merge pull request #927 from ZachHenkel/master
...
Additional guidance around casts:
2017-06-12 11:26:37 -07:00
Andrew Pardoe
19da9a1d03
Merge pull request #950 from cubbimew/pimpl
...
New rule: I.27 Pimpl
2017-06-12 11:20:56 -07:00
Sergey Zubkov
0048b15ead
fix mismatch between title and toc for F.22
2017-06-12 08:57:15 -04:00
Andrew Pardoe
5205a4e567
updating date
2017-06-11 21:25:28 -07:00
Andrew Pardoe
c0b1ea189f
Merge pull request #958 from xfix/patch-1
...
Rename rnd to round in I.1
2017-06-11 18:44:55 -07:00
Andrew Pardoe
18e8e91745
Merge pull request #957 from eliaskosunen/master
...
Add braces to for loop in P.1 example
2017-06-11 18:41:25 -07:00
Andrew Pardoe
ba3bdb1f40
Merge pull request #949 from robert-andrzejuk/patch-2
...
Minor typo (I think)
2017-06-11 18:36:21 -07:00
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.
2017-06-10 12:08:12 +02:00
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.
2017-06-09 23:30:42 +03:00
Andrew Pardoe
6907911089
Updating date
2017-06-08 16:58:52 -07:00
Robert Andrzejuk
d5667c5f8a
Minor typo
...
I think a minor typo got itself in ... the second 'string_span' should be string_view.
2017-06-08 22:24:25 +02:00
Tom Isaacson
974d6a2090
Fix link to constructor virtual
2017-06-09 08:04:15 +12:00
Florin
d4d48ec772
Fix tense, semantic error
2017-06-08 13:57:50 +02:00
Sergey Zubkov
fe9861d98a
New rule: I.27 Pimpl
2017-06-04 10:58:27 -04:00
Sergey Zubkov
906ae347f3
travis CI fixes
2017-06-04 10:47:46 -04:00
Bjarne Stroustrup
c355df948f
reorganize the lifetime profile description
2017-06-03 15:38:36 -04:00
Abigail
11e92eb4c5
Fix Markdown rendering failure
...
Use of <iostream> without backticks causes the Markdown render to fail
from this point onwards on GitHub pages.
2017-06-03 07:47:06 +01:00
Zachary Henkel
f3ff5bae6d
Clarify "unnecessary cast" by decomposing the class into identity casts and implicit casts.
2017-06-02 09:24:29 -05:00
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)
2017-06-02 20:34:32 +09:00
Gabriel Dos Reis
520087569f
Merge pull request #943 from galik/fix_unique_target_case
...
Fix case of unique anchors to match others
2017-06-01 19:51:54 -07:00
Bledson Kivy
d240b7611e
#include
d instead of #included
2017-06-01 23:26:45 -03:00
Zachary Henkel
3c867e5079
Final style changes
2017-05-31 10:11:19 -05:00
Zachary Henkel
2ef544d4ad
Additional formatting
2017-05-31 10:10:00 -05:00
Zachary Henkel
abd71982da
Another try with the linter
2017-05-31 10:03:02 -05:00
Zachary Henkel
ca35984813
Try to make the linter happy
2017-05-31 09:50:10 -05:00
Andrew Pardoe
c7733a398a
Updating date
2017-05-29 17:46:56 -07:00
galik
7cf5f01bad
Fix case if unique anchors to match others
...
SL.str.5, SL.str.10, SL.str.11, SL.str.12
2017-05-26 06:21:54 +01:00
Gabriel Dos Reis
07d2413d80
Merge pull request #939 from galik/fix_item_tags
...
Fix various item tags (missing colons)
2017-05-25 15:18:15 -07:00
galik
fa50221dd0
Fix various item tags (missing colons)
...
I.2, C.10, A.1, A.2, A.4, NL.5
2017-05-25 23:09:08 +01:00
Gabriel Dos Reis
9e29780db6
Merge pull request #937 from ProgramMax/add-missing-period
...
Add missing period
2017-05-25 15:05:02 -07:00
Chris Blume
ea50b4ea78
Add missing period
2017-05-25 13:38:51 -07:00
Sergey Zubkov
d816cc5705
travis CI fixes
2017-05-24 22:35:05 -04:00
Zachary Henkel
2cd9993ae4
Revise cast guidance following upstream edits
2017-05-24 15:31:11 -05:00
Zachary Henkel
9ef1d51c34
Merge from https://github.com/isocpp/CppCoreGuidelines
2017-05-24 14:58:33 -05:00
Bjarne Stroustrup
6c3620d1e8
minor cleanup
2017-05-24 08:49:21 -04:00
Malcolm Parsons
4dfe88b716
Fix broken links ( #935 )
2017-05-24 11:15:58 +01:00
Sergey Zubkov
531a8a5ebd
travis CI fixes and other typos
2017-05-23 23:48:56 -04:00