Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-03 | internals: slbt_mkdir(): initial implementation and integration. | midipix | 1 | -10/+5 | |
2016-05-02 | compile and link modes: .libs directory: properly handle parallel execution. | midipix | 1 | -2/+4 | |
2016-05-01 | code maintenance: mark unused parameters, remove an unused variable. | midipix | 1 | -0/+2 | |
2016-05-01 | dry run: initial quick implementation. | midipix | 1 | -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-25 | compile mode: include slibtool version information in the object wrapper. | midipix | 1 | -1/+7 | |
2016-04-24 | compile mode: include utility nickname in the generated wrapper. | midipix | 1 | -1/+5 | |
2016-04-23 | compile mode: generate compatible object wrapper. | midipix | 1 | -1/+2 | |
2016-04-23 | compile mode: remove .lo object file prior to invoking the compiler. | midipix | 1 | -0/+19 | |
2016-04-20 | compile mode: added nasm support. | midipix | 1 | -2/+18 | |
2016-04-06 | source quality: remove empty statement. | midipix | 1 | -1/+1 | |
of the three compilers in use (gcc 5.3.0, clang 3.6.2, cparser 1.22.1), flaws in the previous version of this function were only spotted by cparser. | |||||
2016-04-06 | generated .lo and .la files: fix typo. | midipix | 1 | -1/+1 | |
2016-03-20 | struct slbt_exec_ctx: distinguish between the compiler and the invoked program. | midipix | 1 | -0/+4 | |
2016-03-20 | slbt_exec_compile(): fix return code path. | midipix | 1 | -1/+1 | |
2016-03-18 | slbt_exec_compile(): output compilation steps when not in silent mode. | midipix | 1 | -0/+14 | |
2016-03-10 | slbt_exec_compile(): initial implementation. | midipix | 1 | -0/+100 | |