1. 8a7b25c Update warn.py for new Error Prone diagnostics by Nick Glorioso · 8 years ago
  2. 76d0065 Separate parallel_classify_warnings out of parse_input_file. by Chih-Hung Hsieh · 8 years ago
  3. 63de300 Do not use multiprocessing.Pool when --processes=1. by Chih-Hung Hsieh · 8 years ago
  4. 92396e1 Merge "Use parallel subprocesses to classify warnings." by Treehugger Robot · 8 years ago
  5. a6bd044 Use parallel subprocesses to classify warnings. by Chih-Hung Hsieh · 8 years ago
  6. d0aec89 Split apart frameworks/compile into sub-projects. by Stephen Hines · 8 years ago
  7. 144864e Add more patterns for a finer project warning list. by Chih-Hung Hsieh · 8 years ago
  8. 6949e7e Merge "Better pattern matching and dump of warning messages." by Treehugger Robot · 8 years ago
  9. 5722f92 Better pattern matching and dump of warning messages. by Chih-Hung Hsieh · 8 years ago
  10. a45c5c1 Normalize warning source file path to relative path. by Chih-Hung Hsieh · 8 years ago
  11. 1eabb0e Add a new ANALYZER severity group. by Chih-Hung Hsieh · 8 years ago
  12. 312c310 Merge "Only run warn.py's main function if it is the main program." by Treehugger Robot · 8 years ago
  13. ac9d5df Only run warn.py's main function if it is the main program. by Meike Baumgärtner · 8 years ago
  14. 9f76623 Fix pylint warning and refactor project_list. by Chih-Hung Hsieh · 8 years ago
  15. b426c54 Fix Google pylint warnings. by Chih-Hung Hsieh · 8 years ago
  16. 2a38c37 Add buttons to group warning by project or severity. by Chih-Hung Hsieh · 8 years ago
  17. bcd2292 Merge "Fix Google pylint warnings." by Treehugger Robot · 8 years ago
  18. 6c0fdbb Fix Google pylint warnings. by Chih-Hung Hsieh · 8 years ago
  19. 0a19207 Recognize new warning messages. by Chih-Hung Hsieh · 8 years ago
  20. 99459fc Simplify warn.py and output of warning count table and tablerow. by Chih-Hung Hsieh · 8 years ago
  21. 121e284 Fix link_type checking by Dan Willemsen · 8 years ago
  22. e41c99b Emit a table of warnings by project and severity. by Chih-Hung Hsieh · 8 years ago
  23. 0862c48 Recognize new clang-tidy and Java warnings. by Chih-Hung Hsieh · 8 years ago
  24. 01530a6 Recognize new warning messages. by Chih-Hung Hsieh · 8 years ago
  25. d9cd1fa Issue warning on projects with LOCAL_CLANG set to false. by Chih-Hung Hsieh · 8 years ago
  26. 620ce44 Merge "Add option to dump HTML warnings per project." by Treehugger Robot · 8 years ago
  27. 4354a33 Add option to dump HTML warnings per project. by Chih-Hung Hsieh · 8 years ago
  28. c868293 Add performance* to default global tidy checks. by Chih-Hung Hsieh · 8 years ago
  29. 48a16ba Count warnings per project and dump out CSV format. by Chih-Hung Hsieh · 8 years ago
  30. c21ddbd Recognize new clang and clang-tidy warnings. by Chih-Hung Hsieh · 8 years ago
  31. 5ecafd1 Avoid matching the same warning line twice. by Chih-Hung Hsieh · 8 years ago
  32. 8d14543 Recognize new C/C++ compiler and static analyzer warnings. by Chih-Hung Hsieh · 8 years ago
  33. 465b610 Add +/- buttons to expand/collapse warning categories. by Chih-Hung Hsieh · 8 years ago
  34. 6e52003 Make Error Prone warnings in sync with Error Prone documenation. by Ian Rogers · 8 years ago
  35. f382973 Add code search links to warnings. by Ian Rogers · 8 years ago
  36. 32bb9bd Add error prone patterns to warn.py by Ian Rogers · 8 years ago
  37. 2f4ce82 Sort warnings with most frequent first. by Ian Rogers · 8 years ago
  38. d742e90 Recognize more Clang-Tidy google warning patterns. by Chih-Hung Hsieh · 8 years ago
  39. 90d4619 Recognize Clang-Tidy warning messages. by Chih-Hung Hsieh · 8 years ago
  40. a9be47e Dump table of warning counts before all warnings. by Chih-Hung Hsieh · 8 years ago
  41. ba0ddcd Add more patterns, dump sorted unique warnings. by Chih-Hung Hsieh · 8 years ago
  42. f8aaf60 Classify more warning patterns. by Chih-Hung Hsieh · 8 years ago
  43. 8e20196 Update warn.py with more warnings by Marco Nelissen · 14 years ago
  44. 2bdc7ec Speed up warn.py about 30x by precompiling all the regular expressions. by Marco Nelissen · 15 years ago
  45. 5236fbd Update warn.py with the latest warnings that popped up in the build. by Marco Nelissen · 15 years ago
  46. 594375d Python script to parse a build log and present the warnings in html by Marco Nelissen · 15 years ago