0
I Use This!
Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Jul 01, 2025 — Jul 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update cpplint.py to #131: - Optional check to make sure #includes are in alphabetical order. - Optional "--counting=" option for statistics on what errors were found. - Fix typos. - Warn on overloading the unary operator&(). (Binary operator&() is fine). - Fix false positives on "new int(x)"; it is not a cast. - Allow "NOLINT" on header guards. - Prevent members of a class from being "const string&". More... over 16 years ago
Update google-c-style.el to #4: - Deal with case where the previous line ends with an open parenthesis. More... almost 17 years ago
Update google-c-style.el to #4: - Deal with case where the previous line ends with an open parenthesis. More... almost 17 years ago
M pyguide.html More... almost 17 years ago
M pyguide.html More... almost 17 years ago
M pyguide.html More... almost 17 years ago
M pyguide.html More... almost 17 years ago
A pyguide.html More... almost 17 years ago
A pyguide.html More... almost 17 years ago
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
Relicense cpplint under 3 clause BSD for webkit folks. Review URL: http://codereview.chromium.org/147238 More... about 17 years ago
Relicense cpplint under 3 clause BSD for webkit folks. Review URL: http://codereview.chromium.org/147238 More... about 17 years ago
Update cpplint.py to #122: - Don't check quoted filenames with irrelevant tests. - Make cpplint accept 'for (foo; bar; ) {}'. - Work with temporary files generated by Emacs flymake-mode. - Don't warn on "/// Doxygen comments." - Check the use of DCHECK in the same way we check the use of CHECK. - Properly handle relative file paths with IncludeWhatYouUse checking. - Start checking for IncludeWhatYouUse in a limited way in .cc files. More... about 17 years ago
Update cpplint.py to #122: - Don't check quoted filenames with irrelevant tests. - Make cpplint accept 'for (foo; bar; ) {}'. - Work with temporary files generated by Emacs flymake-mode. - Don't warn on "/// Doxygen comments." - Check the use of DCHECK in the same way we check the use of CHECK. - Properly handle relative file paths with IncludeWhatYouUse checking. - Start checking for IncludeWhatYouUse in a limited way in .cc files. More... about 17 years ago
Update Objective-C style guide to 2.12: - Refer to the correct section on avoiding exceptions More... about 17 years ago