GitHub / cpp-best-practices/cppbestpractices issues and pull requests
#170 - Fix CMake/C++ Starter Project Link
Pull Request -
State: open - Opened by imdanielsp 9 months ago
#169 - Broken Link Chapter 2: Use_the_Tools_Available
Issue -
State: open - Opened by FordHBennett 10 months ago
#168 - Broken Link - 11 Further Reading
Issue -
State: open - Opened by Rehart-Kcalb 11 months ago
- 1 comment
#167 - C++ Practice
Issue -
State: open - Opened by Kraizzy 11 months ago
#166 - Fix GitHub description
Pull Request -
State: open - Opened by trots 12 months ago
#165 - Fixed broken link in code styles
Pull Request -
State: open - Opened by ikocs about 1 year ago
#164 - Add infer to static analyzers
Pull Request -
State: open - Opened by materigoprecitec about 1 year ago
#163 - Replaced broken link for MuCPP on 02-Use_the_Tools_Available.md
Pull Request -
State: open - Opened by biglari over 1 year ago
#162 - Denote `override` and `final` as code
Pull Request -
State: open - Opened by vil02 over 1 year ago
#161 - Consider adding LLVM bolt to the tooling section
Issue -
State: open - Opened by arun5309 over 1 year ago
#160 - Infer might be added to the static code analyzer section
Issue -
State: open - Opened by materigoprecitec over 1 year ago
- 1 comment
#159 - Added Sonar analyzers
Pull Request -
State: closed - Opened by philsquared over 1 year ago
#158 - Add GLIBCXX_ASSERTIONS to recommended compiler flags
Pull Request -
State: open - Opened by Ryanf55 over 1 year ago
#157 - Fix typo
Pull Request -
State: closed - Opened by hyperupcall almost 2 years ago
#156 - Update 03-Style.md
Pull Request -
State: closed - Opened by acbreton about 2 years ago
#155 - Incorrect usage of "camel case".
Issue -
State: closed - Opened by acbreton about 2 years ago
#154 - Fix broken link to John Carmack's comments on `const`
Pull Request -
State: closed - Opened by pbrubaker about 2 years ago
#153 - clang-modernize is now part of clang-tidy
Pull Request -
State: closed - Opened by asmaloney over 2 years ago
#152 - MSVC more standards conformance
Issue -
State: open - Opened by Oipo over 2 years ago
#151 - unavailable on gitbooks: 401 unauthorized
Issue -
State: closed - Opened by peiga almost 3 years ago
- 1 comment
#150 - Fix link to PDF in "Considering Correctness"
Pull Request -
State: closed - Opened by avsej almost 3 years ago
#149 - Fix typos
Pull Request -
State: closed - Opened by tocic almost 3 years ago
#148 - What is the difference in "\n" AND '\n'
Issue -
State: open - Opened by mallikpramod almost 3 years ago
- 2 comments
#147 - Clarify that marking certain member variables const can hinder performance
Issue -
State: open - Opened by andreastedile about 3 years ago
- 3 comments
#146 - Add note about VS2022's treat angle brackets as external feature
Pull Request -
State: closed - Opened by ifarbod about 3 years ago
#145 - 02-Use_the_Tools_Available.md -> cmake/coite ist deprecated
Issue -
State: open - Opened by jolz over 3 years ago
#144 - MSVC /Wall is not unusable because of standard library headers
Issue -
State: open - Opened by laurynas-biveinis over 3 years ago
#143 - Considering_Safety typo fix
Pull Request -
State: closed - Opened by scintill over 3 years ago
#142 - Fixed slightly incorrect build2 references
Pull Request -
State: closed - Opened by Klaim over 3 years ago
#141 - Source control tools are not source control hosing services
Issue -
State: open - Opened by Klaim over 3 years ago
#140 - Adds CPM to package managers
Pull Request -
State: closed - Opened by cliffburdick almost 4 years ago
#139 - Update 02-Use_the_Tools_Available.md
Pull Request -
State: closed - Opened by simrego almost 4 years ago
#138 - Fixed broken youtube link in README.md
Pull Request -
State: closed - Opened by sohamroy19 almost 4 years ago
#137 - Update 04-Considering_Safety.md
Pull Request -
State: closed - Opened by adzcai almost 4 years ago
#136 - Unclear mention of -Weffc++ in "Use the tools available"
Issue -
State: closed - Opened by IgnacioJPickering almost 4 years ago
- 2 comments
#135 - Clarify GCC/Clang compiler flags
Pull Request -
State: closed - Opened by JonnyPtn over 4 years ago
#134 - Update the list of profilers
Pull Request -
State: closed - Opened by aminya over 4 years ago
#133 - First discuss runtime performance
Pull Request -
State: closed - Opened by aminya over 4 years ago
#132 - Remove duplicated content
Pull Request -
State: closed - Opened by AristoChen over 4 years ago
#131 - gitbook link broken
Issue -
State: open - Opened by mcandre over 4 years ago
- 1 comment
#130 - youtube link in README.md seems broken
Issue -
State: closed - Opened by Svjoern over 4 years ago
- 1 comment
#129 - Remove trailing whitespace
Pull Request -
State: closed - Opened by JosephTLyons over 4 years ago
#128 - Const as Much as Possible (Not!)
Issue -
State: open - Opened by tad-ashlock over 4 years ago
- 3 comments
#127 - Fix broken link to Further Reading chapter
Pull Request -
State: closed - Opened by craigscott-crascit almost 5 years ago
#126 - Compiler warning: function declaration isn’t a prototype
Issue -
State: closed - Opened by maxim133 almost 5 years ago
- 1 comment
#125 - Style casing inconsistency
Issue -
State: closed - Opened by Adobe-Android about 5 years ago
- 1 comment
#124 - Consider mentioning compiler cache / ccache
Issue -
State: closed - Opened by feroze about 5 years ago
#123 - Add Jonathan Boccara's NamedType library
Pull Request -
State: closed - Opened by shreyasbharath over 5 years ago
#122 - Add pahole to the list of other tools
Pull Request -
State: closed - Opened by timwoj over 5 years ago
#121 - XMake - Build System
Pull Request -
State: closed - Opened by kassane over 5 years ago
#120 - /Wx raises Command-Line Error D8021
Pull Request -
State: closed - Opened by famastefano over 5 years ago
#119 - consider inlining links
Issue -
State: open - Opened by mikeblas over 5 years ago
#118 - closing sentence in "Style" section doesn't make sense
Issue -
State: open - Opened by mikeblas over 5 years ago
#117 - fix: fix link to Memoro
Pull Request -
State: closed - Opened by juliusHuelsmann over 5 years ago
#116 - 02-Use_the_Tools_Aviable : Add autotools, gdb, heaptrack, hotspot, cutter
Pull Request -
State: closed - Opened by thomaslepoix over 5 years ago
#115 - Tools to add
Issue -
State: open - Opened by amishscientist over 5 years ago
- 1 comment
#114 - Wiki accident / Security issue
Issue -
State: open - Opened by caiubi over 5 years ago
#113 - Add vcpkg to 'Use the Tools Available'
Pull Request -
State: closed - Opened by studoot over 5 years ago
#112 - rmf.io is dead
Pull Request -
State: closed - Opened by ericcurtin over 5 years ago
#111 - Link to gitbook broken
Issue -
State: open - Opened by alexhadd almost 6 years ago
#110 - added vcpkg library manager to Tools section
Pull Request -
State: closed - Opened by kathu almost 6 years ago
#109 - Add vcpkg to package managers
Pull Request -
State: closed - Opened by gamingrobot almost 6 years ago
#108 - Underflow / overflow terms are used incorrectly
Issue -
State: open - Opened by Xeverous almost 6 years ago
- 2 comments
#107 - Rule of Zero "original article" link is dead.
Issue -
State: open - Opened by jmatzen almost 6 years ago
- 1 comment
#106 - Update clang-format instructions for VSCode
Pull Request -
State: closed - Opened by rigtorp about 6 years ago
#105 - Add clang-format instructions for CLion
Pull Request -
State: closed - Opened by rigtorp about 6 years ago
#104 - Add IKOS to the list of static analyzers
Pull Request -
State: closed - Opened by ghost over 6 years ago
- 1 comment
#103 - Add Table of Contents to pages for viewing via github
Issue -
State: open - Opened by claremacrae over 6 years ago
- 1 comment
#102 - Update 02-Use_the_Tools_Available.md
Pull Request -
State: closed - Opened by njlr over 6 years ago
#101 - updated GitHub description (providing free private repos)
Pull Request -
State: closed - Opened by dermojo over 6 years ago
#100 - Mention C++17's init-statement in the `Limit Variable Scope` section
Pull Request -
State: closed - Opened by RostakaGmfun over 6 years ago
#99 - Consider Avoiding Boolean Parameters
Issue -
State: open - Opened by PeterBadzhakov over 6 years ago
#98 - Clean up lefticus' github repositories
Issue -
State: closed - Opened by Yzrsah over 6 years ago
- 2 comments
#97 - Fix typo
Pull Request -
State: closed - Opened by tristan0x over 6 years ago
#96 - A case against UPPERCASE constants
Issue -
State: open - Opened by sasq64 over 6 years ago
- 3 comments
#95 - add GCC/Clang compiler versions for warning flags
Pull Request -
State: closed - Opened by ashutosh108 over 6 years ago
#94 - Add reference for cmake
Pull Request -
State: closed - Opened by pauldreik over 6 years ago
- 1 comment
#93 - Fix typo
Pull Request -
State: closed - Opened by Afforix over 6 years ago
#92 - /W14640 => /w14640
Pull Request -
State: closed - Opened by ashutosh108 over 6 years ago
#91 - Bazel on Windows
Issue -
State: open - Opened by geoffviola almost 7 years ago
- 1 comment
#90 - Fix typo
Pull Request -
State: closed - Opened by racko almost 7 years ago
#89 - Forward Declarations
Issue -
State: open - Opened by jbandela almost 7 years ago
- 1 comment
#88 - External warning label for headers in MSVC
Issue -
State: open - Opened by donny-dont almost 7 years ago
#87 - Fix typo
Pull Request -
State: closed - Opened by edykim about 7 years ago
#86 - add hunter to build tools
Pull Request -
State: closed - Opened by headupinclouds about 7 years ago
#85 - Consider adding Compiler Explorer links to Considering Performance chapter
Issue -
State: open - Opened by samkellett over 7 years ago
- 2 comments
#84 - Update 02-Use_the_Tools_Available.md
Pull Request -
State: closed - Opened by CoderGears over 7 years ago
#83 - Fix CppDepend URL
Pull Request -
State: closed - Opened by demonkoryu over 7 years ago
#82 - Update 02-Use_the_Tools_Available.md
Pull Request -
State: closed - Opened by CoderGears over 7 years ago
- 1 comment
#81 - Is A::*var good style?
Issue -
State: closed - Opened by Ben1980 over 7 years ago
#80 - Fix typo
Pull Request -
State: closed - Opened by mivade over 7 years ago
#79 - No description for /W44640 compiler flag
Issue -
State: closed - Opened by Ben1980 over 7 years ago
- 2 comments
#78 - Added OCLint
Pull Request -
State: closed - Opened by richelbilderbeek over 7 years ago
#77 - Never Mix Tabs and Spaces - revisited
Issue -
State: open - Opened by robert-andrzejuk almost 8 years ago
- 2 comments
#76 - Provided a working copy of the original article
Pull Request -
State: closed - Opened by LesnyRumcajs almost 8 years ago
#75 - Updating scripting page
Pull Request -
State: closed - Opened by mivade about 8 years ago
#74 - Fixed typo
Pull Request -
State: closed - Opened by richelbilderbeek about 8 years ago
#73 - static constant floating point use constexpr
Pull Request -
State: closed - Opened by arunksaha about 8 years ago
- 1 comment
#72 - t_ and m_ Prefix
Issue -
State: closed - Opened by foobar13373 about 8 years ago
- 1 comment
#71 - When/how to use asserts
Issue -
State: open - Opened by olivif about 8 years ago
- 5 comments