Android 13.0.0 Release 16 (TQ1A.221205.011)
  1. aa8a88f Android: Workaround prebuilt python issue by Alex Light · 4 years, 7 months ago
  2. 26470f9 Add support for c++17 tuple destructuring (#487) by Alex Light · 4 years, 7 months ago
  3. 43d512b Fix a typo in cpplint by 284km · 6 years ago
  4. 3ac49ad Fixed _root_debug related crash by Johan Dahlberg · 6 years ago
  5. b280a73 Fix Issue 337 by Mmanu Chaturvedi · 6 years ago
  6. 099f059 cpplint_unittest.py: Define xrange for Python 3 by cclauss · 6 years ago
  7. d98652e Update cpplint.py by cclauss · 6 years ago
  8. 7e4c8b9 Define xrange() for Python 3 by cclauss · 6 years ago
  9. 505ba68 Revert "Project import generated by Copybara." by Ted Osborne · 6 years ago
  10. 54cca78 Project import generated by Copybara. by Google Python team · 7 years ago
  11. 4e8e56f cpplint: Fix unittests when the styleguide directory is named otherwise by Igor Murashkin · 7 years ago
  12. e8ffd7c cpplint: add --quiet flag to suppress all output when there's no errors by Igor Murashkin · 7 years ago
  13. 8a87a46 CPPLINT.cfg root=setting is now relative to CFG file. by Igor Murashkin · 7 years ago
  14. e7ddd2a cpplint --root: support non-subdirectories by Igor Murashkin · 7 years ago
  15. 6c8669e Fix test regression from 9883c51578015. by Elliot Glaysher · 7 years ago
  16. 9883c51 Remove presubmit check for DISALLOW_* macros by Clemens Hammacher · 7 years ago
  17. 819c572 Changed vs7 output format so that Visual Studio can parse the error messages correctly by schoetbi · 7 years ago
  18. 2db65fe Add unit tests for constexpr constructors by Dana Jansens · 7 years ago
  19. cf4071c Teach the explicit constructor check about constexpr. by Dana Jansens · 7 years ago
  20. ae11811 Revert "Fix the `cpplint.py` `build/endif_comment` check." by Elliot Glaysher · 8 years ago
  21. aa8ccb4 Merge pull request #184 from LukeCz/stdout by Elliot Glaysher · 8 years ago
  22. e09f478 Cpplint is unnecessarily polluting stderr by LukeCz · 8 years ago
  23. 8920b13 Changes after review by LukeCz · 8 years ago
  24. 7197a24 Configurable header extensions by LukeCz · 8 years ago
  25. f558944 Fix the `build/endif_comment` check. by Alexandre Rames · 8 years ago
  26. 6d3a7d8 Merge pull request #159 from lhchavez/cpp11 by Elliot Glaysher · 8 years ago
  27. 2890dff Support C++11 types in build/include_what_you_use by lhchavez · 8 years ago
  28. 3ae81f1 Make build/include_what_you_use more consistent by lhchavez · 8 years ago
  29. 01f0f70 Merge pull request #129 from gueraf/gh-pages by Elliot Glaysher · 8 years ago
  30. 450aa46 Merge pull request #139 from Nazg-Gul/root_windows_fix by Elliot Glaysher · 8 years ago
  31. a3c36d9 [FEATURE] Adds the unit-test for case "NOLINT, NOLINTNEXTLINE works for };". by Piotr Semenov · 8 years ago
  32. b7e2ef6 [FIX] Bug: NOLINT, NOLINTNEXTLINE has no effect for "};". by Piotr Semenov · 8 years ago
  33. 3b0ea89 Fix regex escape issue when using --root on Windows by Sergey Sharybin · 8 years ago
  34. 01e4723 Update cpplint.py to r456 by Alex Vakulenko · 8 years ago
  35. 2322e4f Make "root" flag configurable via CPPLINT.CFG by Fabian Guera · 8 years ago
  36. b545d7f Reverted to non-markdown and applyed HTTPS fix. by Ackermann Yuriy · 8 years ago
  37. 7969290 Replaced HTTP where HTTPS been awailable. by Ackermann Yuriy · 8 years ago
  38. 79ea381 update link to point to github instead of googlecode by Dirk Thomas · 9 years ago
  39. 554223d Update cpplint.py to #409 by avakulenko@google.com · 10 years ago
  40. 310681b Added support for 'linelength' setting in CPPLINT.cfg by avakulenko@google.com · 10 years ago
  41. a8ee7ea Update cpplint.py to #387: by avakulenko@google.com · 10 years ago
  42. 7430eef Modify cpplint.py to allow CPPLINT.cfg overrides by erg@google.com · 10 years ago
  43. 4b957b2 Restore the accidentally deleted extra_check_functions in cpplint.py by avakulenko@google.com · 10 years ago
  44. 02af628 Update cpplint.py to #359: by avakulenko@google.com · 10 years ago
  45. 1968027 Add an --extensions flag to change valid file extensions. by erg@google.com · 11 years ago
  46. 0075d14 A false positive occurs when a user specifies a using declaration for a stream operator: by erg@google.com · 11 years ago
  47. ab53edf Added a --linelength flag so that the default of 80 can be changed. by erg@google.com · 11 years ago
  48. 6d8d983 In cpplint, permit Dodxygen C++ annotations, which come after members, e.g. by erg@google.com · 11 years ago
  49. 2aa5998 Update cpplint.py to #296: by erg@google.com · 11 years ago
  50. c667123 Update cpplint.py to #267: by erg@google.com · 11 years ago
  51. fd5da63 Update cpplint.py to #242: by erg@google.com · 11 years ago
  52. 5d00c56 Adding streambuf as a valid CPP header. by erg@google.com · 11 years ago
  53. 02c27fd Added cpplint.py output format for eclipse by erg@google.com · 11 years ago
  54. 4d70a88 Add --root flag used for deriving header guard CPP variable. by erg@google.com · 11 years ago
  55. d350fe5 Updated cpplint.py to #224: by erg@google.com · 11 years ago
  56. 720121a Changed the hashband on cpplint.py by erg@google.com · 12 years ago
  57. 90ecb62 Convert windows path seperators to unix like while doing IncludeWhatYouUse. by erg@google.com · 12 years ago
  58. dc28970 Improve the error message for when #ifndef guards don't match the #define. by erg@google.com · 12 years ago
  59. 3dc7426 Support svn 1.7 directory structure. by erg@google.com · 13 years ago
  60. 8a95ecc Update to #179: by erg@google.com · 13 years ago
  61. efeacdf Add extension mechanisms for custom checks to cpplint.py. by erg@google.com · 13 years ago
  62. d7d2747 Update cpplint.py to #161: by erg@google.com · 13 years ago
  63. 8f91ab2 Reverted r70, at asvitkine's request by erg@google.com · 13 years ago
  64. 5210aec Upstream useful lint check from WebKit's fork of cpplint.py. by erg@google.com · 13 years ago
  65. a51c16b Allow blank Doxygen-style comments. Patch by mball@google.com. by erg@google.com · 14 years ago
  66. 42e59b0 Project prefix directory should work with Hg. by erg@google.com · 14 years ago
  67. 0518964 Update cpplint.py to #150: by erg+personal@google.com · 14 years ago
  68. 5e16969 Check for mercurial checkouts in addition to svn and git. by erg@google.com · 14 years ago
  69. a868d2d Update cpplint.py to #131: by erg@google.com · 15 years ago
  70. 969161c Relicense cpplint under 3 clause BSD for webkit folks. by erg@google.com · 15 years ago
  71. e35f765 Update cpplint.py to #122: by erg@google.com · 15 years ago
  72. 3664910 Update cpplint.py to #114: by erg@google.com · 15 years ago
  73. a87abb8 Update cpplint.py to #110. by erg@google.com · 15 years ago
  74. e2ee45d Set svn properties for cpplint by mmentovai · 15 years ago
  75. 4e00b9a Open-sourcing cpplint.py. by erg@google.com · 15 years ago