Age | Commit message (Expand) | Author | Files | Lines |
2024-01-22 | ar mode: initial driver integration and skeleton implementation. | midipix | 9 | -16/+275 |
2024-01-22 | slbt_get_driver_ctx(): properly pass through SLBT_USAGE as return value. | midipix | 1 | -2/+10 |
2024-01-22 | driver: slbt_get_driver_ctx(): fix function signature. | midipix | 2 | -4/+4 |
2024-01-22 | build system: annual chores. | midipix | 1 | -1/+1 |
2023-11-15 | release 0.5.35v0.5.35 | midipix | 2 | -1/+18 |
2023-11-12 | driver: -version-info suport: strictly verify the version info argument. | midipix | 1 | -1/+16 |
2023-09-05 | project: cfgdefs.sh: remove duplicate mode setting. | midipix | 1 | -3/+0 |
2023-09-04 | helper interfaces: slbt_realpath(): utilize the header test for sys/syscall.h. | midipix | 1 | -1/+1 |
2023-09-04 | project: added cfgdefs.sh (custom config steps), explicitly test for sys/sysc... | midipix | 3 | -1/+70 |
2023-05-28 | driver: added -objectlist support. | midipix | 7 | -13/+191 |
2023-05-07 | build system: ./configure: base SHELL on the environment's CONFIG_SHELL. | midipix | 3 | -2/+3 |
2023-02-12 | helper: added slbt_map_input(), slbt_unmap_input(). | midipix | 3 | -0/+80 |
2022-12-21 | argv.h: argv_show_error(): refine the 'option X requires a value' error msg. | midipix | 1 | -1/+3 |
2022-11-08 | Coding style: remove accidental whitespace. | midipix | 3 | -3/+0 |
2022-11-04 | driver: added -weak support, currently a no-op. | midipix | 3 | -1/+14 |
2021-12-30 | A new home. | midipix | 35 | -35/+35 |
2021-07-06 | Annual chores. | midipix | 31 | -31/+31 |
2021-06-23 | build system: configure: config_ccenv(): relax the --sysroot requirement. | midipix | 1 | -4/+0 |
2021-06-17 | info: README: list the newly formed #slibtool channel on the oftc network. | midipix | 1 | -2/+2 |
2021-06-15 | build system: configure: config_ccenv(): fix typo. | midipix | 1 | -2/+2 |
2021-06-15 | build system: configure: config_ccenv(): refined --sysroot related logic. | midipix | 1 | -1/+4 |
2021-06-15 | build system: Makefile.in: .ldflags-host: use the correct ldflags variable. | midipix | 1 | -1/+1 |
2021-06-14 | build system: modern.m4: m4_pathvar(): also convert hyphen to an underscore. | midipix | 1 | -1/+1 |
2021-06-14 | build system: modern.m4: refactored, added additional helper macros. | midipix | 1 | -3/+33 |
2021-06-13 | build system: modern.m4: refactor, added m4_toupper() and m4_tolower(). | midipix | 1 | -1/+6 |
2021-06-13 | build system: updated list of files covered by COPYING.SOFORT. | midipix | 1 | -0/+2 |
2021-06-13 | build system: core: added a modern framework using for the m4 macro language. | midipix | 1 | -0/+82 |
2021-06-13 | build system: configure: output_step_prolog(): step might not be a function. | midipix | 1 | -2/+2 |
2021-06-13 | build system: configure, ccenv: enhanced --sysroot logic. | midipix | 2 | -1/+14 |
2021-06-13 | build system: ccenv: ccenv_output_defs(): record updated cflags/ldflags. | midipix | 1 | -0/+22 |
2021-06-12 | build system: configure: config_ccenv(): added verbose --sysroot error message. | midipix | 1 | -1/+20 |
2021-06-12 | build system: ccenv: added and integrated ccenv_set_cc_sysroot_vars(). | midipix | 2 | -2/+32 |
2021-06-12 | build system: cfgtest: added cfgtest_compiler_switch_arg(). | midipix | 1 | -1/+21 |
2021-06-12 | build system: ccenv_set_primary_tools(): try pkg-config as a pkgconf fallback. | midipix | 1 | -0/+3 |
2021-06-12 | build system: configure: LDFLAGS_LAST: refined cross-compilation logic. | midipix | 1 | -3/+13 |
2021-06-12 | build system: configure: config_ccenv(): require --sysroot when cross-compiling. | midipix | 1 | -0/+9 |
2021-06-12 | build system: added cfgtest_package_exists() & cfgtest_package_config(). | midipix | 2 | -1/+127 |
2021-06-12 | build system: cfgtest: added cfgtest_{makevar|cflags|ldflags}_set(). | midipix | 1 | -0/+15 |
2021-06-11 | build system: configure, ccenv: added --pkgconf[if] support and integration. | midipix | 6 | -1/+52 |
2021-06-11 | build system: ccenv: ccenv_set_primary_tools(): properly output explicit tools. | midipix | 1 | -0/+2 |
2021-06-10 | build system: ccenv_set_primary_tools(): be resilient to -print-file-name bugs. | midipix | 1 | -3/+10 |
2021-06-10 | build system: ccenv_set_cc(): properly handle older slibtool versions. | midipix | 1 | -2/+2 |
2021-06-10 | build system: configure: config_host(): quote variable in test expresssion. | midipix | 1 | -1/+1 |
2021-06-10 | toolchain integration: ensure accuracy of slibtool's --dumpmachine output. | midipix | 2 | -1/+35 |
2021-06-10 | build system: ccenv_set_cc(): enhanced host, cchost, and -dumpmachine logic. | midipix | 1 | -8/+21 |
2021-06-10 | driver: added --dumpmachine support. | midipix | 5 | -5/+25 |
2021-06-10 | output: added slbt_output_machine(). | midipix | 3 | -0/+26 |
2021-06-09 | build system: configure: init_vars(): record explicit CCHOST and --cchost. | midipix | 1 | -0/+6 |
2021-06-09 | build system: ccenv: ccenv_output_defs(): record -dumpmachine support. | midipix | 1 | -0/+1 |
2021-06-09 | driver: modify the cfgnmachine string for accuracy (-dumpmachine or --cchost). | midipix | 1 | -1/+1 |