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