aboutsummaryrefslogtreecommitdiff
path: root/cpplint
AgeCommit message (Expand)Author
2019-11-21Android: Workaround prebuilt python issueAlex Light
2019-11-19Add support for c++17 tuple destructuring (#487)Alex Light
2018-04-15Fix a typo in cpplint284km
2018-04-13Fixed _root_debug related crashJohan Dahlberg
2018-04-05Fix Issue 337Mmanu Chaturvedi
2018-03-12cpplint_unittest.py: Define xrange for Python 3cclauss
2018-03-12Update cpplint.pycclauss
2018-03-12Define xrange() for Python 3cclauss
2018-01-30Revert "Project import generated by Copybara."Ted Osborne
2018-01-30Project import generated by Copybara.Google Python team
2017-11-10cpplint: Fix unittests when the styleguide directory is named otherwiseIgor Murashkin
2017-11-10cpplint: add --quiet flag to suppress all output when there's no errorsIgor Murashkin
2017-11-09CPPLINT.cfg root=setting is now relative to CFG file.Igor Murashkin
2017-11-08cpplint --root: support non-subdirectoriesIgor Murashkin
2017-07-28Fix test regression from 9883c51578015.Elliot Glaysher
2017-07-24Remove presubmit check for DISALLOW_* macrosClemens Hammacher
2017-05-03Changed vs7 output format so that Visual Studio can parse the error messages ...schoetbi
2017-03-02Add unit tests for constexpr constructorsDana Jansens
2017-02-22Teach the explicit constructor check about constexpr.Dana Jansens
2016-09-30Revert "Fix the `cpplint.py` `build/endif_comment` check."Elliot Glaysher
2016-09-29Merge pull request #184 from LukeCz/stdoutElliot Glaysher
2016-09-28Cpplint is unnecessarily polluting stderrLukeCz
2016-09-26Changes after reviewLukeCz
2016-09-24Configurable header extensionsLukeCz
2016-09-21Fix the `build/endif_comment` check.Alexandre Rames
2016-07-13Merge pull request #159 from lhchavez/cpp11Elliot Glaysher
2016-07-11Support C++11 types in build/include_what_you_uselhchavez
2016-07-11Make build/include_what_you_use more consistentlhchavez
2016-06-30Merge pull request #129 from gueraf/gh-pagesElliot Glaysher
2016-06-30Merge pull request #139 from Nazg-Gul/root_windows_fixElliot Glaysher
2016-06-30[FEATURE] Adds the unit-test for case "NOLINT, NOLINTNEXTLINE works for };".Piotr Semenov
2016-06-30[FIX] Bug: NOLINT, NOLINTNEXTLINE has no effect for "};".Piotr Semenov
2016-05-31Fix regex escape issue when using --root on WindowsSergey Sharybin
2016-05-06Update cpplint.py to r456Alex Vakulenko
2016-05-01Make "root" flag configurable via CPPLINT.CFGFabian Guera
2016-04-27Reverted to non-markdown and applyed HTTPS fix.Ackermann Yuriy
2016-04-01Replaced HTTP where HTTPS been awailable.Ackermann Yuriy
2015-10-13update link to point to github instead of googlecodeDirk Thomas
2014-12-04Update cpplint.py to #409avakulenko@google.com
2014-08-22Added support for 'linelength' setting in CPPLINT.cfgavakulenko@google.com
2014-08-11Update cpplint.py to #387:avakulenko@google.com
2014-07-28Modify cpplint.py to allow CPPLINT.cfg overrideserg@google.com
2014-06-04Restore the accidentally deleted extra_check_functions in cpplint.pyavakulenko@google.com
2014-06-04Update cpplint.py to #359:avakulenko@google.com
2013-12-16Add an --extensions flag to change valid file extensions.erg@google.com
2013-11-05A false positive occurs when a user specifies a using declaration for a strea...erg@google.com
2013-11-05Added a --linelength flag so that the default of 80 can be changed.erg@google.com
2013-10-31In cpplint, permit Dodxygen C++ annotations, which come after members, e.g.erg@google.com
2013-10-28Update cpplint.py to #296:erg@google.com
2013-10-25Update cpplint.py to #267:erg@google.com