Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-26 | tools/notsd-fixup--includes: fix mucking with typedefs | Luke Shumaker | |
2016-10-26 | tools/notsd-fixup--includes: Fix a variable reuse bug. | Luke Shumaker | |
2016-10-26 | tools/notsd-fixup: Merge the pre-includes pass the includes pass. | Luke Shumaker | |
This shaves off a decent chunk of time, and simplifies the code. | |||
2016-10-26 | tools/notsd-fixup--includes: Allow passing multiple arguments. | Luke Shumaker | |
This substantially speeds things up because it doesn't have to set up and tear down the Python runtime for every single C file now. | |||
2016-10-26 | tools/notsd-fixup--includes: port from bash to python for speed | Luke Shumaker | |
This shaves off a decent chunk of time because Bash read(1) is slow because it can't buffer and has to read(2) one byte at a time. | |||
2016-10-26 | tools/notsd-fixup--includes: clean up, add caching | Luke Shumaker | |
So now it should cache calls to `cpp` or filesystem checks, which are comparatively expensive. | |||
2016-10-21 | pull tools/notsd-* changes from notsystemd/master | Luke Shumaker | |
2016-09-13 | tools/: pull changes from master | Luke Shumaker | |
2016-09-10 | clean up tools/ | Luke Shumaker | |