Katherine Sullivan
|
c5ca7897ef
|
Update include-what-you-use url
moved from code.google.com to github
|
2016-12-08 15:41:11 -05:00 |
|
Jason Turner
|
8270a2d0f1
|
Merge pull request #61 from katms/syntax-fix
fix missing semicolon
|
2016-12-07 08:17:28 -07:00 |
|
Katherine Sullivan
|
71a8c38768
|
fix missing semicolon
|
2016-12-06 01:36:48 -05:00 |
|
Jason Turner
|
cdddc20c8c
|
Add link for -Wnull-dereference
|
2016-12-05 09:06:55 -07:00 |
|
Jason Turner
|
bdf47cc3a2
|
Merge pull request #59 from ColinH/master
Note that optimization can improve warnings.
|
2016-12-05 09:06:03 -07:00 |
|
Colin Hirsch
|
c22333327f
|
Add example.
|
2016-12-05 16:50:45 +01:00 |
|
Jason Turner
|
0195f96e6b
|
Merge pull request #60 from viva64/master
Add PVS-Studio static analyzer.
|
2016-12-05 06:55:23 -07:00 |
|
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 |
|