Age | Commit message (Expand) | Author | Files | Lines |
2016-07-28 | argv.h: no need to #include <errno.h> | midipix | 1 | -1/+0 |
2016-06-25 | utility: added slbt_main() as a public interface, refactored accordingly. | midipix | 1 | -1/+0 |
2016-06-18 | driver: added --finish support. | midipix | 1 | -0/+1 |
2016-05-21 | link mode: slbt_create_library_wrapper(): initial implementation. | midipix | 2 | -0/+155 |
2016-05-20 | compile mode: slbt_create_object_wrapper(): initial implementation. | midipix | 2 | -0/+74 |
2016-05-06 | code maintenance: fix copyright comment in argv.h. | midipix | 1 | -1/+1 |
2016-05-03 | driver: added --legabits support. | midipix | 1 | -0/+1 |
2016-05-03 | internals: slbt_mkdir(): initial implementation and integration. | midipix | 1 | -0/+25 |
2016-05-01 | code maintenance: mark unused parameters, remove an unused variable. | midipix | 1 | -0/+2 |
2016-05-01 | argv.h: usage screen generator: use the 'file' parameter rather than 'stdout'. | midipix | 1 | -8/+8 |
2016-05-01 | argv.h: usage screen generator: added basic paradigm support. | midipix | 1 | -1/+9 |
2016-05-01 | argv.h: usage screen generator: add colors. | midipix | 1 | -0/+21 |
2016-04-30 | argv.h: simplified usage screen generator: initial implementation. | midipix | 1 | -0/+135 |
2016-04-30 | argv.h: usage screen generator: remove the paradigm-supporting implementation. | midipix | 1 | -331/+0 |
2016-04-28 | driver: added -shrext support. | midipix | 1 | -0/+1 |
2016-04-25 | driver: added --annotate support. | midipix | 1 | -0/+1 |
2016-04-23 | slbt_create_symlink(): properly handle -disable-shared. | midipix | 1 | -1/+4 |
2016-04-23 | driver: added -bindir support. | midipix | 1 | -0/+1 |
2016-04-23 | driver: added -disable-shared support. | midipix | 1 | -0/+1 |
2016-04-21 | driver: added -disable-static support [no-op]. | midipix | 1 | -0/+1 |
2016-04-21 | link mode: added -all-static support. | midipix | 1 | -1/+4 |
2016-04-20 | driver: added -all-static support. | midipix | 1 | -0/+1 |
2016-04-19 | slbt_readlink(): avoid '\0' when assigning a value to a character type. | midipix | 1 | -1/+1 |
2016-04-19 | driver: added slbt_set_alternate_host(), slbt_reset_alternate_host(). | midipix | 1 | -0/+1 |
2016-04-16 | driver: added -no-install support [no-op]. | midipix | 1 | -0/+1 |
2016-04-16 | driver: added -R support [no-op]. | midipix | 1 | -0/+1 |
2016-04-16 | slbt_readlink(): initial implementation and integration. | midipix | 1 | -0/+24 |
2016-04-16 | slbt_create_symlink(): restore execution context argument vector at exit. | midipix | 1 | -2/+12 |
2016-04-11 | driver: added -avoid-version support. | midipix | 1 | -0/+1 |
2016-04-11 | driver & execution context: added -module support. | midipix | 1 | -0/+1 |
2016-04-11 | slbt_create_symlink(): make the type of lnkname more convenient to callers. | midipix | 2 | -3/+7 |
2016-04-10 | driver: added -export-symbols support [no-op]. | midipix | 1 | -0/+1 |
2016-04-09 | driver: added -export-symbols-regex support [no-op]. | midipix | 1 | -0/+1 |
2016-04-09 | driver: added -version-number support. | midipix | 1 | -0/+1 |
2016-04-09 | internal: slbt_create_symlink(): fix step output for link mode. | midipix | 1 | -6/+7 |
2016-04-09 | driver: added -release support. | midipix | 1 | -0/+1 |
2016-04-09 | install mode: initial implementation and integration. | midipix | 1 | -0/+21 |
2016-04-09 | internal: slbt_create_symlink(): account for both the link and install mode. | midipix | 1 | -2/+7 |
2016-04-08 | internal: slbt_create_symlink(): initial implementation and integration. | midipix | 2 | -0/+77 |
2016-04-04 | driver: added -no-undefined support. | midipix | 1 | -0/+1 |
2016-03-20 | move the fallback definition of PATH_MAX to slibtool_spawn_impl.h. | midipix | 1 | -0/+5 |
2016-03-19 | driver: added libname heuristics. | midipix | 1 | -0/+1 |
2016-03-19 | driver: added -version-info support. | midipix | 1 | -0/+1 |
2016-03-19 | driver: added -rpath support. | midipix | 1 | -0/+1 |
2016-03-18 | driver: host heuristics: initial implementation. | midipix | 1 | -0/+9 |
2016-03-15 | driver: skin: add host-related options. | midipix | 1 | -0/+6 |
2016-03-15 | argv.h: usage screen generator: fix typesetting of spanning paradigms. | midipix | 1 | -6/+25 |
2016-03-10 | slbt_spawn(): initial implementation. | midipix | 1 | -0/+69 |
2016-03-10 | argv.h: test for ARGV_OPTION_HYBRID_ONLY before accepting arg-less options. | midipix | 1 | -3/+3 |
2016-03-10 | argv.h: add the missing ARGV_OPTION_HYBRID_ONLY to ARGV_OPTION_HYBRID_SWITCH. | midipix | 1 | -1/+2 |