summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-11-04project: (semantic) transition to foss21.org.midipix1-1/+1
2019-10-17driver: resolve conflicting and/or incompatible command-line arguments.midipix1-8/+110
2019-10-16driver: --heuristics: respect explicit --disable-shared and/or -static.midipix1-3/+0
2019-06-29driver: added FC support.midipix2-1/+4
2019-06-18driver: set correct return value upon --help or --help=all.midipix2-4/+5
2019-06-18slbt_exec_compile(): adding missing -fPIC bits for the --tag=F77.midipix1-5/+12
2019-06-12driver: added -XCClinker support.midipix2-0/+8
2019-05-07Do not refer to on-the-fly compound literals out of scope.midipix1-10/+12
2019-04-24driver: added F77 support.midipix2-1/+4
2019-02-19driver, compile & link mode: support arbitrary & known compiler wrappers.midipix5-13/+68
2018-11-10install mode: host flavors: properly support suffixed suffixes.midipix1-4/+24
2018-11-10link mode: host flavors: properly support suffixed suffixes.midipix2-27/+51
2018-11-10install mode: slbt_exec_uninstall_entry(): refactor (".so" --> dsosuffix).midipix1-6/+10
2018-11-10driver: host flavors: added suffixed suffixes support.midipix1-7/+7
2018-11-10driver: host flavors: whitespace meditation.midipix1-9/+39
2018-11-10driver: host flavors: midipix: ldso environment variable is LD_LIBRARY_PATH.midipix1-1/+1
2018-11-07driver: enhanced target-ar logic: accommodate legacy systems.midipix1-29/+35
2018-11-07driver: slbt_init_host_params(): enhance the target-ar related logic.midipix1-0/+82
2018-10-24slbt_exec_compile{_finalize_argument_vector}(): remove placeholder arguments.midipix1-0/+99
2018-10-24driver: execution context: added slbt_reset_argvector().midipix2-0/+40
2018-10-21slbt_exec_link_finalize_argument_vector(): remove redundant -L arguments.midipix1-0/+14
2018-10-21slbt_exec_link_finalize_argument_vector(): refactor argument removal logic.midipix1-36/+40
2018-10-21slbt_exec_link_finalize_argument_vector(): remove placeholder arguments.midipix1-1/+4
2018-10-21slbt_exec_link_finalize_argument_vector(): remove redundant -l arguments.midipix1-2/+48
2018-10-21slbt_exec_link_finalize_argument_vector(): properly handle local archives.midipix1-0/+4
2018-10-21slbt_split_argv(): properly normalize --library-path=<path> arguments.midipix1-1/+1
2018-10-15slbt_exec_link_create_dep_file(): simplify given the recent argv normalization.midipix1-19/+4
2018-10-15driver: clone, normalize (-l,--library,-L,--library-path) the argument vector.midipix2-22/+138
2018-10-15slbt_exec_link_finalize_argument_vector(): fix sneaky typo.midipix1-2/+2
2018-08-17driver: slbt_get_driver_ctx(): support stack-based argv.midipix1-1/+1
2018-08-14slbt_lconf_open(): close all temporarily-opened directory file descriptors.midipix1-2/+8
2018-08-13internals: slbt_adjust_linker_argument() now uses the context's fdcwd.midipix1-2/+6
2018-08-13internals: slbt_mkdir() now uses the context's fdcwd.midipix3-5/+12
2018-08-13slbt_get_driver_ctx(): output error vector upon post-argv-parsing failures.midipix1-33/+32
2018-08-13utility: convenience symlinks: added rclibtool, rdlibtool, and rdclibtool.midipix1-0/+16
2018-08-13slbt_lconf_open(): removed redundant check.midipix1-4/+0
2018-08-13utility: --heuristics support: added the 'rlibtool' convenience symlink.midipix1-0/+4
2018-08-13driver: added --heuristics support.midipix3-0/+43
2018-08-13internals: -shared/-static heuristics: added slbt_get_lconf_flags().midipix2-0/+198
2018-08-09coding-style meditation.midipix1-2/+7
2018-08-09internals: slbt_output_strerror(): use strerror_r(3) rather than strerror(3).midipix1-5/+11
2018-08-09front-end utility: slbt_main(): remove the redundant argc parameter.midipix2-8/+12
2018-08-05coding-style meditation.midipix1-3/+3
2018-08-04library: removed slbt_create_driver_ctx() [too much of a good thing].midipix1-35/+0
2018-07-18slbt_adjust_object_argument(): support validly alternate (non-)pic objects.midipix1-17/+57
2018-07-18slbt_adjust_input_argument(): split: slbt_adjust_{wrapper|object}_argument().midipix1-9/+42
2018-07-16driver: if no --tag had been defined in compile mode, set --tag to CC.midipix1-0/+5
2018-07-16project: update the _XOPEN_SOURCE requirement to reflect use of openat(3).midipix6-24/+0
2018-07-16slbt_dump_machine(): following the switch away from streams, fix type of ret.midipix1-2/+2
2018-07-16slbt_dump_machine(): do not use the non-portable (oversight) EBADR as a hint.midipix1-2/+2