0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Feb 04, 2023 — Feb 04, 2024
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. 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. More... over 11 years ago
Restore redirect to Rguide.xml from r105. More... over 11 years ago
Restore r105 of Rguide.xml, now with the svn:mime-type property set. More... over 11 years ago
Adding streambuf as a valid CPP header. 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. More... over 11 years ago
Roll back r105. More... over 11 years ago
Update R style guide to current version. More... over 11 years ago
Added cpplint.py output format for eclipse More... over 11 years ago
Add --root flag used for deriving header guard CPP variable. More... almost 12 years ago
Update google-c-style.el to #33. Review URL: https://codereview.appspot.com/8717044 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>. More... almost 12 years ago
Initial public release of Shell Style Guide (1.25). More... almost 12 years ago
Updated cpplint.py to #224: More... about 12 years ago
Google Common Lisp Style Guide, revision 1.17 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. More... about 12 years ago
Google Common Lisp Style Guide, revision 1.16 More... over 12 years ago
more extensions, and fix check More... over 12 years ago
Google Common Lisp Style Guide, revision 1.15 More... over 12 years ago
Google Common Lisp Style Guide updated to 1.13. More... over 12 years ago
Google Common Lisp Style Guide, revision 1.12 More... over 12 years ago
Google Common Lisp Style Guide updated to 1.11. More... over 12 years ago
Google Common Lisp Style Guide updated to 1.10, integrating more feedback from inside and outside Google. More... over 12 years ago
Manually add stylesheet information (for now) to lispguide.xml. More... over 12 years ago
Publish the Google Common Lisp Style Guide, revision 1.8, for public review. More... over 12 years ago
Updating python style guide More... over 12 years ago
Adding back style sheet link (dropped after file re-generation). More... over 12 years ago
Sync. More... over 12 years ago
Add Google C++ Eclipse style config. More... over 12 years ago
Changed the hashband on cpplint.py More... almost 13 years ago