0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Feb 22, 2025 — Feb 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix wrong number of braces. More... over 15 years ago
Fix wrong number of braces. More... over 15 years ago
Update C++ style guide to 3.178: - Fix grammatical and spelling errors, and revise awkward phrasing. More... over 15 years ago
Update C++ style guide to 3.178: - Fix grammatical and spelling errors, and revise awkward phrasing. More... over 15 years ago
Update C++ style guide to 3.175: - Fix typo. More... over 15 years ago
Update C++ style guide to 3.175: - Fix typo. More... over 15 years ago
Project prefix directory should work with Hg. More... over 15 years ago
Project prefix directory should work with Hg. More... over 15 years ago
Update C++ style guide to 3.174: - Add leading blank line exception. - Improve guidance for function definition comments. - Tweak class comment example to not violate type naming guidelines. More... over 15 years ago
Update C++ style guide to 3.174: - Add leading blank line exception. - Improve guidance for function definition comments. - Tweak class comment example to not violate type naming guidelines. More... over 15 years ago
Update C++ style guide to 3.171: - Add a section to specify deprecation comments. More... over 15 years ago
Update C++ style guide to 3.171: - Add a section to specify deprecation comments. More... over 15 years ago
Update C++ style guide to 3.170: - Allow overloading a function judiciously. - _unittest and _regtest are deprecated. - Document C++0x policy. - Allow namespace aliases in .h files when inside namespaces. - Give examples for and against parentheses with return. - Update set of allowed Boost headers. - Add a caveat to the forward-declaration section, mentioning impicit constructors. More... over 15 years ago
Update C++ style guide to 3.170: - Allow overloading a function judiciously. - _unittest and _regtest are deprecated. - Document C++0x policy. - Allow namespace aliases in .h files when inside namespaces. - Give examples for and against parentheses with return. - Update set of allowed Boost headers. - Add a caveat to the forward-declaration section, mentioning impicit constructors. More... over 15 years ago
Update Python style guide with styleguide.xsl r51. More... over 15 years ago
Update Python style guide with styleguide.xsl r51. More... over 15 years ago
Update JavaScript style guide to 2.3: - Clarify the semantics of @private and @protected, in particular how they differ from the expectations of users of C++ and Java. More... over 15 years ago
Update JavaScript style guide to 2.3: - Clarify the semantics of @private and @protected, in particular how they differ from the expectations of users of C++ and Java. More... over 15 years ago
Update Objective-C style guide to 2.20: - Allow dot notation for simple property access. - Clarify spacing around category definitions and parameters that take protocols. More... over 15 years ago
Update Objective-C style guide to 2.20: - Allow dot notation for simple property access. - Clarify spacing around category definitions and parameters that take protocols. More... over 15 years ago
Added JavaScript style guide More... over 15 years ago
Added JavaScript style guide More... over 15 years ago
Update look and feel of the style guides More... over 15 years ago
Update look and feel of the style guides More... over 15 years ago
Update C++ style guide to 3.161: - Forbid the use of operator synonyms such as "and." - Specify the naming convention (OrDie) to use when a function has crash-on-failure semantics. - Allow static const data members to be non-private. - Specify placement of friend declarations. - Require each file to include headers that they use. More... almost 16 years ago
Update C++ style guide to 3.161: - Forbid the use of operator synonyms such as "and." - Specify the naming convention (OrDie) to use when a function has crash-on-failure semantics. - Allow static const data members to be non-private. - Specify placement of friend declarations. - Require each file to include headers that they use. More... almost 16 years ago
Update cpplint.py to #150: - Be explicit about "class Foo :\n public Bar" being wrong. - Allow snprintf(NULL, 0, ...) pattern. - Extend NOLINT syntax. - Remove NOLINT hint. - <new> is an STL header. - Use original filename for header guard when invoked by flymake. - Avoid false-positive build/include_what_you_use errors for use of classes called "string" other than STL ones. More... almost 16 years ago
Update cpplint.py to #150: - Be explicit about "class Foo :\n public Bar" being wrong. - Allow snprintf(NULL, 0, ...) pattern. - Extend NOLINT syntax. - Remove NOLINT hint. - <new> is an STL header. - Use original filename for header guard when invoked by flymake. - Avoid false-positive build/include_what_you_use errors for use of classes called "string" other than STL ones. More... almost 16 years ago
Adding licensing footer More... almost 16 years ago
Adding licensing footer More... almost 16 years ago