Commit Graph

109 Commits

Author SHA1 Message Date
Cliff Burdick
94af2ae300 Adds CPM to package managers (#140) 2022-02-10 15:50:24 -07:00
Klaim (Joël Lamotte)
3104a4c183 Fixed slightly incorrect build2 references
`build2` is a toolchain with both build-system and package manager (and a few other tools to help project management). This adds it to the build system list (it can be used with only the build system) and clarifies that it's a complete toolchain in both references.
2021-12-23 22:58:18 +01:00
Jason Turner
ad81298a25 Merge pull request #132 from AristoChen/master
Remove duplicated content
2021-08-23 19:51:56 -06:00
Jason Turner
b5eacf0559 Merge pull request #135 from JonnyPtn/patch-1
Clarify GCC/Clang compiler flags
2021-08-23 19:50:51 -06:00
simrego
f3eb30f102 Update 02-Use_the_Tools_Available.md
Maybe include Ghidra in reverse engineering tools? It has a lot of features. And I know this is an NSA program, but they already knows what have you done... ;)
2021-08-18 15:43:01 +02:00
Jonny Paton
d7fd0817f5 Clarify GCC/Clang compiler flags
Added a description for `-pedantic` and clarified similarly to the MSVC section
2021-04-15 10:42:32 +01:00
AristoChen
31598aaed1 Remove duplicated content 2021-03-30 23:52:31 +08:00
Craig Scott
6829947e0d Fix broken link to Further Reading chapter 2020-08-20 08:35:23 +10:00
Jason Turner
77810f654d Add BinSkim and fuzzit to list of tools 2020-06-17 18:07:27 -06:00
Jason Turner
0336f01531 Merge branch 'master' into master 2020-05-17 08:24:47 -06:00
Jason Turner
0f23efa4d0 Merge branch 'master' into patch-1 2020-05-17 08:22:00 -06:00
Jason Turner
f50a972743 Merge pull request #120 from famastefano/patch-1
/Wx raises Command-Line Error D8021
2020-05-17 08:18:32 -06:00
Jason Turner
80227adcd8 Merge branch 'master' into patch-1 2020-05-17 08:17:47 -06: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
Matheus Catarino França
bb0d93a36d XMake - Build System 2020-03-17 14:06:10 -03:00
Stefano Famà
07eb64cfeb /Wx raises Command-Line Error D8021
The correct arg has a capital X `/WX`. `/Wx` is treated like `/W<number>` but fails the parsing and generates an invalid number (I suppose).
2020-03-07 12:02:18 +01:00
Julius Hülsmann
1b0d330534 fix: fix link to Memoro
Fix swapped Markdown Link.
2020-01-26 21:00:21 +01:00
tlepoix@localhost
73500d48ea 02-Use_the_Tools_Aviable : Add autotools, gdb, heaptrack, hotspot, cutter 2019-12-25 03:06:54 +01:00
Jason Turner
ce52a52e33 Merge branch 'master' into add-vcpkg 2019-12-09 15:00:50 -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
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
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
Thomas Bailleux
7ff2c521a3 Add IKOS to the list of static analyzers 2019-04-24 09:39:14 +02:00
Jason Turner
54e2a3b7a4 Add note on cmake --build 2019-04-18 15:00:48 -06: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
Daniel Evers
719b94324b updated GitHub description (providing free private repos) 2019-03-03 21:55:27 +01: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
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
Jason Turner
c58f76d298 Add note on -Wlifetime 2018-10-03 11:55:59 -06:00
Edward Kim
86b4e0aad5 Fix typo 2018-07-27 09:54:42 -07:00
Jason Turner
5c5800d8f3 Update 02-Use_the_Tools_Available.md 2018-07-18 16:50:48 -06:00
Jason Turner
aa2f8ce9ca Addition of package management section 2018-07-18 16:24:18 -06:00
David Hirvonen
1ecc3f5fd9 add hunter to build tools 2018-06-02 10:14:49 -04:00
Jason Turner
c58e6d75e6 Update 02-Use_the_Tools_Available.md 2018-04-27 19:28:12 -06:00
Jason Turner
2764eb398d Update 02-Use_the_Tools_Available.md 2018-03-23 07:35:24 -06:00
demonkoryu
1d10cb6b23 Fix CppDepend URL 2018-03-06 11:13:55 +01:00
CoderGears
84c1d42fb7 Update 02-Use_the_Tools_Available.md 2018-02-15 10:20:56 +00:00
Jason Turner
28fbde4064 Add cmake-format 2018-02-14 08:45:18 -07:00
Jason Turner
75b4ad1b43 Update MSVC flags descriptions
Closes #79
2018-01-18 16:50:27 -07:00
Jason Turner
e10030ae18 Merge pull request #78 from richelbilderbeek/master
Added OCLint
2018-01-18 16:43:49 -07:00
Jason Turner
95e7a16c1e Add control flow guard 2018-01-07 21:31:00 -07:00
Jason Turner
201cc6d404 Update 02-Use_the_Tools_Available.md 2018-01-07 20:41:52 -07:00
Richel Bilderbeek
7099b49164 Added OCLint 2018-01-06 11:50:35 +01:00
Jason Turner
52a23430db Update 02-Use_the_Tools_Available.md 2017-12-10 15:13:03 -07:00