Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-14 | output: flush stdout upon return from the output functions. | midipix | 1 | -2/+2 | |
2016-04-30 | output: fix linkage of color constants. | midipix | 1 | -6/+6 | |
2016-04-30 | output: replace the non-portable \e with the portable \x1b. | midipix | 1 | -5/+5 | |
2016-04-30 | utility: output: added slbt_output_execute(). | midipix | 1 | -0/+7 | |
2016-04-30 | link mode: added output annotation support. | midipix | 1 | -1/+1 | |
2016-04-28 | slbt_output_exec: color+annotate output | Kylie McClain | 1 | -1/+69 | |
This patch adds functionality to slbt_output_exec that colors/annotates output if outputting to a terminal, or annotation is explicitly enabled. Currently annotated output includes emboldening "slibtool:" and giving it a magenta, emboldening and coloring the step (compile, link, install) green, and then annotating the "-o <output>" argument. | |||||
2016-04-09 | utility: output: added slbt_output_install(). | midipix | 1 | -0/+7 | |
2016-03-20 | utility: output: added slbt_output_link(). | midipix | 1 | -0/+7 | |
2016-03-20 | utility: output: added a generic slbt_output_exec() interface. | midipix | 1 | -0/+35 | |