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 27 of 30
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update C++ style guide to 3.274: - Change formatting rules of braced initializers. - Permit use of constexpr and allow constexpr global variables. - Allow all C++11 features except for those that are specifically banned. - Fix/add C99 format specifiers for ptrdiff_t and ssize_t. - Add lambda expressions to the list of explicitly banned C++11 features. - Relax "return type is always on the same line as the function name" rule. - Allow unique_ptr, discourage ownership transfer. Allow noncopyable std::move. - Allow system-specific includes after other includes. - Add boost/math/distributions to the set of permitted Boost libraries.
[email protected]
More...
over 11 years ago
Update Common Lisp Style Guide to 1.22: * tweak some typos and bad formatting * refer to ASDF3's UIOP rather than its predecessors.
[email protected]
More...
over 11 years ago
Restore redirect to Rguide.xml from r105.
[email protected]
More...
over 11 years ago
Restore r105 of Rguide.xml, now with the svn:mime-type property set.
[email protected]
More...
over 11 years ago
Adding streambuf as a valid CPP header.
[email protected]
More...
over 11 years ago
Update C++ style guide to 3.260: - Add boost::bimap to the list of allowed Boost libraries. - C++11: remove mention of constexpr. - Remove noun/verb naming rules, and consolidate "General Naming Rules". - C++11: allow variadic templates. - Revise guidance on function definition comments. - Clarify that one space is sufficient before trailing /* */ comments. - C++11: allow alias templates. - C++11: allow <array>, deprecate Boost array. - C++11: allow unique_ptr, deprecate Boost pointer container. - C++11: allow braced initializer lists.
[email protected]
More...
over 11 years ago
Roll back r105.
[email protected]
More...
over 11 years ago
Update R style guide to current version.
[email protected]
More...
over 11 years ago
Added cpplint.py output format for eclipse
[email protected]
More...
over 11 years ago
Add --root flag used for deriving header guard CPP variable.
[email protected]
More...
almost 12 years ago
Update google-c-style.el to #33. Review URL: https://codereview.appspot.com/8717044
[email protected]
More...
almost 12 years ago
Update C++ style guide to 3.245: - Relax the rule for sizeof(varname) vs. sizeof(type). - Allow an exception for nonconst reference parameters where convention dictates their use, such as for swap. - C++11: allow static_assert. - Require non-trivial fall-through between cases in switch statements to be annotated. Trivial fall-through includes consecutive case labels with no intervening code, and no comment is required in these cases. - C++11: allow constexpr. - Revise the "Integer Types" section to note type-width problems. - Clarify that the "arguments on subsequent lines" function call style is acceptable even when the 80-column limit doesn't require it. - Boost: allow part of Polygon. - C++11: allow <tuple>.
[email protected]
More...
almost 12 years ago
Initial public release of Shell Style Guide (1.25).
[email protected]
More...
almost 12 years ago
Updated cpplint.py to #224:
[email protected]
More...
about 12 years ago
Google Common Lisp Style Guide, revision 1.17
[email protected]
More...
about 12 years ago
Update C++ style guide to 3.231: - Clarify that sentence-like non-sentence comments are permitted. - Note that older code with incorrect #include ordering should be fixed. - Revamp the section on default function arguments. - Avoid explicitly recommending Init() methods. - C++11: permit "auto". - C++11: permit ">>" in place of "> >". - C++11: permit range-based "for". - C++11: permit variadic macros (already permitted as a C++03 extension). - C++11: permit "LL" and "ULL" literal suffixes (already permitted as a C++03 extension). - Reflect the revised copyright and author line policy: copyright notices are not required, but license boilerplate may still be used (and generally contains a copyright notice). Author lines are not required. - C++11: permit new features in <algorithm> and the portion of <numeric> that does not require initializer lists. - Revise rules on forward declarations: explicitly forbid forward-declared functions, do not mandate forward declarations, discourage forward-declared templates. - Remove the rule requiring "const" qualifiers for member functions to be on the same line as the closing parenthesis of the parameter list. - Fix typo: "unnamed namespaces." - C++11: permit local types as template parameters. - Fix typo: "unfamiliar." - Relax RTTI rules to permit its use, but warn about its abuse. - C++11: permit nullptr and nullptr_t. Revise text referring to NULL to refer more generically to null pointers. - Remove the "don't go crazy with const" rule. - Fix typo: "dir/foo2" should bee "dir2/foo2." - Remove reference to a specific GCC version.
[email protected]
More...
about 12 years ago
Google Common Lisp Style Guide, revision 1.16
[email protected]
More...
over 12 years ago
more extensions, and fix check
Thibault Kruse
More...
over 12 years ago
Google Common Lisp Style Guide, revision 1.15
[email protected]
More...
over 12 years ago
Google Common Lisp Style Guide updated to 1.13.
[email protected]
More...
over 12 years ago
Google Common Lisp Style Guide, revision 1.12
[email protected]
More...
over 12 years ago
Google Common Lisp Style Guide updated to 1.11.
[email protected]
More...
over 12 years ago
Google Common Lisp Style Guide updated to 1.10, integrating more feedback from inside and outside Google.
[email protected]
More...
over 12 years ago
Manually add stylesheet information (for now) to lispguide.xml.
[email protected]
More...
over 12 years ago
Publish the Google Common Lisp Style Guide, revision 1.8, for public review.
[email protected]
More...
over 12 years ago
Updating python style guide
[email protected]
More...
over 12 years ago
Adding back style sheet link (dropped after file re-generation).
[email protected]
More...
over 12 years ago
Sync.
[email protected]
More...
over 12 years ago
Add Google C++ Eclipse style config.
[email protected]
More...
over 12 years ago
Changed the hashband on cpplint.py
[email protected]
More...
almost 13 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