Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-20 | rectify_include_paths: warn instead of aborting on duplicate headers | Nick Mathewson | |
We have two sendme.h files at the moment; we should fix that, but not in this branch. | |||
2019-03-27 | Stop assuming that /usr/bin/python3 exists | teor | |
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-20 | Run rectify_include_paths.py | Nick Mathewson | |
2018-06-20 | Script 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. |