aboutsummaryrefslogtreecommitdiff
path: root/scripts/maint/rectify_include_paths.py
AgeCommit message (Collapse)Author
2020-04-03scripts: Ignore editor temporary filesteor
Ignore editor temporary files when autostyling in: * rectify_include_paths.py * rename_c_identifier.py Obviously correct changes to already-reviewed code.
2020-02-16Stop assuming that /usr/bin/python existsPanagiotis Vasilopoulos
Fixes 33192
2019-12-12python: Add __future__ imports for python 3 compatibilityteor
Except for src/ext, which we may not want to modify. Closes ticket 32732.
2019-05-20rectify_include_paths: warn instead of aborting on duplicate headersNick Mathewson
We have two sendme.h files at the moment; we should fix that, but not in this branch.
2019-03-27Stop assuming that /usr/bin/python3 existsteor
For scripts that work with python2, use /usr/bin/python. Otherwise, use /usr/bin/env python3. Fixes bug 29913; bugfix on 0.2.5.3-alpha.
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Script to replace include paths with full paths under src/Nick Mathewson
This will let us move around header files without having to fix up all the include sites manually.