Commit Graph

239 Commits

Author SHA1 Message Date
Colin Hirsch
8e4f50a58d Note that optimization can improve warnings. 2016-12-05 08:44:28 +01:00
Svyatoslav
6b120edc2b Add PVS-Studio static analyzer. 2016-12-05 09:54:38 +03:00
Jason Turner
2cb2c6c5d5 Merge pull request #58 from egorpugin/patch-1
Add C++ Archive Network entry.
2016-12-03 15:05:07 -07:00
Egor Pugin
30c69190fb Add C++ Archive Network entry. 2016-12-04 00:55:57 +03:00
Jason Turner
dc247aebb3 Merge pull request #57 from horenmar/mention-memory-sanitizer
MSan should also be mentioned amongst sanitizers.
2016-12-02 15:35:36 -07:00
Martin Hořeňovský
57b7ffcd78 MSan should also be mentioned amongst sanitizers. 2016-12-02 23:27:26 +01:00
Jason Turner
3daabe5c18 Add uftrace / rr 2016-11-30 17:08:13 -07:00
Jason Turner
07e028eddb Update 08-Considering_Performance.md 2016-11-14 15:27:30 -07:00
Jason Turner
6e95809dcb Update 03-Style.md
Closes #56
2016-10-10 08:10:51 -06:00
Jason Turner
8abb8946f3 Merge pull request #54 from offa/tools-sourcecontrol-gitlab
Gitlab description updated
2016-10-09 15:47:25 -06:00
Jason Turner
9130d2046e Merge pull request #55 from offa/tools-testing-cpputest
CppUTest added to Test Libraries
2016-10-09 15:46:34 -06:00
offa
64cc26a074 CppUTest added to Test Libraries. 2016-10-09 14:31:02 +02:00
offa
acb04cc166 Gitlab description updated. 2016-10-09 14:19:16 +02:00
Jason Turner
8cca20fa24 Add link to discussion on object lifetime
Closes #52
2016-09-28 14:12:27 -06:00
Jason Turner
e44c92bcf9 Add reference to discussion on variadic functions
Closes #53
2016-09-28 13:26:25 -06:00
Jason Turner
b9006b8a0b Merge pull request #51 from theta682/master
Updated URL for Google Test
2016-09-17 08:03:09 -06:00
Timothy Lyanguzov
31ee7e2bf9 Updated URL for Google Test 2016-09-17 19:45:28 +12:00
Jason Turner
75077c22cb Merge pull request #50 from ekse/patch-1
Updated a link to new site
2016-09-09 07:05:14 -06:00
ekse
2da51324fa Updated a link to new site
The content has moved to a new site and the currently linked version has code formatting issues.
2016-09-05 17:05:07 -04:00
Jason Turner
691a44814d Merge pull request #49 from cubranic/patch-1
Fix the link to the Ninja build system
2016-09-01 10:38:05 -06:00
Davor Cubranic
5683c9214e Fix the link to the Ninja build system 2016-09-01 09:18:29 -07:00
Jason Turner
c45c92fd16 Merge pull request #48 from sourcedelica/patch-1
Fix broken link to Google coding standard
2016-06-30 12:58:59 -06:00
Eric Pederson
7275d2fcc5 Fix broken link to Google coding standard 2016-06-30 13:04:20 -04:00
Jason Turner
7966043dfa Update 02-Use_the_Tools_Available.md 2016-05-30 08:15:41 -06:00
Jason Turner
3bc2c04819 Add note about underflow
Closes #47
v1.0.0
2016-05-25 15:50:11 -06:00
Jason Turner
75e12df808 Update 03-Style.md 2016-05-25 15:32:23 -06:00
Jason Turner
251eb8fa3f Add note to 'never use std::bind' 2016-05-25 15:28:39 -06:00
Jason Turner
4ce45d6da9 Update 02-Use_the_Tools_Available.md 2016-05-25 13:10:40 -06:00
Jason Turner
6ed4f24dd4 Update 02-Use_the_Tools_Available.md 2016-05-25 13:09:48 -06:00
Jason Turner
fc26def57a Update 09-Enable_Scripting.md 2016-05-25 13:02:56 -06:00
Jason Turner
4b205f3b2c Update 02-Use_the_Tools_Available.md 2016-05-25 13:02:23 -06:00
Jason Turner
ca6ab13f24 Update list of warnings for MSVC and GCC/clang 2016-05-25 12:46:46 -06:00
Jason Turner
3858b94c23 Update 01-Preface.md 2016-05-24 22:59:58 -06:00
Jason Turner
9276595b7a Update README.md 2016-05-24 22:59:32 -06:00
Jason Turner
74a4c084be Update book.json 2016-05-24 22:58:17 -06:00
Jason Turner
408a94b297 Update book.json 2016-05-24 22:47:13 -06:00
Jason Turner
f19b15781e Update book.json 2016-05-24 22:42:23 -06:00
Jason Turner
2328111711 Update book.json 2016-05-24 22:37:14 -06:00
Jason Turner
4520dcd62a Update 03-Style.md 2016-05-24 22:28:48 -06:00
Jason Turner
01ab3b9fa5 Add example for explicit conversion operators 2016-05-24 22:20:03 -06:00
Jason Turner
51ca655e8d Further reading updates
* Learning C++ Best Practices
* LLVM coding standards
* The Ultimate Question of Programming, Refactoring, and Everything
2016-05-24 18:09:32 -06:00
Jason Turner
7f06092bf1 Add meson, conan and Qt Build Suite tools 2016-05-24 17:59:08 -06:00
Jason Turner
0283fd3c17 Merge pull request #41 from rob100/variadic_functions
Do not define a variadic function
2016-03-11 14:57:38 -07:00
Jason Turner
ac40acbbd5 Update 02-Use_the_Tools_Available.md 2016-02-18 08:13:29 -07:00
Jason Turner
1c2491c384 Update comments on double vs float
See also #46
2015-12-30 13:30:38 -07:00
Jason Turner
571b39ca31 Merge pull request #44 from smeredith/style
Edit style section for grammar and clarity
2015-10-26 10:33:21 -06:00
Steve Meredith
a3db2e57dc Edit style section for grammar and clarity
I added a few missing punctuations and cleaned up the wording in a few places to
make it a little clearer.
I fixed the name of the constructor in a couple of the code examples.
2015-10-26 09:02:46 -07:00
Jason Turner
613895ce9e Merge pull request #43 from misto/patch-1
Update entry on Cevelop
2015-10-13 08:19:17 -06:00
Mirko Stocker
e3da49750d Update entry on Cevelop
@PeterSommerlad asked me to update the entry on Cevelop.
2015-10-09 10:06:34 +02:00
Jason Turner
b28ae0e75e Update 02-Use_the_Tools_Available.md 2015-10-07 08:25:49 -06:00