Commit Graph

1371 Commits (863dcae05ea3be2d297dd22e8343c25ae7b672e6)
 

Author SHA1 Message Date
Andrew Pardoe 863dcae05e Add in the "real" logo with text, delete mine 9 years ago
Andrew Pardoe 66fc5d4f5c Merge branch 'master' of https://github.com/isocpp/CppCoreGuidelines 9 years ago
Andrew Pardoe 7ba2317992 Updating date 9 years ago
Andrew Pardoe c6c3c36e44 Updating logo 9 years ago
Andrew Pardoe a3860f3cc2 Merge pull request #971 from tkruse/style-fixes2
Style fixes for compile-time, run-time and similar
9 years ago
Andrew Pardoe e82d9b4d77 Merge pull request #972 from tkruse/interval-fix
Interval-notation fix (attempt 2)
9 years ago
Andrew Pardoe b8e4dc42fc Fixing hunspell errors 9 years ago
Thibault Kruse d13bfcda64 Consistent hyphenation of ajectives like lock-free, well-defined, old-style,... 9 years ago
Thibault Kruse 015ee8df10 make 'non-' prefix spelling consistent 9 years ago
Thibault Kruse 9159315d8c make non-`const` spelling consistent 9 years ago
Thibault Kruse ba82be70bd make 'side effect' vs. 'side-effect' spelling consistent 9 years ago
Thibault Kruse 172520b570 make 'reuse' vs. 're-use' spelling consistent 9 years ago
Thibault Kruse d14067a5b4 make 'error-prone' usage consistent 9 years ago
Thibault Kruse 9aa9e8fc9f fix hyphenation of ...-allocated adcjectives 9 years ago
Thibault Kruse 95b001c0d8 fix hyphenation of open-source 9 years ago
Thibault Kruse 00f9e9ae50 fix bad hyphen for standard-library as adjective 9 years ago
Thibault Kruse f1971b1401 add nonwords to dict to remove spellchacker warning 9 years ago
Thibault Kruse d28a46983e Fix missing comma 9 years ago
Thibault Kruse b4c1e30743 Make usage of run-time, compile-time, lifetime, real-time and hard-real-time consistent 9 years ago
Thibault Kruse f70ca3ee9e Consistent formatting of interval ranges 9 years ago
Andrew Pardoe db5e75b08b Adding logo to readme.md 9 years ago
Andrew Pardoe cebedcfa9a Add logo to Readme 9 years ago
Andrew Pardoe 81eeba7377 Add logo to Readme 9 years ago
Andrew Pardoe debdaa3c6e Add logo to Readme 9 years ago
Andrew Pardoe 69d2341c1e Fixing edit fail 9 years ago
Andrew Pardoe b3b329f937 Fixing up suggestions from Issues 505 and 496 9 years ago
Andrew Pardoe 2bd4a7c9ad Fix Enforcement for C.151 after PR #952 9 years ago
Andrew Pardoe 8c0f764b77 Merge pull request #952 from tkruse/code-fixes
small issues found trying to compile examples
9 years ago
Andrew Pardoe d666de70a3 Merge pull request #965 from rsjaffe/master
Added break to each case in switch statement
9 years ago
Rory Jaffe 24fa6d4b00 Added break to each case in switch statement 9 years ago
Thibault Kruse b02eb91b84 code fixes 9 years ago
Sergey Zubkov 22c305fdee travis fixes and a typo 9 years ago
Thibault Kruse 70655d1131 Fix typos and change spellcheck call to not check URLs (#961) 9 years ago
Andrew Pardoe 03dc7d3f44 Updating date 9 years ago
Bjarne Stroustrup 9472111c6c Talk materials list
Issue #929.
It would be nice to have more material, and I haven't yet uploaded all
slides.
9 years ago
Bjarne Stroustrup 8cc76e2c38 Fix Enum.4 example
Issue #716
9 years ago
Bjarne Stroustrup 5393fab88f labels missing
#938. I have inserted a temporary fix. We need to re-work the whole
discussions section
9 years ago
Andrew Pardoe 5e2f9064b2 Merge pull request #927 from ZachHenkel/master
Additional guidance around casts:
9 years ago
Andrew Pardoe 19da9a1d03 Merge pull request #950 from cubbimew/pimpl
New rule: I.27 Pimpl
9 years ago
Andrew Pardoe baa22ee020 Merge pull request #960 from cubbimew/f22title
fix mismatch between title and toc for F.22
9 years ago
Sergey Zubkov 0048b15ead fix mismatch between title and toc for F.22 9 years ago
Andrew Pardoe 5205a4e567 updating date 9 years ago
Andrew Pardoe c0b1ea189f Merge pull request #958 from xfix/patch-1
Rename rnd to round in I.1
9 years ago
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