Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-31 | fix | Luke Shumaker | |
2016-10-31 | at: sd: clean up, document | Luke Shumaker | |
2016-10-30 | at: am: clean up and document | Luke Shumaker | |
2016-10-30 | at: lt: document, fix extra DESTDIR ref | Luke Shumaker | |
2016-10-30 | at: (sd)man: clean up, rename {,sd}man | Luke Shumaker | |
2016-10-30 | at: files: add missing things to documentaton | Luke Shumaker | |
2016-10-30 | at: mod: don't call on .doc | Luke Shumaker | |
2016-10-28 | Autothing documentation | Luke Shumaker | |
2016-10-27 | remove cpp -I overrides | Luke Shumaker | |
2016-10-27 | Merge branch 'notsystemd/postmove' into notsystemd/master | Luke Shumaker | |
# Conflicts: # src/grp-resolve/systemd-resolved/Makefile # src/libsystemd/Makefile # src/libsystemd/src/Makefile | |||
2016-10-27 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-10-27 | ./tools/notsd-move | Luke Shumaker | |
2016-10-27 | Makefile.am: reclassify a few sections | Luke Shumaker | |
2016-10-27 | `git diff`-guided cleanup | Luke Shumaker | |
2016-10-27 | Merge branch 'notsystemd/postmove' into notsystemd/master | Luke Shumaker | |
2016-10-26 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-10-26 | ./tools/notsd-move | Luke Shumaker | |
2016-10-26 | fixity | Luke Shumaker | |
2016-10-26 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-10-26 | ./tools/notsd-move | Luke Shumaker | |
2016-10-26 | add missing Makefiles | Luke Shumaker | |
2016-10-26 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-10-26 | ./tools/notsd-move | Luke Shumaker | |
2016-10-26 | Better Makefile splitting | Luke Shumaker | |
2016-10-26 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-10-26 | ./tools/notsd-move | Luke Shumaker | |
2016-10-26 | libmachine-core/src Makefile | Luke Shumaker | |
2016-10-26 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-10-26 | ./tools/notsd-move | Luke Shumaker | |
2016-10-26 | tools/notsd-move: oops: don't invoke the editor, for real this time | Luke Shumaker | |
2016-10-26 | have libbasic gperf headers be private | Luke Shumaker | |
2016-10-26 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-10-26 | ./tools/notsd-move | Luke Shumaker | |
2016-10-26 | add missing stub Makefiles | Luke Shumaker | |
2016-10-26 | pre-merge | Luke Shumaker | |
2016-10-26 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-10-26 | ./tools/notsd-move | Luke Shumaker | |
2016-10-26 | tools/notsd-move: avoid dangling empty directories | Luke Shumaker | |
2016-10-26 | tools/notsd-move: bus-util location | Luke Shumaker | |
2016-10-26 | tidy some file locations | Luke Shumaker | |
2016-10-26 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-10-26 | ./tools/notsd-move | Luke Shumaker | |
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 | tidy | Luke Shumaker | |
2016-10-26 | tools/notsd-fixup: Split the makefile pass into a separate executable. | Luke Shumaker | |
This avoids using bash read(1) to loop over the files, as we've already gotten decent speedups from avoiding bash read(1). This means we've got at least two more fork/exec's because of xargs, but it's probably worth it. But that's kind of premature-optimization; the time improvement here is probably just random noise. But, I think this makes the code more maintainable/manageable too, so I'm committing it. | |||
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-move: avoid invoking the editor for the merge commit | Luke Shumaker | |