aboutsummaryrefslogtreecommitdiff
path: root/scripts/maint/checkIncludes.py
AgeCommit message (Expand)Author
2020-02-16Stop assuming that /usr/bin/python existsPanagiotis Vasilopoulos
2019-12-12python: Add __future__ imports for python 3 compatibilityteor
2019-08-05Update pre-commit hook to find checkIncludes in its new locationNick Mathewson
2019-08-05Move checkIncludes inside practrackerNick Mathewson
2019-08-05checkIncludes: add a real main function and CLINick Mathewson
2019-08-05checkIncludes: refactor to use error-iteration styleNick Mathewson
2019-08-05checkIncludes: Separate file-handling from rule-handlingNick Mathewson
2019-08-05checkIncludes.py: extract topological sort codeNick Mathewson
2019-08-05checkIncludes: introduce rules-file caching.Nick Mathewson
2019-08-05Move the executable part of checkIncludes.py inside an if block.Nick Mathewson
2019-03-27Stop assuming that /usr/bin/python3 existsteor
2018-11-14Make the topological-sort output off by defaultNick Mathewson
2018-11-14Update the check-includes script to enforce some naming and no-circularity rulesNick Mathewson
2018-08-28Set the file encoding in checkIncludes.py with Python3Nick Mathewson
2018-07-09Add a little documentation to checkIncludes.py.Nick Mathewson
2018-07-09Re-wrap the error message emitted by checkIncludes.pyNick Mathewson
2018-07-09Make checkIncludes work on python 2.7Nick Mathewson
2018-07-01Prune the .may_include files a bit; detect unused lines in themNick Mathewson
2018-06-26Remove some accidentally committed code in checkIncludes.pyNick Mathewson
2018-06-22Another windows includeNick Mathewson
2018-06-21add license statement to checkincludes, and have it return an error codeNick Mathewson
2018-06-21New script to check includes for modularity violationsNick Mathewson