Commit Graph

14 Commits

Author SHA1 Message Date
Arun Saha
eea3d25f0c formatting fix 2017-02-18 08:23:28 -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
Katherine Sullivan
71a8c38768 fix missing semicolon 2016-12-06 01:36:48 -05:00
Jason Turner
07e028eddb Update 08-Considering_Performance.md 2016-11-14 15:27:30 -07:00
Jason Turner
8cca20fa24 Add link to discussion on object lifetime
Closes #52
2016-09-28 14:12:27 -06:00
Jason Turner
251eb8fa3f Add note to 'never use std::bind' 2016-05-25 15:28:39 -06:00
Jason Turner
1c2491c384 Update comments on double vs float
See also #46
2015-12-30 13:30:38 -07:00
rob100
1620934aa5 Added information about cotire 2015-08-24 13:49:43 +02:00
rob100
0a9dfb1ce2 Added more disadvantages for precompiled headers 2015-08-24 13:38:33 +02:00
rob100
68589f5c3a Precompiled Header
Filled the section about precompiled headers with some general
information and some links to a manual for the common compiler
2015-08-06 11:18:43 +02:00
Jason Turner
33b3aa64d0 Make note of "" vs '' 2015-06-28 19:58:58 -06:00
Jason Turner
395ccfaf72 Minor wording changes to iterator discussion
@rob100 I changed the wording about iterators and `++` because many iterator types are just internally a `++pointer` and the compiler *is* able to optimize it to the same level as `++int`. But that's not guaranteed to be true.

Closes #19
2015-06-28 13:39:44 -06:00
Robin Schlegel
7f680ba44d Improved recommendation to use pre-increment in loops instead of post-increment 2015-06-28 11:34:48 +02:00
Jason Turner
5c7340061d Add a new section on maintainability 2015-06-08 10:44:17 -06:00