summaryrefslogtreecommitdiff
path: root/src/logic/slbt_exec_install.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-11install mode: support the -f (force copy) command line argument.midipix1-0/+4
2016-09-03install mode: added error trace support.midipix1-57/+70
2016-05-05install mode: fix and simplify logic related to installation of executables.midipix1-27/+15
2016-05-04install mode: legabits: install a perfectly compatible wrapper.midipix1-10/+97
2016-05-03install mode: legabits: install .la wrappers to the destination directory.midipix1-0/+13
2016-05-01dry run: initial quick implementation.midipix1-0/+4
2016-04-28install mode: work around non-conforming uses of --mode=install.midipix1-4/+9
2016-04-24install mode: properly handle SRC and DEST being libfoo.la and /dest/libfoo.la.midipix1-2/+7
2016-04-24execution context: link mode: install mode: added -release semantics support.midipix1-1/+11
2016-04-21install mode: added missing step: install libfoo.a when the input is libfoo.la.midipix1-1/+10
2016-04-21install mode: mode: added -all-static support.midipix1-0/+4
2016-04-20install mode: handle .lai install arguments as gracefully as possible.midipix1-1/+7
2016-04-19install mode: avoid '\0' when assigning a value to a character type.midipix1-8/+8
2016-04-19intall mode: PE support: added slbt_exec_install_import_libraries().midipix1-0/+131
2016-04-18install mode: PE support: create libfoo.so.x as a copy of libfoo.so.x.y.z.midipix1-6/+23
2016-04-16slbt_readlink(): initial implementation and integration.midipix1-1/+2
2016-04-11install mode: slbt_exec_install_entry(): fix .la to .so string substitution.midipix1-1/+1
2016-04-11install mode: added -avoid-version support.midipix1-2/+23
2016-04-10install mode: install the executables, not the generated executable wrappers.midipix1-2/+25
2016-04-10install mode: account for a directory DEST argument.midipix1-1/+11
2016-04-09install mode: initial implementation and integration.midipix1-0/+344