Age | Commit message (Expand) | Author | Files | Lines |
2017-02-11 | driver: utility api: added mdso_create_implib_archive(). | midipix | 1 | -0/+4 |
2017-02-11 | archive generation: added mdso_argen_common(). | midipix | 1 | -1/+3 |
2017-02-08 | driver: utility api: added mdso_create_implib_objects(). | midipix | 1 | -0/+4 |
2017-02-08 | driver: added --asm support. | midipix | 1 | -0/+1 |
2017-02-08 | object generation: added mdso_objgen_dsometa(). | midipix | 2 | -0/+32 |
2017-02-08 | mdso_specs: renamed struct mdso_meta_table --> struct mdso_meta_record. | midipix | 1 | -1/+1 |
2017-02-07 | object generation: added mdso_objgen_symentry(). | midipix | 1 | -0/+1 |
2017-02-05 | object generation: added mdso_objgen_symfn(). | midipix | 1 | -0/+12 |
2017-02-04 | logic: replaced interface: prefix mdso_generate --> mdso_asmgen. | midipix | 1 | -3/+3 |
2017-02-03 | struct mdso_meta_table: added .name struct member and related support. | midipix | 1 | -0/+1 |
2016-11-19 | mdso_api.h: fix export/import inconsistency. | midipix | 1 | -2/+2 |
2016-11-11 | mdso.h: enum mdso_custom_error(): definition and integration | midipix | 1 | -0/+10 |
2016-11-11 | driver: struct mdso_error_info: extend and refactor. | midipix | 1 | -6/+9 |
2016-11-11 | helper api: renamed mdso_create_output() --> mdso_create_asm_source(). | midipix | 1 | -1/+3 |
2016-11-11 | driver: status codes: refactor and normalize. | midipix | 1 | -4/+1 |
2016-11-11 | struct mdso_unit_ctx: removed members: status, nerrors (no longer needed). | midipix | 1 | -2/+0 |
2016-11-11 | struct mdso_driver_ctx: removed members: status, nerrors (no longer needed). | midipix | 1 | -2/+0 |
2016-11-11 | output: added mdso_output_error_record(), mdso_output_error_vector(). | midipix | 1 | -1/+7 |
2016-11-11 | mdso_output_export_symbols(): added error trace support. | midipix | 1 | -1/+1 |
2016-11-11 | mdso_map_input(): added error trace support. | midipix | 1 | -1/+1 |
2016-11-11 | mdso_generate_symfn(): added error trace support. | midipix | 1 | -1/+1 |
2016-11-11 | mdso_generate_symentry(): added error trace support. | midipix | 1 | -1/+1 |
2016-11-11 | mdso_generate_dsometa(): added error trace support. | midipix | 1 | -1/+1 |
2016-11-11 | mdso.h: added public error trace definitions. | midipix | 1 | -0/+16 |
2016-11-11 | mdso.h: removed unit action flags comment (currently not in use). | midipix | 1 | -1/+0 |
2016-11-11 | utility: added mdso_main() as a public interface, refactored accordingly. | midipix | 1 | -0/+1 |
2016-11-11 | driver: added struct mdso_source_version, mdso_source_version(). | midipix | 1 | -0/+10 |
2016-11-11 | argv.h: main(): fix signatures. | midipix | 1 | -1/+1 |
2016-11-11 | mdso_create_implib_sources(): initial implementation. | midipix | 1 | -0/+1 |
2016-11-11 | mdso_generate_dsometa(): initial implementation. | midipix | 1 | -0/+1 |
2016-11-11 | driver: added --libpath option. | midipix | 1 | -0/+1 |
2016-11-11 | mdso_generate_symfn(): initial implementation. | midipix | 1 | -0/+1 |
2016-11-11 | mdso_generate_symentry(): initial implementation. | midipix | 1 | -0/+1 |
2016-11-11 | mdso_specs.h: initial commit. | midipix | 1 | -0/+47 |
2016-11-11 | driver: added --machine option. | midipix | 1 | -0/+1 |
2016-11-11 | mdso_create_output(): initial implementation. | midipix | 1 | -0/+1 |
2016-11-11 | driver: dstdir,asmbase: initial implementation. | midipix | 1 | -0/+1 |
2016-11-11 | libname,dstdir: added interface. | midipix | 1 | -0/+2 |
2016-11-11 | output, mdso_output_export_symbols(): initial implementation. | midipix | 2 | -0/+20 |
2016-11-11 | driver: mdso_create_symbol_vector(): initial implementation. | midipix | 1 | -0/+1 |
2016-11-11 | added low-level crc interfaces. | midipix | 3 | -0/+150 |
2016-11-11 | created skeleton. | midipix | 2 | -0/+123 |