summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-02-18Bump version numberHEAD0.0.3masterPeter Harris1-1/+1
2015-02-18Add -stripfont flagPeter Harris2-1/+7
Other common font path strings include "xtsfonts" and "user".
2015-01-28Bump version number0.0.2Peter Harris1-1/+1
2015-01-28Silence xgb Xauthority warningsPeter Harris1-0/+6
2015-01-26Bump version number0.0.1Peter Harris1-1/+1
2015-01-26Add xts-config replacementPeter Harris2-3/+193
This saves about half a second in run-time when running remotely (presumably due to all the extra round-trips of xset and xdpyinfo). The savings locally are less impressive (about 0.06s by saving a bunch of fork/exec pairs, and reducing the amount of output parsing going on).
2015-01-26Sanity check assertion numbersPeter Harris1-11/+25
2015-01-23Merge functionality of run_assertPeter Harris2-9/+91
2015-01-23Factor out tcc functionPeter Harris1-18/+23
Will be used by runAssert
2015-01-23Initial commitPeter Harris1-0/+151
This version of xts-run has the baseline functionality of the upstream xts-run.