Age | Commit message (Expand) | Author | Files | Lines |
2016-12-13 | project: clbuild-bat: improved -freestanding support. | midipix | 1 | -1/+1 |
2016-12-13 | project: clbuild-bat: added import library support. | midipix | 1 | -0/+1 |
2016-12-13 | project: clbuild.bat: initial check-in (generated via: make clbuild-bat). | midipix | 1 | -0/+202 |
2016-12-13 | project: clbuild-bat: support clbuild.bat generation also when cross-compiling. | midipix | 2 | -10/+38 |
2016-12-13 | pe_get_imported_symbol_info_64(): provide smooth foreign toolchain support. | midipix | 1 | -0/+1 |
2016-12-13 | pe_impl_strlen_{ansi|utf16}(): provide smooth foreign toolchain support. | midipix | 2 | -3/+3 |
2016-12-13 | added clbuild-bat: a poor man's transitional clbuild command translator. | midipix | 3 | -2/+156 |
2016-12-12 | include <psxtypes/section/freestd.h> for improved foreign compiler support. | midipix | 1 | -0/+2 |
2016-12-12 | internals: pe_impl.h: free-standing build env.: use __inline__ (cf. psxtypes). | midipix | 1 | -3/+3 |
2016-12-11 | api headers: added visual studio and hosted environment support. | midipix | 6 | -11/+42 |
2016-12-10 | midipix free-standing environment: adjust to forthcoming feature test macro. | midipix | 2 | -2/+2 |
2016-12-08 | build system: configure: pass --sysroot to the linker as a compiler argument. | midipix | 1 | -1/+1 |
2016-12-08 | pe_get_kernel32_handle_callback(): properly use conditional parenthesis. | midipix | 1 | -12/+12 |
2016-12-02 | whitespace meditation. | midipix | 1 | -0/+9 |
2016-12-02 | struct pe_raw_import_hdr: fix logical position within pe_structs.h. | midipix | 1 | -8/+8 |
2016-12-02 | struct pe_raw_coff_symbol_name: member name normalization. | midipix | 1 | -3/+3 |
2016-12-02 | struct pe_raw_coff_symbol: member name normalization. | midipix | 1 | -6/+6 |
2016-12-02 | struct pe_raw_hint_name_entry: member name normalization. | midipix | 1 | -2/+2 |
2016-12-01 | struct pe_raw_import_hdr: member name normalization. | midipix | 2 | -6/+6 |
2016-12-01 | union pe_raw_import_lookup: member name normalization. | midipix | 1 | -4/+4 |
2016-12-01 | union pe_raw_export_addr_tbl: member name normalization. | midipix | 1 | -2/+2 |
2016-12-01 | struct pe_raw_export_hdr: member name normalization. | midipix | 3 | -23/+23 |
2016-12-01 | struct pe_raw_sec_hdr: member name normalization. | midipix | 2 | -11/+11 |
2016-12-01 | struct pe_raw_image_data_dir: member name normalization. | midipix | 1 | -2/+2 |
2016-12-01 | struct pe_raw_opt_hdr_{32|64}: member name normalization. | midipix | 5 | -104/+104 |
2016-12-01 | struct pe_raw_data_dirs: member name normalization. | midipix | 2 | -19/+19 |
2016-12-01 | struct pe_raw_opt_hdr_dirs: member name normalization. | midipix | 1 | -16/+16 |
2016-12-01 | struct pe_raw_opt_hdr_ldr: member name normalization. | midipix | 1 | -2/+2 |
2016-12-01 | struct pe_raw_opt_hdr_img: member name normalization. | midipix | 1 | -5/+5 |
2016-12-01 | struct pe_raw_opt_hdr_vers: member name normalization. | midipix | 1 | -7/+7 |
2016-12-01 | struct pe_raw_opt_hdr_align: member name normalization. | midipix | 1 | -2/+2 |
2016-11-30 | struct pe_raw_opt_hdr_std: member name normalization. | midipix | 1 | -8/+8 |
2016-11-30 | struct pe_raw_coff_file_hdr: member name normalization. | midipix | 3 | -16/+16 |
2016-11-30 | build system: sofort/os/pe.mk: install-implib-solink: fix target definition. | midipix | 1 | -3/+3 |
2016-11-30 | build system: sofort/version.mk: install-soname: fix build target definition. | midipix | 1 | -3/+3 |
2016-11-30 | build system: sofort/version.mk: install-solink: fix build target definition. | midipix | 1 | -3/+3 |
2016-11-19 | annual chores. | midipix | 21 | -21/+21 |
2016-11-19 | pemagine.h: code maintenance. | midipix | 1 | -7/+14 |
2016-11-19 | pe_get_image_import_dir_addr(): code maintenance. | midipix | 1 | -1/+1 |
2016-11-19 | pe_get_image_export_hdr_addr(): code maintenance. | midipix | 1 | -1/+1 |
2016-11-19 | pe_get_image_special_hdr_addr(): code maintenance. | midipix | 1 | -2/+2 |
2016-11-19 | pe_get_image_named_section_addr(): code maintenance. | midipix | 1 | -12/+18 |
2016-11-19 | pe_get_image_section_tbl_addr(): code maintenance. | midipix | 1 | -3/+8 |
2016-11-19 | pe_get_image_entry_point_addr(): code maintenance. | midipix | 1 | -1/+0 |
2016-11-19 | pe_get_image_data_dirs_addr(): code maintenance. | midipix | 1 | -1/+1 |
2016-11-19 | pe_get_image_opt_hdr_addr(): code maintenance. | midipix | 1 | -3/+5 |
2016-11-19 | pe_get_image_coff_hdr_addr(): code maintenance. | midipix | 1 | -8/+8 |
2016-11-19 | pe_get_image_dos_hdr_addr(): code maintenance. | midipix | 1 | -5/+3 |
2016-11-19 | pe_get_symbol_name(), pe_get_import_symbol_info(): code maintenance. | midipix | 1 | -4/+2 |
2016-11-19 | pe_get_symbol_module_info(): code maintenance. | midipix | 1 | -1/+0 |