summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2012-10-19lint-hunks: better support for working treeJohn Koleszar
When run with no arguments, report warnings in the diff between the working tree and HEAD. With arguments, report warnings in the diff between the named commit and its parents. Change-Id: Ie10dcdecb303edf8af51bad645cc11206a1fc26b
2012-10-17lint-hunks: exit status for only affected linesJohn Koleszar
Prior to this patch, if there were any lint errors, this script would exit with an error, even if those errors were not in the hunks being tested by this script. This change makes it so that if any lint lines are printed, an error is returned. Change-Id: I69c8bef4367ccf25d287508f29e587b1f4426143
2012-10-17lint-hunks: support operating on arbirary revsJohn Koleszar
Rather than diffing only the index, support checking arbitrary commits. Change-Id: Ia135a487990d8293d1e0799dc062b9f49e020b25
2012-08-27all_builds.py: add ability to pass extra configure flagsJohn Koleszar
Useful to pass --target etc to this script on Jenkins. Change-Id: I9b22339a211df543077bcc84bdef4460f3ca5c9c
2012-08-21all_builds.py: move to tools/John Koleszar
Change-Id: I64c470fb5a4f32a862cfb5424fb95baac47fcc24
2012-08-10lint_hunks: show style violations in the indexJohn Koleszar
Shows the subset of style violations that intersect with lines modified in the current index. Change-Id: I0b51674fd43df118e8bbf55b684a1ca0bd0e1d40
2012-08-09intersect_diffs: split out diff classesJohn Koleszar
Seperate parsing functions so they can be reused for other diff utilities Change-Id: I1ea6ebf90ded128eec116cc1f326a28bdda2fb77
2012-08-09ftfy: update to match current astyle ruleJohn Koleszar
Change-Id: I89076d93968a5817d6d0330ec7fd6a6c73fe397f
2012-08-08Import tools/ from master branchJohn Koleszar
Change-Id: I476f43ea513e7c140f4e4f14df73dd3131cb2692
2011-08-19tools: author_first_release.shJohn Koleszar
First version of a simple tool to get a list of the version a user first contributed to. Change-Id: I8f1b1fef5343de269c4b6209632c9cedc2cf1a37
2010-06-16Generate AUTHORS file with a scriptJohn Koleszar
This information is in git, so it's better to use that as a source than updating this file manually. This script can be run manually at release time for now, or we can set up a cron job sometime in the future. Change-Id: I0344135ceb9c04ed14e2e2d939a93194e35973db