index
:
mdso
main
dso scavenger
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
driver
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-10-25
driver: if --machine is unspecified, match the PE host or cross-target bits.
midipix
1
-0
/
+15
2017-10-14
driver: properly set a the loader path default.
midipix
1
-1
/
+8
2017-02-13
unit context: added symbol characteristics and DATA support.
midipix
1
-2
/
+22
2017-02-11
driver: utility api: added mdso_create_implib_archive().
midipix
2
-5
/
+25
2017-02-08
driver: utility api: added mdso_create_implib_objects().
midipix
2
-0
/
+7
2017-02-08
driver: added --asm support.
midipix
2
-6
/
+8
2017-02-04
annual chores.
midipix
3
-3
/
+3
2017-02-03
driver: flags: properly initialize the MDSO_DRIVER_QUAD_PTR bit.
midipix
1
-1
/
+4
2016-12-25
argv.h: use an option vector rather than a direct pointer to the option table.
midipix
1
-9
/
+12
2016-11-11
mdso_free_driver_ctx(): fix readability.
midipix
1
-2
/
+2
2016-11-11
driver: mdso_get_unit_ctx(): set driver error context.
midipix
1
-0
/
+3
2016-11-11
driver: status codes: refactor and normalize.
midipix
1
-3
/
+5
2016-11-11
driver: mdso_main(): skip remaining tasks once an error has occurred.
midipix
1
-2
/
+2
2016-11-11
utility: error trace and error information: initial integration.
midipix
1
-13
/
+8
2016-11-11
mdso_output_export_symbols(): added error trace support.
midipix
1
-3
/
+6
2016-11-11
mdso_map_input(): added error trace support.
midipix
1
-2
/
+2
2016-11-11
driver: unit context: added error trace support.
midipix
1
-6
/
+17
2016-11-11
driver: added initial error info vector and buffer allocation.
midipix
1
-0
/
+7
2016-11-11
utility: improved box integration, removed need for build-time macro.
midipix
1
-0
/
+94
2016-11-11
code maintenance: mark unused parameter.
midipix
1
-0
/
+2
2016-11-11
driver: added struct mdso_source_version, mdso_source_version().
midipix
1
-0
/
+14
2016-11-11
driver: record the flags passed to mdso_get_driver_ctx().
midipix
1
-0
/
+1
2016-11-11
driver: move to header extern declaration of mdso_default_options[].
midipix
1
-2
/
+0
2016-11-11
argv.h: main(): fix signatures.
midipix
1
-3
/
+3
2016-11-11
annual chores.
midipix
2
-2
/
+2
2016-11-11
driver: fix semantics of calloc() calls.
midipix
2
-4
/
+4
2016-11-11
driver: add missing close-fd-upon-error in driver-level handling of stdin.
midipix
1
-1
/
+4
2016-11-11
driver: added driver-level handling of stdin.
midipix
2
-2
/
+25
2016-11-11
driver: show usage information if no other action needs to be taken.
midipix
1
-0
/
+3
2016-11-11
driver: added --libpath option.
midipix
1
-0
/
+10
2016-11-11
driver: added --machine option.
midipix
1
-0
/
+4
2016-11-11
driver: dstdir,asmbase: initial implementation.
midipix
1
-8
/
+79
2016-11-11
driver: mdso_get_driver_ctx_fail(): add missing 'static' linkage.
midipix
1
-1
/
+1
2016-11-11
libname,dstdir: added interface.
midipix
1
-0
/
+8
2016-11-11
output, mdso_output_export_symbols(): initial implementation.
midipix
1
-0
/
+14
2016-11-11
driver: mdso_driver_ctx_alloc(): add missing initialization.
midipix
1
-0
/
+1
2016-11-11
driver: mdso_create_symbol_vector(): initial implementation.
midipix
1
-0
/
+87
2016-11-11
driver: mdso_stdin_to_tmp(): initial implementation.
midipix
1
-1
/
+47
2016-11-11
created skeleton.
midipix
2
-0
/
+239