Age | Commit message (Expand) | Author | Files | Lines |
2017-08-11 | driver: added initial -dlpreopen support. | midipix | 3 | -0/+10 |
2017-08-11 | driver: support -thread-safe more elegantly. | midipix | 3 | -3/+5 |
2017-08-11 | link mode: use -fpic objects with -disable-static. | midipix | 1 | -0/+3 |
2017-08-10 | driver: properly handle -thread-safe (no-op, compatibility). | midipix | 1 | -0/+3 |
2017-08-10 | link mode: argument reordering now supports libfoo.a --whole-archive wrapping. | midipix | 1 | -11/+21 |
2017-08-10 | slibtool-shared: properly handle .la arguments when creating an archive. | midipix | 2 | -1/+8 |
2017-08-10 | slbt_exec_link_create_dep_file(): properly initialize and track fdeps. | midipix | 1 | -23/+13 |
2017-08-09 | link mode: reluctantly support packages that rely on argument reordering. | midipix | 1 | -0/+122 |
2017-08-07 | error trace: remove and fix inadvertent calls to strerror(3). | midipix | 2 | -7/+1 |
2017-05-19 | driver: refine handling of --target. | midipix | 1 | -8/+1 |
2017-02-09 | annual chores: normalize date range in internal header. | midipix | 1 | -1/+1 |
2017-02-08 | link mode: static archives: always have ar(1) act as ranlib(1). | midipix | 1 | -27/+4 |
2017-02-05 | annual chores, properly performed. | midipix | 26 | -26/+26 |
2017-02-04 | annual chores. | midipix | 26 | -26/+26 |
2017-01-08 | link mode: fix fdepfile construction when determining dynlib dependency. | midipix | 1 | -1/+1 |
2016-12-26 | argv.h: struct argv_ctx: .unitidx and .erridx are set via pointer arithmetic. | midipix | 1 | -2/+2 |
2016-12-25 | argv.h: use an option vector rather than a direct pointer to the option table. | midipix | 5 | -61/+95 |
2016-12-14 | link mode: create an archive /dev/null symlink placeholder as needed. | midipix | 2 | -3/+30 |
2016-12-03 | link mode: properly determine whether -L and -ldeplib are needed. | midipix | 1 | -2/+18 |
2016-12-03 | slbt_exec_link_create_dep_file(): fix construction of dynamic dep. file name. | midipix | 1 | -2/+2 |
2016-11-26 | argv.h: error code path: remove unneeded if statement (always true). | midipix | 1 | -5/+2 |
2016-11-19 | driver: skin: update description of --mode (cf. commit 0fb20a6). | midipix | 1 | -4/+3 |
2016-11-19 | driver: slbt_output_raw_vector(): pass the correct file descriptor to isatty(). | midipix | 1 | -1/+1 |
2016-11-19 | link mode: do not respect -disable-static without -rpath. | Felix Janda | 1 | -1/+2 |
2016-11-05 | install mode: respect -disable-static. | midipix | 1 | -4/+5 |
2016-11-05 | link mode: respect -disable-static. | midipix | 1 | -0/+4 |
2016-11-05 | compile mode: respect -disable-static and -disable-shared. | midipix | 1 | -0/+8 |
2016-11-01 | error trace: use descriptive errcodes for invocations of SLBT_CUSTOM_ERROR. | Kylie McClain | 5 | -20/+20 |
2016-10-26 | driver: struct slbt_error_info: extend and refactor. | midipix | 3 | -32/+33 |
2016-10-25 | argv.h: argv_usage(): use correct format for short option name in short mode. | midipix | 1 | -1/+1 |
2016-10-24 | slbt_free_driver_ctx(): fix readability. | midipix | 1 | -2/+2 |
2016-10-24 | driver: status codes: refactor and normalize. | midipix | 1 | -6/+8 |
2016-10-24 | driver: removed unit context and related interfaces (not needed by slibtool). | midipix | 5 | -152/+5 |
2016-10-24 | slbt_output_strerror(): removed excessive period. | midipix | 1 | -1/+1 |
2016-10-24 | output: error trace: explicitly #include <unistd.h>. | midipix | 1 | -0/+1 |
2016-10-07 | driver: added support for -dlopen (currently a no-op). | midipix | 3 | -0/+14 |
2016-09-30 | library: helper functions: implemented compatible library and objects wrappers. | Sebastian Wiedenroth | 2 | -5/+164 |
2016-09-27 | link mode: properly handle indirect dependencies of .a archives. | midipix | 1 | -18/+39 |
2016-09-27 | link mode: confirm need for archive import; limit .a deps to external deps. | midipix | 1 | -3/+10 |
2016-09-26 | link mode: -L.libs for current-directory .la input argument: the missing bits. | midipix | 1 | -0/+1 |
2016-09-26 | link mode: take a strightforward approach towards depsmeta->infolen. | midipix | 1 | -6/+3 |
2016-09-25 | link mode: properly handle -all-static when creating an executable image. | midipix | 1 | -0/+4 |
2016-09-24 | uninstall mode: initial implementation. | midipix | 5 | -0/+408 |
2016-09-23 | link mode: add -L.libs for current-directory .la input arguments. | midipix | 1 | -1/+3 |
2016-09-19 | driver: accommodate hosts that occasionally use '-portbld-' in their triple. | midipix | 3 | -3/+21 |
2016-09-15 | link mode: archive creation: .la-associated objects are always under .libs/. | midipix | 1 | -1/+1 |
2016-09-14 | link mode: soname: properly handle -module when output begins with dso prefix. | midipix | 2 | -19/+33 |
2016-09-13 | link mode: account for directory depth when generating .deps for .la wrapper. | midipix | 2 | -2/+37 |
2016-09-12 | execute mode: properly handle direct program invocation. | midipix | 1 | -4/+9 |
2016-09-12 | link mode: properly handle sub-directories in indirect .la wrapper dependency. | midipix | 1 | -3/+3 |