Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | -3/+11 | |
2016-03-18 | utility: slbt_output_compile(): initial implementation. | midipix | 1 | -0/+27 | |
2016-03-18 | utility: slbt_output_config(): initial implementation. | midipix | 1 | -0/+96 | |