summaryrefslogtreecommitdiff
path: root/src/logic/slbt_exec_execute.c
AgeCommit message (Collapse)AuthorFilesLines
2016-09-12execute mode: properly handle direct program invocation.midipix1-4/+9
2016-09-03execute mode: added error trace support.midipix1-3/+4
2016-05-20execute mode: properly handle the current working directory.midipix1-1/+2
2016-05-01code maintenance: mark unused parameters, remove an unused variable.midipix1-1/+0
2016-05-01dry run: initial quick implementation.midipix1-0/+4
With the current patch, slibtool respects --dry-run by turning the various modes (compile, link, install, execute) into no-ops. For at least the compile and install mode, it should be possible to output complete information about the steps that would be performed under default operation conditions, however that is not yet implemented.
2016-04-30execute mode: initial implementation.midipix1-0/+82