summaryrefslogtreecommitdiffhomepage
path: root/src/internal/slibtool_driver_impl.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-11driver: added initial -dlpreopen support.midipix1-0/+1
2017-08-11driver: support -thread-safe more elegantly.midipix1-0/+1
2016-12-25argv.h: use an option vector rather than a direct pointer to the option table.midipix1-0/+2
2016-10-24driver: removed unit context and related interfaces (not needed by slibtool).midipix1-7/+0
2016-10-07driver: added support for -dlopen (currently a no-op).midipix1-0/+1
2016-09-19driver: accommodate hosts that occasionally use '-portbld-' in their triple.midipix1-0/+1
2016-09-03driver: added initial error info vector and buffer allocation.midipix1-0/+4
2016-09-03driver: internals: added the static inlined slbt_get_driver_ictx() helper.midipix1-0/+12
2016-06-25utility: added slbt_main() as a public interface, refactored accordingly.midipix1-1/+0
2016-06-18driver: added --finish support.midipix1-0/+1
2016-05-03driver: added --legabits support.midipix1-0/+1
2016-04-28driver: added -shrext support.midipix1-0/+1
2016-04-25driver: added --annotate support.midipix1-0/+1
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-20driver: added -all-static support.midipix1-0/+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-11driver: added -avoid-version support.midipix1-0/+1
2016-04-11driver & execution context: added -module support.midipix1-0/+1
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-09driver: added -release support.midipix1-0/+1
2016-04-04driver: added -no-undefined support.midipix1-0/+1
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-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.midipix1-0/+31