summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-31fixLuke Shumaker
2016-10-31at: sd: clean up, documentLuke Shumaker
2016-10-30at: am: clean up and documentLuke Shumaker
2016-10-30at: lt: document, fix extra DESTDIR refLuke Shumaker
2016-10-30at: (sd)man: clean up, rename {,sd}manLuke Shumaker
2016-10-30at: files: add missing things to documentatonLuke Shumaker
2016-10-30at: mod: don't call on .docLuke Shumaker
2016-10-28Autothing documentationLuke Shumaker
2016-10-27remove cpp -I overridesLuke Shumaker
2016-10-27Merge branch 'notsystemd/postmove' into notsystemd/masterLuke Shumaker
# Conflicts: # src/grp-resolve/systemd-resolved/Makefile # src/libsystemd/Makefile # src/libsystemd/src/Makefile
2016-10-27Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-10-27./tools/notsd-moveLuke Shumaker
2016-10-27Makefile.am: reclassify a few sectionsLuke Shumaker
2016-10-27`git diff`-guided cleanupLuke Shumaker
2016-10-27Merge branch 'notsystemd/postmove' into notsystemd/masterLuke Shumaker
2016-10-26Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-10-26./tools/notsd-moveLuke Shumaker
2016-10-26fixityLuke Shumaker
2016-10-26Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-10-26./tools/notsd-moveLuke Shumaker
2016-10-26add missing MakefilesLuke Shumaker
2016-10-26Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-10-26./tools/notsd-moveLuke Shumaker
2016-10-26Better Makefile splittingLuke Shumaker
2016-10-26Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-10-26./tools/notsd-moveLuke Shumaker
2016-10-26libmachine-core/src MakefileLuke Shumaker
2016-10-26Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-10-26./tools/notsd-moveLuke Shumaker
2016-10-26tools/notsd-move: oops: don't invoke the editor, for real this timeLuke Shumaker
2016-10-26have libbasic gperf headers be privateLuke Shumaker
2016-10-26Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-10-26./tools/notsd-moveLuke Shumaker
2016-10-26add missing stub MakefilesLuke Shumaker
2016-10-26pre-mergeLuke Shumaker
2016-10-26Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-10-26./tools/notsd-moveLuke Shumaker
2016-10-26tools/notsd-move: avoid dangling empty directoriesLuke Shumaker
2016-10-26tools/notsd-move: bus-util locationLuke Shumaker
2016-10-26tidy some file locationsLuke Shumaker
2016-10-26Merge branch 'notsystemd/postmove' into tmp/postmoveLuke Shumaker
2016-10-26./tools/notsd-moveLuke Shumaker
2016-10-26tools/notsd-fixup--includes: fix mucking with typedefsLuke Shumaker
2016-10-26tools/notsd-fixup--includes: Fix a variable reuse bug.Luke Shumaker
2016-10-26tidyLuke Shumaker
2016-10-26tools/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-26tools/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-26tools/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-26tools/notsd-fixup--includes: port from bash to python for speedLuke 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-26tools/notsd-move: avoid invoking the editor for the merge commitLuke Shumaker