summaryrefslogtreecommitdiffstats
path: root/tools/sort-headers.py
Commit message (Expand)AuthorAgeFilesLines
* Allow move_source_file.py and sort-headers.py to work on blink.benwells2015-07-151-15/+35
* tools/sort_sources.py: sort C++ source file names in build files.satorux2015-02-101-22/+1
* Add another special rule for Windows headers to tools/sort-headers.py.thestig2014-08-251-0/+2
* tools/sort-headers.py: add Java support.fischman@chromium.org2014-04-091-4/+5
* Move most importer code to chrome/utility/importerscottmg@chromium.org2013-07-161-2/+0
* Fixes to mass-rename and sort-headers scripts.scottmg@chromium.org2013-07-151-0/+2
* Miscellaneous fixup for mass-rename.py and friends.blundell@chromium.org2013-06-181-5/+38
* fix tools/sort-headers.py on non-cygwin windowsscottmg@chromium.org2013-06-041-13/+21
* Sort project headers in a case-sensitive way since PRESUBMIT enforces thatjamesr@chromium.org2013-03-131-3/+2
* Add additional special-cases to sort-headers for ATL.brettw@chromium.org2013-02-251-1/+3
* Automatically sort headers in files affected by move_source_file.py, and upda...joi@chromium.org2012-11-221-11/+25
* sort-headers.py: Do a case-insensitive sort instead.tfarina@chromium.org2012-05-291-0/+1
* Make ./tools/sort-headers.py order C++ system headers before C system headers.asvitkine@chromium.org2012-01-051-2/+9
* Fix python scripts in src/tools/maruel@chromium.org2011-11-291-3/+4
* Adds a tool that lets you run a command for each modified file on your git br...joi@chromium.org2011-11-011-24/+37
* Teach sort-headers.py about unknwn.hthakis@chromium.org2011-05-201-4/+9
* Add a license header to sort-headers.py to make presubmit happy.thakis@chromium.org2011-05-191-0/+3
* Teach sort-headers.py about windows.h.thakis@chromium.org2011-05-191-1/+6
* Check in a quick tool for sorting the #includes in a file.evan@chromium.org2010-08-261-0/+94