summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-23release 0.5.20v0.5.20midipix2-1/+13
2018-06-23driver: added slbt_output_features(), providing compatible --features output.midipix5-8/+76
2018-06-23driver: removed the SLBT_DRIVER_HEURISTICS flag, as it is no longer needed.midipix1-1/+0
2018-06-23driver: added SLBT_MODE_INFO, for more elegant flow control.midipix2-9/+17
2018-06-22driver: compatibility: have -{shared|static} imply -disable-{static|shared}.midipix1-2/+2
2018-06-22link mode: properly handle the combination of -release and -version-info.midipix4-6/+52
2018-06-22install mode: slbt_copy_file(): properly detect placeholder symlinks.midipix1-0/+5
2018-06-21link mode: slbt_archive_import(): properly detect placeholder symlinks.midipix1-3/+3
2018-06-21link mode: slbt_exec_link_create_dep_file(): record top-level -L arguments.midipix1-0/+18
2018-06-21link mode: --disable-{shared|static}: use differently-named placeholders.midipix4-12/+46
2018-06-08build system: configure: support alternate bindir relative to exec_prefix.midipix1-1/+8
2018-06-05build system: PE targets: mdso integration: support non-default --libpath.midipix1-1/+2
2018-06-03build system: configure: added initial dependency tracking support.midipix2-0/+9
2018-06-03build system: configure: added initial --program-prefix support.midipix2-0/+8
2018-05-26project: update the -XOPEN_SOURCE requirement to reflect -std=c99.midipix2-2/+2
2018-05-24project: update the -XOPEN_SOURCE requirement.midipix2-2/+2
2018-05-23argv.h: whitespace meditation.midipix1-5/+9
2018-05-23argv: argv_scan(): properly handle optional argument values of short options.midipix1-0/+2
2018-05-19release 0.5.19v0.5.19midipix2-1/+12
2018-05-09driver: -shrext support: only use the extension portion of the extension.midipix1-1/+3
2018-05-08link mode: pass --export-dynamic to the linker as needed.midipix1-0/+3
2018-03-06README: clarify difference between variants (slibtool[-shared|-static]).midipix1-1/+3
2018-03-05driver: support -export-dynamic (currently as a no-op).midipix4-0/+14
2018-03-04compile mode: gnu libtool compatibility: do not add -c to compiler arguments.midipix1-18/+0
2018-02-26driver: allow flavor-based use of native tools (ar,ranlib,etc.)midipix1-0/+5
2018-02-26driver: slbt_init_host_params(): improve native target detection logic.midipix1-2/+45
2018-02-05release 0.5.18v0.5.18midipix2-1/+15
2017-12-20link mode: re-implemented slbt_exec_link_finalize_argument_vector().midipix1-94/+77
2017-12-19link mode: argument vector ordering: treat {.a|.so} the same way as -lfoo.midipix1-25/+35
2017-11-23build system: added --cchost support.midipix5-4/+31
2017-11-23build system: added PERK to the toolchain variables.midipix2-0/+2
2017-11-18process spawning and forking: use dup2, not dup, in the child process.midipix2-9/+5
2017-11-18process forking and spawning: call _exit, not exit, in the child process.midipix2-3/+3
2017-10-31build system: toolchain: added definitions for message and resource compilers.midipix2-0/+4
2017-10-26link mode: import library generation: added mdso support.midipix1-15/+43
2017-10-26driver: added --mdso and --implib support.midipix5-0/+70
2017-10-25build system: PE targets: added mdso-based import library generation support.midipix7-3/+30
2017-10-24build system: midipix.mk: OS_SONAME: use symlinks by default.midipix1-2/+2
2017-10-19build system: allow cmdline overriding of the static archive's base name.midipix1-1/+2
2017-08-11driver: added initial -dlpreopen support.midipix3-0/+10
2017-08-11driver: support -thread-safe more elegantly.midipix3-3/+5
2017-08-11link mode: use -fpic objects with -disable-static.midipix1-0/+3
2017-08-10driver: properly handle -thread-safe (no-op, compatibility).midipix1-0/+3
2017-08-10release 0.5.17v0.5.17midipix2-1/+6
2017-08-10link mode: argument reordering now supports libfoo.a --whole-archive wrapping.midipix1-11/+21
2017-08-10release 0.5.16v0.5.16midipix2-1/+11
2017-08-10slibtool-shared: properly handle .la arguments when creating an archive.midipix2-1/+8
2017-08-10slbt_exec_link_create_dep_file(): properly initialize and track fdeps.midipix1-23/+13
2017-08-09release 0.5.15v0.5.15midipix2-1/+10
2017-08-09link mode: reluctantly support packages that rely on argument reordering.midipix1-0/+122