summaryrefslogtreecommitdiffhomepage
path: root/project
AgeCommit message (Expand)AuthorFilesLines
2021-04-11app: posix make support: acknowledge unused parameter inside of source file.midipix1-1/+0
2020-06-27project: add cflag overrides to CFLAGS_LAST (thus override also user's CFLAGS).midipix1-1/+1
2019-02-20utility api's: added mdso_output_expsyms_crc32(), mdso_output_expsyms_crc64().midipix1-0/+1
2019-02-04Remove all bits pertaining to the obsolete distinction between code and data.midipix1-2/+0
2018-08-09front-end utility: mdso_main(): remove the redundant argc parameter.midipix1-0/+1
2018-07-14internals: added mdso_dprintf(), a signal-resilient dprintf implementation.midipix2-0/+2
2017-12-13mdso_structs: initial commit, providing raw (endian-agnostic) struct defs.midipix1-0/+1
2017-02-11driver: utility api: added mdso_create_implib_archive().midipix1-0/+1
2017-02-11archive generation: added mdso_argen_common().midipix2-0/+2
2017-02-08project: source tree: tidy up.midipix2-4/+5
2017-02-08driver: utility api: added mdso_create_implib_objects().midipix1-0/+1
2017-02-08object generation: added mdso_objgen_dsometa().midipix1-0/+1
2017-02-07object generation: added mdso_objgen_symentry().midipix1-0/+1
2017-02-05object generation: added mdso_objgen_symfn().midipix2-0/+2
2017-02-05internals: added little endian object generation helper functions.midipix1-0/+1
2017-02-05project: PE definitions: added missing header references.midipix1-0/+2
2017-02-04logic: replaced interface: prefix mdso_generate --> mdso_asmgen.midipix1-3/+3
2016-11-19mdso_api.h: fix export/import inconsistency.midipix1-1/+1
2016-11-14project: common.mk: code maintenance.midipix1-2/+6
2016-11-11helper api: renamed mdso_create_output() --> mdso_create_asm_source().midipix2-1/+2
2016-11-11output: added mdso_output_error_record(), mdso_output_error_vector().midipix1-0/+1
2016-11-11internals: error trace implementation: added mdso_record_error().midipix2-0/+2
2016-11-11utility: improved box integration, removed need for build-time macro.midipix1-0/+1
2016-11-11build system: support project-specific overrides of OS and toolchain defs.midipix1-0/+0
2016-11-11project: add explicit rules for object dependency on version.tag.midipix1-0/+3
2016-11-11build system: moved core definition files to a designated folder.midipix3-203/+0
2016-11-11build system: Makefile.in, version.mk: added --avoid-version support.midipix1-0/+21
2016-11-11build system: Makefile.in, custom.mk: added --disable-frontend support.midipix1-0/+12
2016-11-11build system: project: added custom header installation support.midipix1-0/+12
2016-11-11build system: added --strict, --ccstrict, --ldstrict support.midipix1-5/+7
2016-11-11build system: fix dependency of app.tag, avoid unconditional step execution.midipix1-0/+3
2016-11-11build system: always install headers with install-static and install-shared.midipix1-10/+0
2016-11-11build system: added support for CFLAGS_UTIL, LDFLAGS_UTIL.midipix1-2/+3
2016-11-11build system: Makefile.in, custom.mk: added --disable-[shared|static] support.midipix1-0/+28
2016-11-11build system: Makefile.in, custom.mk: added --all-[static|shared] support.midipix1-0/+24
2016-11-11build system: move implib and soname defs to pe- and elf-specific recipes.midipix2-4/+4
2016-11-11build system: PE targets: added import library version support.midipix2-2/+15
2016-11-11build system: added library version support.midipix2-3/+56
2016-11-11project: added tag version information.midipix1-0/+5
2016-11-11build system: added utility nickname support.midipix1-4/+4
2016-11-11build system: remove erroneous build-time references to LIBDIR and BINDIR.midipix1-8/+8
2016-11-11build system: add support for CFLAGS_OS and CFLAGS_SITE.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-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/+1
2016-11-11mdso_create_output(): initial implementation.midipix1-0/+1
2016-11-11output, mdso_output_export_symbols(): initial implementation.midipix2-0/+2
2016-11-11added low-level crc interfaces.midipix3-0/+5