summaryrefslogtreecommitdiff
path: root/src/output/slbt_output_exec.c
AgeCommit message (Collapse)AuthorFilesLines
2016-04-30utility: output: added slbt_output_execute().midipix1-0/+7
2016-04-30link mode: added output annotation support.midipix1-1/+1
2016-04-28slbt_output_exec: color+annotate outputKylie McClain1-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-09utility: output: added slbt_output_install().midipix1-0/+7
2016-03-20utility: output: added slbt_output_link().midipix1-0/+7
2016-03-20utility: output: added a generic slbt_output_exec() interface.midipix1-0/+35