Age | Commit message (Expand) | Author | Files | Lines |
2016-10-07 | driver: added support for -dlopen (currently a no-op). | midipix | 1 | -0/+1 |
2016-09-30 | library: helper functions: implemented compatible library and objects wrappers. | Sebastian Wiedenroth | 2 | -5/+164 |
2016-09-24 | uninstall mode: initial implementation. | midipix | 1 | -0/+25 |
2016-09-19 | driver: accommodate hosts that occasionally use '-portbld-' in their triple. | midipix | 1 | -0/+1 |
2016-09-11 | install mode: support the -f (force copy) command line argument. | midipix | 1 | -0/+1 |
2016-09-05 | slbt_spawn(): reset value of errno after successful child process creation. | midipix | 1 | -1/+2 |
2016-09-03 | slbt_create_symlink(): added error trace support. | midipix | 1 | -6/+9 |
2016-09-03 | slbt_create_default_object_wrapper(): added error trace support. | midipix | 1 | -2/+4 |
2016-09-03 | slbt_create_default_library_wrapper(): added error trace support. | midipix | 1 | -2/+4 |
2016-09-03 | internals: error trace implementation: added slbt_record_error(). | midipix | 2 | -0/+121 |
2016-09-03 | driver: added initial error info vector and buffer allocation. | midipix | 1 | -0/+4 |
2016-09-03 | driver: internals: added the static inlined slbt_get_driver_ictx() helper. | midipix | 1 | -0/+12 |
2016-08-01 | argv.h: error message formatting: handle lonely long options. | midipix | 1 | -12/+17 |
2016-07-28 | argv.h: no need to #include <errno.h> | midipix | 1 | -1/+0 |
2016-06-25 | utility: added slbt_main() as a public interface, refactored accordingly. | midipix | 1 | -1/+0 |
2016-06-18 | driver: added --finish support. | midipix | 1 | -0/+1 |
2016-05-21 | link mode: slbt_create_library_wrapper(): initial implementation. | midipix | 2 | -0/+155 |
2016-05-20 | compile mode: slbt_create_object_wrapper(): initial implementation. | midipix | 2 | -0/+74 |
2016-05-06 | code maintenance: fix copyright comment in argv.h. | midipix | 1 | -1/+1 |
2016-05-03 | driver: added --legabits support. | midipix | 1 | -0/+1 |
2016-05-03 | internals: slbt_mkdir(): initial implementation and integration. | midipix | 1 | -0/+25 |
2016-05-01 | code maintenance: mark unused parameters, remove an unused variable. | midipix | 1 | -0/+2 |
2016-05-01 | argv.h: usage screen generator: use the 'file' parameter rather than 'stdout'. | midipix | 1 | -8/+8 |
2016-05-01 | argv.h: usage screen generator: added basic paradigm support. | midipix | 1 | -1/+9 |
2016-05-01 | argv.h: usage screen generator: add colors. | midipix | 1 | -0/+21 |
2016-04-30 | argv.h: simplified usage screen generator: initial implementation. | midipix | 1 | -0/+135 |
2016-04-30 | argv.h: usage screen generator: remove the paradigm-supporting implementation. | midipix | 1 | -331/+0 |
2016-04-28 | driver: added -shrext support. | midipix | 1 | -0/+1 |
2016-04-25 | driver: added --annotate support. | midipix | 1 | -0/+1 |
2016-04-23 | slbt_create_symlink(): properly handle -disable-shared. | midipix | 1 | -1/+4 |
2016-04-23 | driver: added -bindir support. | midipix | 1 | -0/+1 |
2016-04-23 | driver: added -disable-shared support. | midipix | 1 | -0/+1 |
2016-04-21 | driver: added -disable-static support [no-op]. | midipix | 1 | -0/+1 |
2016-04-21 | link mode: added -all-static support. | midipix | 1 | -1/+4 |
2016-04-20 | driver: added -all-static support. | midipix | 1 | -0/+1 |
2016-04-19 | slbt_readlink(): avoid '\0' when assigning a value to a character type. | midipix | 1 | -1/+1 |
2016-04-19 | driver: added slbt_set_alternate_host(), slbt_reset_alternate_host(). | midipix | 1 | -0/+1 |
2016-04-16 | driver: added -no-install support [no-op]. | midipix | 1 | -0/+1 |
2016-04-16 | driver: added -R support [no-op]. | midipix | 1 | -0/+1 |
2016-04-16 | slbt_readlink(): initial implementation and integration. | midipix | 1 | -0/+24 |
2016-04-16 | slbt_create_symlink(): restore execution context argument vector at exit. | midipix | 1 | -2/+12 |
2016-04-11 | driver: added -avoid-version support. | midipix | 1 | -0/+1 |
2016-04-11 | driver & execution context: added -module support. | midipix | 1 | -0/+1 |
2016-04-11 | slbt_create_symlink(): make the type of lnkname more convenient to callers. | midipix | 2 | -3/+7 |
2016-04-10 | driver: added -export-symbols support [no-op]. | midipix | 1 | -0/+1 |
2016-04-09 | driver: added -export-symbols-regex support [no-op]. | midipix | 1 | -0/+1 |
2016-04-09 | driver: added -version-number support. | midipix | 1 | -0/+1 |
2016-04-09 | internal: slbt_create_symlink(): fix step output for link mode. | midipix | 1 | -6/+7 |
2016-04-09 | driver: added -release support. | midipix | 1 | -0/+1 |
2016-04-09 | install mode: initial implementation and integration. | midipix | 1 | -0/+21 |