Commit Graph

310 Commits

Author SHA1 Message Date
Jason Turner
80227adcd8 Merge branch 'master' into patch-1 2020-05-17 08:17:47 -06:00
Jason Turner
005bc6bf9b Merge pull request #122 from timwoj/master
Add pahole to the list of other tools
2020-05-17 08:17:04 -06:00
Jason Turner
9486df24ff Merge pull request #123 from shreyasbharath/add-named_type
Add Jonathan Boccara's NamedType library
2020-05-17 08:16:20 -06:00
Shreyas Balakrishna
4aa7ef3c0a Add Jonathan Boccara's NamedType library 2020-04-29 16:35:17 +12:00
Tim Wojtulewicz
6e6e506031 Remove trailing whitespace 2020-04-24 17:30:28 -07:00
Tim Wojtulewicz
571d59382e Add pahole to the Other Tools list 2020-04-24 17:30:03 -07:00
Jason Turner
fe0fcf9040 Fix summary.md link to chapter 9 2020-04-12 21:38:48 -06:00
Matheus Catarino França
bb0d93a36d XMake - Build System 2020-03-17 14:06:10 -03:00
Jason Turner
203c9d1787 Merge pull request #113 from studoot/add-vcpkg
Add vcpkg to 'Use the Tools Available'
2019-12-09 15:01:00 -08:00
Jason Turner
ce52a52e33 Merge branch 'master' into add-vcpkg 2019-12-09 15:00:50 -08:00
Jason Turner
a5fea499bf Merge pull request #110 from kathu/patch-1
added vcpkg library manager to Tools section
2019-12-09 14:59:07 -08:00
Jason Turner
4a41888de9 Merge branch 'master' into patch-1 2019-12-09 14:58:57 -08:00
Jason Turner
13018f3609 Merge pull request #109 from gamingrobot/patch-1
Add vcpkg to package managers
2019-12-09 14:58:05 -08:00
Jason Turner
17de6b6f7b Merge pull request #112 from ericcurtin/patch-1
rmf.io is dead
2019-12-09 14:57:15 -08:00
Stuart Dootson
018cb79fe4 Add vcpkg to 'Use the Tools Available'
Add Microsoft's `vcpkg` package manager.
2019-12-09 14:46:19 +00:00
Jason Turner
19e4c22de1 Add new section on correctness, mutation testing 2019-12-08 16:30:26 -07:00
Jason Turner
47e65a5359 Add files via upload 2019-12-08 13:16:26 -08:00
Eric Curtin
f4be721652 rmf.io is dead 2019-11-03 14:17:38 +00:00
Nikita S
71aaf01ed6 added vcpkg library manager to Tools section 2019-09-17 13:54:53 +03:00
Morgan Creekmore
4e3b841277 Add vcpkg to package managers 2019-09-05 17:27:25 -05:00
Jason Turner
aba2ab9e93 Merge pull request #106 from rigtorp/patch-3
Update clang-format instructions for VSCode
2019-06-06 14:39:13 -05:00
Jason Turner
ff5a566fc3 Merge branch 'master' into patch-3 2019-06-06 14:38:56 -05:00
Jason Turner
4f58cf03ad Merge pull request #105 from rigtorp/patch-2
Add clang-format instructions for CLion
2019-06-06 08:27:57 -05:00
Erik Rigtorp
a8db0f19ce Update 03-Style.md 2019-05-24 17:33:57 -05:00
Erik Rigtorp
1122346247 Add clang-format instructions for CLion 2019-05-24 17:31:33 -05:00
Jason Turner
e73393f25a Merge pull request #104 from zadlg/patch-1
Add IKOS to the list of static analyzers
2019-05-09 09:06:47 -05:00
Thomas Bailleux
7ff2c521a3 Add IKOS to the list of static analyzers 2019-04-24 09:39:14 +02:00
Jason Turner
31cef74911 Enhance notes on algorithms. 2019-04-18 15:04:29 -06:00
Jason Turner
54e2a3b7a4 Add note on cmake --build 2019-04-18 15:00:48 -06:00
Jason Turner
5d2c6d23fc Merge pull request #102 from njlr/patch-1
Update 02-Use_the_Tools_Available.md
2019-04-18 15:58:23 -05:00
njlr
a5aa2b4654 Update 02-Use_the_Tools_Available.md
* Bazel works on Windows now, so corrected this
 * Adds mention of Buck, which is similar to Bazel
 * Adds mention of Buckaroo
2019-03-27 11:50:00 +00:00
Jason Turner
e161b09659 Fix clangpowertools links 2019-03-26 08:36:27 -06:00
Jason Turner
eabdc04990 Merge pull request #100 from RostakaGmfun/cpp17-init-statements
Mention C++17's init-statement in the `Limit Variable Scope` section
2019-03-26 07:34:46 -07:00
Jason Turner
d04a773459 Merge pull request #101 from dermojo/master
updated GitHub description (providing free private repos)
2019-03-26 07:34:14 -07:00
Daniel Evers
719b94324b updated GitHub description (providing free private repos) 2019-03-03 21:55:27 +01:00
Rostyslav Kurylo
187c033b74 Mention C++17's init-statement in the Limit Variable Scope section 2018-12-23 21:53:30 +02:00
Jason Turner
c644a3bf52 Merge pull request #97 from tristan0x/patch-1
Fix typo
2018-12-18 19:49:51 -07:00
Tristan Carel
f22cfe10da Fix typo 2018-12-18 08:36:03 +01:00
Jason Turner
bc1ed4222e Update 08-Considering_Performance.md
Add notes on clcache
2018-11-25 17:18:32 -07:00
Jason Turner
0af98c39d4 Merge pull request #95 from ashutosh108/patch-1
add GCC/Clang compiler versions for warning flags
2018-11-25 17:16:42 -07:00
Anton Voloshin
f49737bc80 -Wpedantic: CLang >= 3.2 as well (Update 02-Use_the_Tools_Available.md) 2018-11-22 18:43:12 +02:00
Anton Voloshin
147736a36b add GCC/Clang compiler versions for warning flags
Added a note like (only in GCC >= 4.8) or (GCC >= 4.6, Clang >= 3.8) for every suggested -Wxxx flag since they are not uniformly supported. Based on WARN_FLAGS setup code in d209af97b5/CMakeLists.txt. Verified by using godbolt.org and digging around release notes.
2018-11-21 22:03:05 +02:00
Jason Turner
4035ddb50e Merge pull request #94 from pauldreik/master
Add reference for cmake
2018-11-20 15:43:43 -07:00
Jason Turner
e00cc04b89 Merge pull request #93 from Afforix/fix-typo
Fix typo
2018-11-20 15:43:17 -07:00
Jason Turner
59298adc7a Merge pull request #92 from ashutosh108/patch-1
/W14640 => /w14640
2018-11-20 15:43:02 -07:00
Jason Turner
3916e4bd48 Merge pull request #90 from racko/patch-1
Fix typo
2018-11-20 15:42:49 -07:00
Paul Dreik
93db02100e Add reference for cmake
I found this to be an excellent guide
2018-11-20 22:00:18 +01:00
Matěj Plch
6a9fb6af66 fix typo 2018-11-18 18:58:04 +01:00
ashutosh108
90797e2294 /W14640 => /w14640
In the "MSVC" section, "/w14640" is correctly given as lowercase in the detailed list, but wrongly given with uppercase "W" in the summary above.
2018-11-14 22:31:24 +02:00
Tim Rakowski
31549d8e37 Fix typo 2018-10-28 10:14:13 +01:00