0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 03, 2025 — Sep 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve the error message for when #ifndef guards don't match the #define. More... over 14 years ago
Support svn 1.7 directory structure. More... almost 15 years ago
Support svn 1.7 directory structure. More... almost 15 years ago
Update JavaScript style guide to 2.28: - Fix typo. More... almost 15 years ago
Update JavaScript style guide to 2.28: - Fix typo. More... almost 15 years ago
Update C++ style guide to 3.199: - Update an example to omit the blank line between C and C++ #includes. - Rewrite the paragraph about #include ordering. - Clarify namespace closing comments. - Discourage const references for input arguments which are aliased beyond the scope of the function call. - Replace all '&' with '&'. - Clarify that interfaces must have virtual destructors. - Add an explicit example for |else if|. - C++11 updates. More... almost 15 years ago
Update C++ style guide to 3.199: - Update an example to omit the blank line between C and C++ #includes. - Rewrite the paragraph about #include ordering. - Clarify namespace closing comments. - Discourage const references for input arguments which are aliased beyond the scope of the function call. - Replace all '&' with '&'. - Clarify that interfaces must have virtual destructors. - Add an explicit example for |else if|. - C++11 updates. More... almost 15 years ago
Update to #179: More... almost 15 years ago
Update to #179: More... almost 15 years ago
Add extension mechanisms for custom checks to cpplint.py. More... almost 15 years ago
Add extension mechanisms for custom checks to cpplint.py. More... almost 15 years ago
Update cpplint.py to #161: - ostream should be treated as a system header - Expand the MockCallback whitelist entry for gMock. - Virtual destructor check shouldn't get confused with "class EXPORT ClassName {" constructs. - Don't warn about the length of "$ Id: ... $" lines. - Better semicolon checks in for() loops. - Better whitespace comment checks. Review URL: http://codereview.appspot.com/4964064 More... almost 15 years ago
Update cpplint.py to #161: - ostream should be treated as a system header - Expand the MockCallback whitelist entry for gMock. - Virtual destructor check shouldn't get confused with "class EXPORT ClassName {" constructs. - Don't warn about the length of "$ Id: ... $" lines. - Better semicolon checks in for() loops. - Better whitespace comment checks. Review URL: http://codereview.appspot.com/4964064 More... almost 15 years ago
Reverted r70, at asvitkine's request More... almost 15 years ago
Reverted r70, at asvitkine's request More... almost 15 years ago
Upstream useful lint check from WebKit's fork of cpplint.py. More... almost 15 years ago
Upstream useful lint check from WebKit's fork of cpplint.py. More... almost 15 years ago
Adding config files for formatting for IntelliJ and Eclipse More... about 15 years ago
Adding config files for formatting for IntelliJ and Eclipse More... about 15 years ago
Update C++ style guide to 3.188: - Revise "Smart Pointers" section. - Clarify that it's OK to have spaces after '#' in a preprocessor directive, even though '#' itself must not be indented. - Revise "TODO Comments" section. - Fix wording. - Explicitly recommend foo.h be the first file #included by foo_test.cc. More... over 15 years ago
Update C++ style guide to 3.188: - Revise "Smart Pointers" section. - Clarify that it's OK to have spaces after '#' in a preprocessor directive, even though '#' itself must not be indented. - Revise "TODO Comments" section. - Fix wording. - Explicitly recommend foo.h be the first file #included by foo_test.cc. More... over 15 years ago
New file google_python_style.vim. More... almost 16 years ago
New file google_python_style.vim. More... almost 16 years ago
Update JavaScript style guide to 2.11: - Fix r62, which was applied incorrectly. More... almost 16 years ago
Update JavaScript style guide to 2.11: - Fix r62, which was applied incorrectly. More... almost 16 years ago
Update C++ style guide to 3.180: - Remove comment about naming macros like enums. - Move a bad code snippet from a CODE_SNIPPET to a BAD_CODE_SNIPPET element. More... almost 16 years ago
Update C++ style guide to 3.180: - Remove comment about naming macros like enums. - Move a bad code snippet from a CODE_SNIPPET to a BAD_CODE_SNIPPET element. More... almost 16 years ago
Allow blank Doxygen-style comments. Patch by [email protected]. More... almost 16 years ago
Allow blank Doxygen-style comments. Patch by [email protected]. More... almost 16 years ago
Fix wrong number of braces. More... almost 16 years ago