summaryrefslogtreecommitdiffhomepage
path: root/src/internal
AgeCommit message (Collapse)AuthorFilesLines
2016-05-20compile mode: slbt_create_object_wrapper(): initial implementation.midipix2-0/+74
2016-05-06code maintenance: fix copyright comment in argv.h.midipix1-1/+1
2016-05-03driver: added --legabits support.midipix1-0/+1
2016-05-03internals: slbt_mkdir(): initial implementation and integration.midipix1-0/+25
2016-05-01code maintenance: mark unused parameters, remove an unused variable.midipix1-0/+2
2016-05-01argv.h: usage screen generator: use the 'file' parameter rather than 'stdout'.midipix1-8/+8
2016-05-01argv.h: usage screen generator: added basic paradigm support.midipix1-1/+9
2016-05-01argv.h: usage screen generator: add colors.midipix1-0/+21
2016-04-30argv.h: simplified usage screen generator: initial implementation.midipix1-0/+135
2016-04-30argv.h: usage screen generator: remove the paradigm-supporting implementation.midipix1-331/+0
The idea was nice, the functionality was helpful for development, yet the resulting layout and overall appearance were rather awful. Regardless of the effort that was put into this sophisticated flavor of the usage screen generator, and despite it's utility for debugging, it is now being replaced with a simpler, two-field-only variant.
2016-04-28driver: added -shrext support.midipix1-0/+1
2016-04-25driver: added --annotate support.midipix1-0/+1
2016-04-23slbt_create_symlink(): properly handle -disable-shared.midipix1-1/+4
2016-04-23driver: added -bindir support.midipix1-0/+1
2016-04-23driver: added -disable-shared support.midipix1-0/+1
2016-04-21driver: added -disable-static support [no-op].midipix1-0/+1
2016-04-21link mode: added -all-static support.midipix1-1/+4
2016-04-20driver: added -all-static support.midipix1-0/+1
2016-04-19slbt_readlink(): avoid '\0' when assigning a value to a character type.midipix1-1/+1
2016-04-19driver: added slbt_set_alternate_host(), slbt_reset_alternate_host().midipix1-0/+1
2016-04-16driver: added -no-install support [no-op].midipix1-0/+1
2016-04-16driver: added -R support [no-op].midipix1-0/+1
2016-04-16slbt_readlink(): initial implementation and integration.midipix1-0/+24
2016-04-16slbt_create_symlink(): restore execution context argument vector at exit.midipix1-2/+12
2016-04-11driver: added -avoid-version support.midipix1-0/+1
2016-04-11driver & execution context: added -module support.midipix1-0/+1
2016-04-11slbt_create_symlink(): make the type of lnkname more convenient to callers.midipix2-3/+7
2016-04-10driver: added -export-symbols support [no-op].midipix1-0/+1
2016-04-09driver: added -export-symbols-regex support [no-op].midipix1-0/+1
2016-04-09driver: added -version-number support.midipix1-0/+1
2016-04-09internal: slbt_create_symlink(): fix step output for link mode.midipix1-6/+7
2016-04-09driver: added -release support.midipix1-0/+1
2016-04-09install mode: initial implementation and integration.midipix1-0/+21
2016-04-09internal: slbt_create_symlink(): account for both the link and install mode.midipix1-2/+7
2016-04-08internal: slbt_create_symlink(): initial implementation and integration.midipix2-0/+77
2016-04-04driver: added -no-undefined support.midipix1-0/+1
2016-03-20move the fallback definition of PATH_MAX to slibtool_spawn_impl.h.midipix1-0/+5
2016-03-19driver: added libname heuristics.midipix1-0/+1
2016-03-19driver: added -version-info support.midipix1-0/+1
2016-03-19driver: added -rpath support.midipix1-0/+1
2016-03-18driver: host heuristics: initial implementation.midipix1-0/+9
2016-03-15driver: skin: add host-related options.midipix1-0/+6
2016-03-15argv.h: usage screen generator: fix typesetting of spanning paradigms.midipix1-6/+25
2016-03-10slbt_spawn(): initial implementation.midipix1-0/+69
2016-03-10argv.h: test for ARGV_OPTION_HYBRID_ONLY before accepting arg-less options.midipix1-3/+3
2016-03-10argv.h: add the missing ARGV_OPTION_HYBRID_ONLY to ARGV_OPTION_HYBRID_SWITCH.midipix1-1/+2
2016-03-10driver: slbt_split_argv: initial implementation.midipix1-0/+2
2016-03-08driver: added option table records for --mode=compile.midipix1-0/+8
2016-03-08driver: created primary option table.midipix1-0/+11
2016-03-08created skeleton.midipix2-0/+1084