Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-29 | Improve fname_is_c func in pratracker/includes.py | skaluzka | |
Use tuples for bname.startswith and fname.endswith in "fname_is_c" function. | |||
2020-04-07 | Try rewriting normalize_srcdir to normalize harder. | Nick Mathewson | |
2020-04-07 | Make check_subsystem_order work in distcheck builds. | Nick Mathewson | |
2020-04-07 | Make check_subsystem_order work in out-of-tree builds. | Nick Mathewson | |
2020-03-26 | Teach --check-subsystem-order to take input from stdin | Nick Mathewson | |
2020-03-26 | Extend includes.py to compare topology with subsystem init order. | Nick Mathewson | |
2020-02-16 | Stop assuming that /usr/bin/python exists | Panagiotis Vasilopoulos | |
Fixes 33192 | |||
2019-12-12 | python: Add __future__ imports for python 3 compatibility | teor | |
Except for src/ext, which we may not want to modify. Closes ticket 32732. | |||
2019-12-04 | Merge branch 'ticket32609_squashed' | Nick Mathewson | |
2019-12-04 | practracker: document !advisory in includes.py | teor | |
2019-11-26 | practracker/includes.py: Don't read editor temp files | teor | |
(Or any files that start with "." or "#".) Obviously correct changes to already-reviewed code. | |||
2019-11-26 | practracker: Fix a typo in a logging function call | teor | |
Obviously correct changes to already-reviewed code. | |||
2019-08-29 | practracker: make filename terminology uniform | Nick Mathewson | |
Previously we often referred to "C files" and "H files", which is more ambiguous than ".c files" and ".h files". | |||
2019-08-05 | Make includes interface more like the rest of practracker | Nick Mathewson | |
Everything else assumes that somebody else will open the file for it. | |||
2019-08-05 | Teach include-checker about advisory rules | Nick Mathewson | |
A .may_includes file can be "advisory", which means that some violations of the rules are expected. We will track these violations with practracker, not as automatic errors. | |||
2019-08-05 | Move checkIncludes inside practracker | Nick Mathewson | |
Update the makefile accordingly. |