summaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Expand)AuthorFilesLines
2021-04-11app: posix make support: acknowledge unused parameter inside of source file.midipix1-1/+0
2021-04-09library interfaces: renamed pe_hdrdump_opt_hdr() ==> pe_hdrdump_coff_opt_hdr().midipix1-1/+1
2020-06-27project: add cflag overrides to CFLAGS_LAST (thus override also user's CFLAGS).midipix1-1/+1
2018-11-20output: header dump: added pe_hdrdump_import_tbl().midipix1-0/+1
2018-11-20output: header dump: added pe_hdrdump_export_hdr().midipix1-0/+1
2018-11-20output: header dump: added pe_hdrdump_sec_tbl().midipix1-0/+1
2018-11-20output: header dump: added pe_hdrdump_opt_hdr().midipix1-0/+1
2018-11-20output: header dump: added pe_hdrdump_coff_object_hdr().midipix1-0/+1
2018-11-20output: header dump: added pe_hdrdump_coff_image_hdr().midipix1-0/+1
2018-11-20output: header dump: added pe_hdrdump_image_dos_hdr().midipix2-0/+2
2018-11-20internals: added pe_output_hex_{header|footer}(), pe_output_raw_element().midipix2-0/+2
2018-08-09front-end utility: pe_main(): remove the redundant argc parameter.midipix1-0/+1
2018-07-14internals: added pe_dprintf(), a signal-resilient dprintf implementation.midipix2-0/+2
2017-12-14output: pe_output_mdso_libraries(): implementation and integration.midipix1-0/+1
2017-12-14project: renamed pe_output_import_libraries.c -> pe_output_idata_libraries.c.midipix1-1/+1
2016-11-19perk_api.h: fix export/import inconsistency.midipix1-1/+1
2016-11-17reader: pe_read_coff_symbol(): initial implementation.midipix1-0/+1
2016-11-17output: pe_output_image_strings(): initial implementation and integration.midipix1-0/+1
2016-11-16output: pe_output_image_symbols(): initial implementation and integration.midipix1-0/+1
2016-11-15output: pe_output_image_sections(): implementation and integration.midipix1-0/+1
2016-11-15output: renamed pe_output_image_type() --> pe_output_image_category().midipix1-1/+1
2016-11-14project: source tree layout: moved info source files under src/info.midipix2-4/+5
2016-11-14info api: pe_get_image_abi(): initial implementation.midipix1-0/+1
2016-11-14info api: pe_get_image_subtype(): initial implementation.midipix1-0/+1
2016-11-14info api: pe_get_image_subsystem(): initial implementation.midipix1-0/+1
2016-11-14info api: pe_get_image_framework(): initial implementation.midipix1-0/+1
2016-11-14project: headers.mk: code maintenance.midipix1-11/+11
2016-11-14project: common.mk: code maintenance.midipix1-2/+6
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_io_ctx.midipix1-1/+0
2016-11-12output: pe_output_image_type(): implementation and integration.midipix1-0/+1
2016-11-10output: added pe_output_error_record(), pe_output_error_vector().midipix1-0/+1
2016-11-10internals: error trace implementation: added pe_record_error().midipix2-0/+2
2016-11-10utility: improved box integration, removed need for build-time macro.midipix1-0/+1
2016-11-10build system: support project-specific overrides of OS and toolchain defs.midipix1-0/+0
2016-11-10project: add explicit rules for object dependency on version.tag.midipix1-0/+3
2016-11-10build system: moved core definition files to a designated folder.midipix3-203/+0
2016-11-10build system: Makefile.in, version.mk: added --avoid-version support.midipix1-0/+21
2016-11-10build system: Makefile.in, custom.mk: added --disable-frontend support.midipix1-0/+12
2016-11-10build system: project: added custom header installation support.midipix1-0/+12
2016-11-10build system: added --strict, --ccstrict, --ldstrict support.midipix1-5/+7
2016-11-10build system: fix dependency of app.tag, avoid unconditional step execution.midipix1-0/+3
2016-11-10build system: always install headers with install-static and install-shared.midipix1-10/+0
2016-11-10build system: added support for CFLAGS_UTIL, LDFLAGS_UTIL.midipix1-2/+3
2016-11-10build system: Makefile.in, custom.mk: added --disable-[shared|static] support.midipix1-0/+28
2016-11-10build system: Makefile.in, custom.mk: added --all-[static|shared] support.midipix1-0/+24
2016-11-10internals: pe_little_endian_host(): initial implementation and integration.midipix1-0/+1
2016-11-10build system: move implib and soname defs to pe- and elf-specific recipes.midipix2-4/+4
2016-11-10build system: PE targets: added import library version support.midipix2-2/+15
2016-11-10build system: added library version support.midipix2-3/+56
2016-11-10project: added tag version information.midipix1-0/+5