index
:
pemagine
main
a (virtual) tour into portable bits and executable bytes
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
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
5
-8
/
+8
2017-01-28
ldso: added pe_ldso.h to ensure namespace isolation in hosted executables.
midipix
3
-0
/
+44
2017-01-28
ldso: added pe_terminate_current_process().
midipix
4
-0
/
+38
2017-01-28
ldso: pe_open_physical_parent_directory(): properly handle \Device\Mup.
midipix
1
-5
/
+28
2017-01-28
ldso: added pe_load_framework_loader().
midipix
4
-0
/
+262
2017-01-28
ldso: pe_find_framework_loader(): inherited root: no need to initialize himage.
midipix
1
-1
/
+0
2017-01-28
ldso: apply type to OS status code macro definitions.
midipix
2
-15
/
+16
2017-01-28
ldso: added pe_find_framework_loader().
midipix
4
-0
/
+300
2017-01-26
ldso: added pe_get_framework_runtime_data().
midipix
4
-0
/
+340
2017-01-19
ldso: added pe_get_peb_command_line(), pe_get_peb_environment_block().
midipix
4
-0
/
+80
2017-01-18
ldso: control inheritance and share access when opening image or parent dir.
midipix
3
-8
/
+14
2017-01-18
ldso: added pe_open_image_from_addr().
midipix
4
-0
/
+114
2017-01-18
ldso: added pe_open_physical_parent_directory().
midipix
6
-2
/
+186
2016-12-19
32/64-bit code path: use __SIZEOF_POINTER__ in anticipation of arm support.
midipix
1
-6
/
+6
2016-12-19
project: clbuild-bat: added -mno-stack-arg-probe support.
midipix
1
-0
/
+1
2016-12-18
project: clbuild-bat: added static front-end support.
midipix
1
-0
/
+1
2016-12-18
project: clbuild-bat: added link target (shared-lib/default-app) support.
midipix
2
-3
/
+10
2016-12-18
project: clbuild-bat: whitespace meditation.
midipix
1
-15
/
+15
2016-12-18
project: removed the generated clbuild.bat, should be provided externally.
midipix
2
-202
/
+1
2016-12-18
project: clbuild-bat: added -static support.
midipix
1
-0
/
+1
2016-12-18
project: clbuild-bat: added -Wno-unused-parameter support.
midipix
1
-0
/
+1
2016-12-18
project: clbuild-bat: added -Wno-missing-field-initializers support.
midipix
1
-0
/
+1
2016-12-18
project: clbuild-bat: added proper version.tag support.
midipix
2
-9
/
+27
2016-12-18
build system: version.sh: create output directory as needed.
midipix
1
-0
/
+1
2016-12-15
project: clbuild-bat: re-generated project/clbuild.bat.
midipix
1
-38
/
+38
2016-12-15
project: clbuild-bat: added asm support.
midipix
2
-3
/
+21
2016-12-15
project: clbuild-bat: properly handle dependency libraries.
midipix
1
-1
/
+1
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
[next]