openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
cpplint/cpplint
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Feb 04, 2023 — Feb 04, 2024
Showing page 29 of 30
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
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.
mmentovai
More...
almost 15 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.
[email protected]
More...
almost 15 years ago
Adding licensing footer
monsur
More...
almost 15 years ago
Grammatical updates to JSON-C Style Guide. New CSS for HTML version of JSON-C Style Guide.
monsur
More...
almost 15 years ago
Adding an HTML version of the JSON-C Style Guide
monsur
More...
almost 15 years ago
Adding first iteration of the JSON-C Style Guide for JSON APIs
monsur
More...
almost 15 years ago
Check for mercurial checkouts in addition to svn and git.
[email protected]
More...
about 15 years ago
Update C++ style guide to 3.154: - Add call_traits to the set of allowed boost libraries. - Add an exception to the rule against default arguments to cover the useful case of simulating variadic functions. - Discourage the usage of ## in macros. - Clarify example: it's acceptable to declare two parameters on one line even if they don't all fit on that one line. - Fix a typo ("make use symmetric spacing"). - Change bitwise AND to logical AND in a condition.
mmentovai
More...
about 15 years ago
Update C++ style guide to 3.146: - Make the messaging on DISALLOW_EVIL_CONSTRUCTORS more clear that we should not be rewriting old code but should simply prefer DISALLOW_COPY_AND_ASSIGN on new code. - s/Initializer Lists/Constructor Initializer Lists/ since people search for this based on knowing it's part of the constructor, but forget the precise name. - Allow data members in a test fixture to be private. - Loosen restrictions on globals. - Add explicit guideline for nested namespace formatting. - Strengthen the prohibition against operator overloading for operator&. - Add recommendation for "_" over "-" in file names. - Revise the "Copy Constructors" section for brevity and clarity. Emphasize preference for standard over nonstandard copy operations. - Weaken the wording at the top of the "Doing Work in Constructors" section, making it clear that Init() methods are not absolutely required for non-trivial initialization. - Fix minor typos and grammatical errors.
mmentovai
More...
over 15 years ago
Update google-c-style.el to #6: - Deal with if/for/while better in multi-line expressions.
[email protected]
More...
over 15 years ago
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&".
[email protected]
More...
over 15 years ago
Update google-c-style.el to #4: - Deal with case where the previous line ends with an open parenthesis.
[email protected]
More...
over 15 years ago
M pyguide.html
[email protected]
More...
over 15 years ago
M pyguide.html
[email protected]
More...
over 15 years ago
A pyguide.html
[email protected]
More...
over 15 years ago
[no comment]
samantharachelcook
More...
over 15 years ago
[no comment]
samantharachelcook
More...
over 15 years ago
[no comment]
samantharachelcook
More...
over 15 years ago
[no comment]
samantharachelcook
More...
over 15 years ago
[no comment]
samantharachelcook
More...
over 15 years ago
[no comment]
samantharachelcook
More...
over 15 years ago
[no comment]
samantharachelcook
More...
over 15 years ago
[no comment]
samantharachelcook
More...
over 15 years ago
Relicense cpplint under 3 clause BSD for webkit folks. Review URL: http://codereview.chromium.org/147238
[email protected]
More...
over 15 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.
[email protected]
More...
over 15 years ago
Update Objective-C style guide to 2.12: - Refer to the correct section on avoiding exceptions
mmentovai
More...
almost 16 years ago
Update C++ style guide to 3.133: - Clarify that a "very strong convention" is, in fact, only very strong within Google code - Update the style guide with an additional naming possibility for enums: kEnumName - Reword the summary for the section on header file dependencies - Simplify wording regarding static variables
mmentovai
More...
almost 16 years ago
Update cpplint.py to #114: - Prevent invalid increment constructs - Allow long URLs in lines without hitting the 80 char limit - Prevent false positives of "Extra space after ( in function call" in macro definitions.
[email protected]
More...
almost 16 years ago
Checked in scrubbed version of Google XML Document Format Style Guide (Internal version at go/xmlstyle)
[email protected]
More...
almost 16 years ago
Update cpplint.py to #110. - Allow comments with URLs to exceed the 80 column limit. - Avoid false positives for "Lint failed to find start of function body" test. - Add checks for transform and min_element. - Style fixes
[email protected]
More...
almost 16 years ago
←
1
2
…
22
23
24
25
26
27
28
29
30
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree