summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-06-04mdso flags: added MDSO_FLAG_LDSO_LIB as a reference to the loader lib. itself.midipix1-2/+3
2017-12-13mdso_structs: initial commit, providing raw (endian-agnostic) struct defs.midipix1-0/+80
2017-11-09struct mdso_unit_ctx: stype member: removed duplicate const declaration.midipix1-1/+1
2017-10-19mdso_specs.h: #define'd MDSO_DATA_SECTION (app-provided buffer used by loader).midipix1-0/+1
2017-02-13mdso_argen_common(): do not generate symfn archive member for data symbols.midipix1-1/+1
2017-02-13unit context: added symbol characteristics and DATA support.midipix1-0/+5
2017-02-11driver: utility api: added mdso_create_implib_archive().midipix1-0/+4
2017-02-11archive generation: added mdso_argen_common().midipix1-1/+3
2017-02-08driver: utility api: added mdso_create_implib_objects().midipix1-0/+4
2017-02-08driver: added --asm support.midipix1-0/+1
2017-02-08object generation: added mdso_objgen_dsometa().midipix2-0/+32
2017-02-08mdso_specs: renamed struct mdso_meta_table --> struct mdso_meta_record.midipix1-1/+1
2017-02-07object generation: added mdso_objgen_symentry().midipix1-0/+1
2017-02-05object generation: added mdso_objgen_symfn().midipix1-0/+12
2017-02-04logic: replaced interface: prefix mdso_generate --> mdso_asmgen.midipix1-3/+3
2017-02-03struct mdso_meta_table: added .name struct member and related support.midipix1-0/+1
2016-11-19mdso_api.h: fix export/import inconsistency.midipix1-2/+2
2016-11-11mdso.h: enum mdso_custom_error(): definition and integrationmidipix1-0/+10
2016-11-11driver: struct mdso_error_info: extend and refactor.midipix1-6/+9
2016-11-11helper api: renamed mdso_create_output() --> mdso_create_asm_source().midipix1-1/+3
2016-11-11driver: status codes: refactor and normalize.midipix1-4/+1
2016-11-11struct mdso_unit_ctx: removed members: status, nerrors (no longer needed).midipix1-2/+0
2016-11-11struct mdso_driver_ctx: removed members: status, nerrors (no longer needed).midipix1-2/+0
2016-11-11output: added mdso_output_error_record(), mdso_output_error_vector().midipix1-1/+7
2016-11-11mdso_output_export_symbols(): added error trace support.midipix1-1/+1
2016-11-11mdso_map_input(): added error trace support.midipix1-1/+1
2016-11-11mdso_generate_symfn(): added error trace support.midipix1-1/+1
2016-11-11mdso_generate_symentry(): added error trace support.midipix1-1/+1
2016-11-11mdso_generate_dsometa(): added error trace support.midipix1-1/+1
2016-11-11mdso.h: added public error trace definitions.midipix1-0/+16
2016-11-11mdso.h: removed unit action flags comment (currently not in use).midipix1-1/+0
2016-11-11utility: added mdso_main() as a public interface, refactored accordingly.midipix1-0/+1
2016-11-11driver: added struct mdso_source_version, mdso_source_version().midipix1-0/+10
2016-11-11argv.h: main(): fix signatures.midipix1-1/+1
2016-11-11mdso_create_implib_sources(): initial implementation.midipix1-0/+1
2016-11-11mdso_generate_dsometa(): initial implementation.midipix1-0/+1
2016-11-11driver: added --libpath option.midipix1-0/+1
2016-11-11mdso_generate_symfn(): initial implementation.midipix1-0/+1
2016-11-11mdso_generate_symentry(): initial implementation.midipix1-0/+1
2016-11-11mdso_specs.h: initial commit.midipix1-0/+47
2016-11-11driver: added --machine option.midipix1-0/+1
2016-11-11mdso_create_output(): initial implementation.midipix1-0/+1
2016-11-11driver: dstdir,asmbase: initial implementation.midipix1-0/+1
2016-11-11libname,dstdir: added interface.midipix1-0/+2
2016-11-11output, mdso_output_export_symbols(): initial implementation.midipix2-0/+20
2016-11-11driver: mdso_create_symbol_vector(): initial implementation.midipix1-0/+1
2016-11-11added low-level crc interfaces.midipix3-0/+150
2016-11-11created skeleton.midipix2-0/+123