summaryrefslogtreecommitdiffstats
path: root/fix_includes.py (follow)
Commit message (Expand)AuthorAgeLines
* clarify purpose of --update_comments in help screen and manpagesDaniel Hannon2022-05-28-2/+2
* [fix_includes] Recognize namespace aliasesKim Gräsman2022-05-24-1/+1
* [fix_includes] Exit with zero on successKim Gräsman2022-02-26-7/+6
* Add `--update_comments` optionSalman Javed2021-10-01-5/+15
* docs: fix simple typo, proceded -> precededTim Gates2020-10-10-1/+1
* Prevent deleting duplicate nested forward declsJohn Bytheway2020-03-22-4/+24
* Ignore file extension case when detecting main CUUladzislau Paulovich2019-12-02-2/+2
* Support hpp extension for main CU files in fix_includes.pyUladzislau Paulovich2019-11-28-1/+1
* [fix_includes] Simplify regexpJakub Wilk2019-04-06-1/+1
* Reduce spurious line separator changes.Tom Rix2019-01-30-6/+17
* Better fix_includes handling of template linesJohn Bytheway2019-01-30-6/+16
* In fix_includes, treat associated as main-CUJohn Bytheway2019-01-05-0/+5
* Use utf-8-sig encoding with utf-8 bom filestrix2018-12-11-2/+2
* [iwyu_tool] Fix formatting and add doc commentKim Grasman2018-09-29-3/+9
* [iwyu_tool] Add --basedir argumentPhilip Pfaffe2018-09-29-6/+24
* [fix_includes] Remove unused command-line flagsKim Grasman2018-08-19-4/+0
* [fix_includes] Remove left-over commentKim Grasman2018-08-19-1/+0
* [fix_includes] Add option to disable line re-orderingPhantal2018-08-19-2/+13
* [fix_includes] Enhance to understand multi-level namespacesChristian Venegas2018-08-18-80/+159
* Enhance fix_includes.py to understand Allman namespacesChristian Venegas2018-07-10-11/+70
* Fix typo in fix_includes.pyVictor Poughon2018-07-08-1/+1
* Add --only_re option to fix_includes.pyVictor Poughon2018-07-08-0/+8
* Detect and preserve original file encodingKim Grasman2018-04-08-6/+39
* Make FileInfo available to both read/write of filesKim Grasman2018-04-08-7/+6
* Introduce FileInfo object for file encoding detailsKim Grasman2018-04-08-20/+34
* Simplify file writingKim Grasman2018-03-19-13/+5
* Flatten logic in FixManyFilesKim Grasman2018-03-19-45/+23
* Remove Google VCS support from fix_includes.pyKim Grasman2018-03-19-192/+10
* Make fix_includes.py dry-run return proper exit codeKim Gräsman2017-09-17-5/+7
* Add .H as a known header extensionclang_4.0-r2Kim Grasman2017-07-15-1/+1
* Make fix_includes understand Windows path namesKim Grasman2017-07-04-1/+1
* Fix #280: unified diff outputPhilip Pfaffe2016-03-15-1/+1
* Change shebang so that python is picked up from the PATH.Kim Gräsman2015-05-11-1/+1
* Add OrderedSet and use it where tests mind sortingKim Gräsman2015-05-11-3/+36
* Use OrderedDict to maintain IWYU output order.Kim Gräsman2015-05-11-1/+4
* Materialize a list for Python 3.Kim Gräsman2015-05-11-1/+1
* Introduce compat shim for Python 3 next().Kim Gräsman2015-05-11-2/+6
* Remove None reorder spans before using them.Kim Gräsman2015-05-11-3/+2
* Remove uses of apply() to appease Python 3.Kim Gräsman2015-05-11-6/+6
* Python 3-friendly range (i.e. don't use xrange)Kim Gräsman2015-05-11-30/+30
* Python 3-friendly dict items iteration.Kim Gräsman2015-05-11-1/+1
* Python 3-friendly except syntax.Kim Gräsman2015-05-11-4/+4
* Python 3-compatible print.Kim Gräsman2015-05-11-21/+22
* Fix issue 165: #pragma once vs. #include orderingKim Gräsman2015-01-30-3/+10
* Fix issue 143: fix_includes c++ patternKim Gräsman2014-06-04-8/+12
* Allow forward slashes as path separators on Windows.Kim Gräsman2014-06-03-5/+20
* Fix issue #95: fix_includes.py now preserves line endingsKim Gräsman2013-03-25-5/+22
* Reduce number of file extensions' locations (issue #82). Patch by Kim Gräsman.Volodymyr Sapsai2012-12-30-1/+7
* fix_includes was not correctly merging in 'includes are allcsilvers+iwyu2011-09-23-4/+12
* fix_includes was sometimes saying a line was a header-guardcsilvers+iwyu2011-09-20-0/+6