364 Commits

Author SHA1 Message Date
Jason Turner
d57b14ec6d Update 02-Use_the_Tools_Available.md
Update working around /Wall
2024-06-18 22:21:10 -06:00
Jason Turner
b0ece552dc Merge pull request #159 from philsquared/patch-1
Added Sonar analyzers
2024-02-08 14:23:22 -07:00
Phil Nash
3d381ba20b Added Sonar analyzers 2024-02-08 17:20:56 +00:00
Jason Turner
b8b1d72dff Merge pull request #156 from acbreton/patch-1
Update 03-Style.md
2023-08-05 13:00:47 -06:00
Alec Breton
6b84e8dd7b Update 03-Style.md 2023-07-25 15:10:44 -04:00
Jason Turner
63294d082d Merge pull request #153 from asmaloney/patch-1
clang-modernize is now part of clang-tidy
2023-07-07 11:23:47 -06:00
Jason Turner
bcfbad25ea Merge pull request #154 from pbrubaker/patch-1
Fix broken link to John Carmack's comments on `const`
2023-07-07 11:22:41 -06:00
Pete Brubaker
883275cca4 Fix broken link to John Carmack's comments on const
The original link to Kotaku yields a 301 error, this links to the original 2013 article using the wayback machine.
2023-05-26 20:24:40 -07:00
Andy Maloney
6206bbf7ef clang-modernize is now part of clang-tidy 2023-01-18 16:10:47 -05:00
Jason Turner
2b8e2184e1 Merge pull request #150 from avsej/patch-1
Fix link to PDF in "Considering Correctness"
2022-10-25 14:13:27 -06:00
Jason Turner
b1629ebf81 Add "universal mutator" 2022-10-25 14:12:50 -06:00
Jason Turner
18aa4b6945 Add hdoc 2022-10-25 13:00:36 -06:00
Jason Turner
213413aad7 Add codespell link 2022-10-25 12:54:33 -06:00
Sergey Avseyev
05c3e4ff38 Fix link to PDF in "Considering Correctness" 2022-10-01 20:41:49 +00:00
Jason Turner
3b4eee387c Update 02-Use_the_Tools_Available.md 2022-09-19 10:19:11 -06:00
Jason Turner
1b9939b19a Merge pull request #149 from tocic/master
Fix typos
2022-09-19 10:16:22 -06:00
Jason Turner
d95cc1b545 Merge pull request #146 from ifarbod/patch-1
Add note about VS2022's treat angle brackets as external feature
2022-09-19 10:14:56 -06:00
Jason Turner
f59a1d7a0e Update 02-Use_the_Tools_Available.md
Add note about implicit-fallthrough with clang vs gcc
2022-09-19 10:14:06 -06:00
tocic
8ed0b2ea51 Fix typos 2022-09-04 14:29:59 +03:00
iFarbod
3abdbfeb94 Add note about VS2022's treast angle brackets as external feature 2022-05-10 17:44:38 +04:30
Jason Turner
8bb8d61061 Merge pull request #129 from JosephTLyons/Remove-trailing-whitespace
Remove trailing whitespace
2022-02-10 15:52:21 -07:00
Jason Turner
71fa0ed1ea Merge branch 'master' into Remove-trailing-whitespace 2022-02-10 15:51:49 -07:00
Cliff Burdick
94af2ae300 Adds CPM to package managers (#140) 2022-02-10 15:50:24 -07:00
Jason Turner
3b336de604 Merge pull request #142 from Klaim/patch-1
Fixed slightly incorrect build2 references
2022-02-10 15:49:45 -07:00
Jason Turner
5dfc89802f Merge pull request #143 from scintill/patch-1
Considering_Safety typo fix
2022-02-10 15:48:44 -07:00
Joey Hewitt
d506e26513 Considering_Safety typo fix 2022-01-26 09:49:37 -08: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
d7cbf392c0 Merge pull request #134 from aminya/patch-2
Update the list of profilers
2021-08-23 19:51:16 -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
Jason Turner
55df70377d Merge pull request #137 from pi-guy-in-the-sky/patch-1
Update 04-Considering_Safety.md
2021-08-23 19:50:17 -06:00
Jason Turner
9d6d72028b Merge pull request #138 from sohamroy19/master
Fixed broken youtube link in README.md
2021-08-23 19:50:01 -06:00
Jason Turner
247e79ab19 Merge pull request #139 from simrego/patch-1
Update 02-Use_the_Tools_Available.md
2021-08-23 19:49:42 -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
Soham Roy
55b67e437d Fixed broken youtube link in README.md
Mentioned in #130
2021-08-09 10:16:11 +05:30
Alexander Cai
e6359bcb5c Update 04-Considering_Safety.md
fix link to heartbleed article
2021-08-05 01:14:02 -06: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
Amin Yahyaabadi
b99c3da548 Update the list of profilers 2021-03-30 19:48:26 -05:00
AristoChen
31598aaed1 Remove duplicated content 2021-03-30 23:52:31 +08:00
Joseph T Lyons
f58462f198 Remove trailing whitespace 2021-01-16 18:10:50 -05:00
Jason Turner
1be918f768 Update README.md 2020-10-16 11:32:51 -06:00
Jason Turner
0de621f3ed Merge pull request #127 from craigscott-crascit/tools-cmake-further-reading-link
Fix broken link to Further Reading chapter
2020-10-14 11:12:35 -06:00
Craig Scott
6829947e0d Fix broken link to Further Reading chapter 2020-08-20 08:35:23 +10:00
Jason Turner
dd15e988b6 Create FUNDING.yml 2020-07-31 17:46:50 -06:00
Jason Turner
77810f654d Add BinSkim and fuzzit to list of tools 2020-06-17 18:07:27 -06:00
Jason Turner
c1367aa66d Merge pull request #116 from thomaslepoix/master
02-Use_the_Tools_Aviable : Add autotools, gdb, heaptrack, hotspot, cutter
2020-05-17 08:25:28 -06:00
Jason Turner
0336f01531 Merge branch 'master' into master 2020-05-17 08:24:47 -06:00
Jason Turner
a09519fa69 Merge pull request #117 from juliusHuelsmann/patch-1
fix: fix link to Memoro
2020-05-17 08:22:26 -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