summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-19driver: refine handling of --target.midipix1-8/+1
2017-02-09annual chores: normalize date range in internal header.midipix1-1/+1
2017-02-08link mode: static archives: always have ar(1) act as ranlib(1).midipix1-27/+4
2017-02-05annual chores, properly performed.midipix26-26/+26
2017-02-04annual chores.midipix26-26/+26
2017-01-08link mode: fix fdepfile construction when determining dynlib dependency.midipix1-1/+1
2016-12-26argv.h: struct argv_ctx: .unitidx and .erridx are set via pointer arithmetic.midipix1-2/+2
2016-12-25argv.h: use an option vector rather than a direct pointer to the option table.midipix5-61/+95
2016-12-14link mode: create an archive /dev/null symlink placeholder as needed.midipix2-3/+30
2016-12-03link mode: properly determine whether -L and -ldeplib are needed.midipix1-2/+18
2016-12-03slbt_exec_link_create_dep_file(): fix construction of dynamic dep. file name.midipix1-2/+2
2016-11-26argv.h: error code path: remove unneeded if statement (always true).midipix1-5/+2
2016-11-19driver: skin: update description of --mode (cf. commit 0fb20a6).midipix1-4/+3
2016-11-19driver: slbt_output_raw_vector(): pass the correct file descriptor to isatty().midipix1-1/+1
2016-11-19link mode: do not respect -disable-static without -rpath.Felix Janda1-1/+2
2016-11-05install mode: respect -disable-static.midipix1-4/+5
2016-11-05link mode: respect -disable-static.midipix1-0/+4
2016-11-05compile mode: respect -disable-static and -disable-shared.midipix1-0/+8
2016-11-01error trace: use descriptive errcodes for invocations of SLBT_CUSTOM_ERROR.Kylie McClain5-20/+20
2016-10-26driver: struct slbt_error_info: extend and refactor.midipix3-32/+33
2016-10-25argv.h: argv_usage(): use correct format for short option name in short mode.midipix1-1/+1
2016-10-24slbt_free_driver_ctx(): fix readability.midipix1-2/+2
2016-10-24driver: status codes: refactor and normalize.midipix1-6/+8
2016-10-24driver: removed unit context and related interfaces (not needed by slibtool).midipix5-152/+5
2016-10-24slbt_output_strerror(): removed excessive period.midipix1-1/+1
2016-10-24output: error trace: explicitly #include <unistd.h>.midipix1-0/+1
2016-10-07driver: added support for -dlopen (currently a no-op).midipix3-0/+14
2016-09-30library: helper functions: implemented compatible library and objects wrappers.Sebastian Wiedenroth2-5/+164
2016-09-27link mode: properly handle indirect dependencies of .a archives.midipix1-18/+39
2016-09-27link mode: confirm need for archive import; limit .a deps to external deps.midipix1-3/+10
2016-09-26link mode: -L.libs for current-directory .la input argument: the missing bits.midipix1-0/+1
2016-09-26link mode: take a strightforward approach towards depsmeta->infolen.midipix1-6/+3
2016-09-25link mode: properly handle -all-static when creating an executable image.midipix1-0/+4
2016-09-24uninstall mode: initial implementation.midipix5-0/+408
2016-09-23link mode: add -L.libs for current-directory .la input arguments.midipix1-1/+3
2016-09-19driver: accommodate hosts that occasionally use '-portbld-' in their triple.midipix3-3/+21
2016-09-15link mode: archive creation: .la-associated objects are always under .libs/.midipix1-1/+1
2016-09-14link mode: soname: properly handle -module when output begins with dso prefix.midipix2-19/+33
2016-09-13link mode: account for directory depth when generating .deps for .la wrapper.midipix2-2/+37
2016-09-12execute mode: properly handle direct program invocation.midipix1-4/+9
2016-09-12link mode: properly handle sub-directories in indirect .la wrapper dependency.midipix1-3/+3
2016-09-12project: remove argv.h test unit.midipix1-8/+0
2016-09-11link mode: write explicit -lfoo entries into the .la wrapper dependency files.midipix1-0/+12
2016-09-11link mode: properly handle dependency information in current-dir .la wrappers.midipix1-1/+6
2016-09-11link mode: properly use dependency information associated with .la wrappers.midipix1-9/+85
2016-09-11install mode: support the -f (force copy) command line argument.midipix3-0/+8
2016-09-05slbt_spawn(): reset value of errno after successful child process creation.midipix1-1/+2
2016-09-05utility: error trace and error information: initial integration.midipix1-13/+9
2016-09-05output: added slbt_output_error_record(), slbt_output_error_vector().midipix1-0/+157
2016-09-03output: added error trace support.midipix2-17/+23