Commit Graph

217 Commits

Author SHA1 Message Date
Jason Turner
6daacceacc Merge pull request #70 from olivif/olivif/narrowing
Clarify narrowing between = and {}
2017-06-01 15:38:54 -06:00
Jason Turner
482f5ee0e2 Merge pull request #68 from Gluttton/add_GitLab_to_CI
Add GitLab to CI section.
2017-06-01 15:32:06 -06:00
Jason Turner
53ff04270f Minor adjustments to cppcheck notes 2017-06-01 15:30:43 -06:00
Jason Turner
778a04ee31 Merge pull request #67 from Gluttton/cppcheck_best_practices
Added suggestions for usage of cppcheck
2017-06-01 15:28:30 -06:00
Olivia
47da1a23b7 Clarify narrowing between = and {} 2017-05-31 02:09:16 +02:00
Gluttton
fea58947a8 Add GitLab to CI section. 2017-05-21 23:15:13 +03:00
Gluttton
64578e8031 Added suggestions for usage of cppcheck: use --check-config, use -j1 for detection of unused functions, use --force for checking all #ifdef. 2017-05-21 22:48:29 +03:00
Jason Turner
2bbcaf6eb6 Merge pull request #65 from offa/broken_link
Link to rule of zero article fixed
2017-03-07 15:23:05 -08:00
Jason Turner
779f4021f2 Merge pull request #64 from arunksaha/const_member
const member variable
2017-02-28 14:01:13 -08:00
Arun Sah
743c4ebbcb Note on copy assignment 2017-02-25 07:35:23 -08:00
offa
e3e136e170 Link to rule of zero article fixed. 2017-02-24 14:45:05 +01:00
Jason Turner
08127620d1 Update 02-Use_the_Tools_Available.md 2017-02-23 14:37:21 -07:00
Arun Saha
9efc2a70dc const member variable 2017-02-18 10:11:46 -08:00
Jason Turner
bddbab3193 Merge pull request #63 from arunksaha/formatting
formatting fix
2017-02-18 09:40:53 -07:00
Arun Saha
eea3d25f0c formatting fix 2017-02-18 08:23:28 -08:00
Jason Turner
6e3f2d3f3c Add note on containing warning disabling code. 2017-01-05 23:05:18 -07:00
Jason Turner
6445e67d83 Add notes on various analysis tools 2017-01-05 23:02:07 -07:00
Jason Turner
d7bd72b7d4 Add note about kcov 2017-01-05 22:23:54 -07:00
Jason Turner
86a5f34116 Add "The Ultimate Question of Programming, Refactoring, and Everything" 2016-12-19 21:01:55 -07:00
Jason Turner
b06a60799b Add premake 2016-12-19 20:48:23 -07:00
Jason Turner
9bc72366e5 Merge pull request #62 from katms/master
Update include-what-you-use url
2016-12-12 07:30:57 -08:00
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