Age | Commit message (Expand) | Author | Files | Lines |
2018-07-14 | PE format: added struct pe_raw_archive_common_hdr. | midipix | 1 | -0/+11 |
2018-07-14 | PE format: added coff symbol record, string table, and auxiliary record defs. | midipix | 1 | -0/+23 |
2018-07-14 | driver: argv usage and error output: use the signal-resilient pe_dprintf(). | midipix | 2 | -0/+5 |
2018-07-14 | internals: added pe_dprintf(), a signal-resilient dprintf implementation. | midipix | 4 | -0/+64 |
2018-07-14 | argv.h: output usage and errors using [argv_]dprintf rather than fprint. | midipix | 2 | -38/+47 |
2018-07-14 | argv.h: argv_get(): be consistent between forward decl. and impl. | midipix | 1 | -1/+1 |
2018-07-14 | argv.h: move definition of struct argv_meta_impl to the implementation block. | midipix | 1 | -6/+6 |
2018-06-08 | build system: configure: support alternate bindir relative to exec_prefix. | midipix | 1 | -1/+8 |
2018-06-05 | build system: PE targets: mdso integration: support non-default --libpath. | midipix | 1 | -1/+2 |
2018-06-05 | build system: configure: added initial dependency tracking support. | midipix | 2 | -0/+9 |
2018-06-05 | build system: configure: added initial --program-prefix support. | midipix | 2 | -0/+8 |
2018-05-23 | argv.h: whitespace meditation. | midipix | 1 | -5/+9 |
2018-05-23 | argv: argv_scan(): properly handle optional argument values of short options. | midipix | 1 | -0/+2 |
2017-12-14 | output: pe_output_mdso_libraries(): implementation and integration. | midipix | 5 | -0/+203 |
2017-12-14 | driver: added -d and -D (list mdso libs [and referenced symbols]). | midipix | 4 | -0/+19 |
2017-12-14 | project: renamed pe_output_import_libraries.c -> pe_output_idata_libraries.c. | midipix | 2 | -1/+1 |
2017-12-14 | driver: pe_default_options[]: usage: explicitly mention the .idata section. | midipix | 1 | -2/+2 |
2017-12-14 | logic: pe_get_image_meta(): added mdso support. | midipix | 2 | -0/+54 |
2017-12-13 | refactor: struct pe_meta_stats: members are now t-prefixed. | midipix | 4 | -13/+13 |
2017-12-13 | refactor: struct pe_expsym: members are now s-prefixed. | midipix | 2 | -12/+12 |
2017-12-13 | refactor: struct pe_raw_image: members are now map-prefixed. | midipix | 6 | -17/+17 |
2017-12-13 | refactor: perk.h: moved struct pe_source_version to the driver section. | midipix | 1 | -7/+7 |
2017-12-13 | refactor: struct pe_image_meta: pointers to raw data are now r-prefixed. | midipix | 8 | -51/+51 |
2017-12-13 | refactor: struct pe_image_meta: meta section header members are now h-prefixed. | midipix | 3 | -17/+17 |
2017-12-13 | refactor: struct pe_image_meta: meta members are now m-prefixed. | midipix | 11 | -117/+117 |
2017-12-13 | refactor: renamed struct pe_meta_summary --> struct pe_meta_stats. | midipix | 4 | -12/+12 |
2017-12-03 | pe_get_expsym_by_name(): verify that the image has an .edata section. | midipix | 1 | -1/+1 |
2017-11-23 | build system: added --cchost support. | midipix | 5 | -4/+31 |
2017-11-23 | build system: added PERK to the toolchain variables. | midipix | 2 | -0/+2 |
2017-10-31 | build system: toolchain: added definitions for message and resource compilers. | midipix | 2 | -0/+4 |
2017-10-25 | build system: PE targets: added mdso-based import library generation support. | midipix | 7 | -3/+30 |
2017-10-24 | build system: midipix.mk: OS_SONAME: use symlinks by default. | midipix | 1 | -2/+2 |
2017-10-19 | build system: allow cmdline overriding of the static archive's base name. | midipix | 1 | -1/+2 |
2017-05-28 | build system: added extended dir variables. | midipix | 3 | -0/+140 |
2017-05-24 | build system: added --sbindir support. | midipix | 3 | -0/+10 |
2017-02-17 | pe_get_image_meta(): properly scan the import library header table. | midipix | 1 | -1/+1 |
2017-02-11 | pe_get_image_meta(): account for an empty symbol table. | midipix | 1 | -3/+5 |
2017-02-04 | annual chores. | midipix | 30 | -30/+30 |
2017-02-04 | pe_get_image_meta() and friends: added PE object support. | midipix | 5 | -30/+73 |
2017-02-04 | reader: added pe_read_object_header(). | midipix | 2 | -0/+72 |
2017-02-04 | raw data: added struct pe_raw_coff_object_hdr. | midipix | 1 | -0/+11 |
2017-02-04 | raw data: renamed struct pe_raw_coff_file_hdr --> struct pe_raw_coff_image_hdr. | midipix | 4 | -5/+5 |
2017-02-03 | pe_read_optional_header_structs(): properly initialize pdir (rva's and sizes). | midipix | 1 | -1/+4 |
2016-12-26 | argv.h: struct argv_ctx: .unitidx and .erridx are set via pointer arithmetic. | midipix | 1 | -2/+2 |
2016-12-25 | argv.h: use an option vector rather than a direct pointer to the option table. | midipix | 3 | -38/+61 |
2016-12-18 | build system: version.sh: create output directory as needed. | midipix | 1 | -0/+1 |
2016-12-13 | PE soname support: added the designated LDFLAGS_SONAME variable. | midipix | 1 | -2/+3 |
2016-12-08 | build system: configure: pass --sysroot to the linker as a compiler argument. | midipix | 1 | -1/+1 |
2016-12-02 | struct pe_meta_import_hdr: fix logical position within perk_structs.h. | midipix | 1 | -14/+14 |
2016-12-02 | whitespace meditation. | midipix | 1 | -0/+9 |