summaryrefslogtreecommitdiffhomepage
path: root/project
AgeCommit message (Collapse)AuthorFilesLines
2019-02-22pe_entry_point(): explicitly apply protected visibility.midipix1-2/+2
2019-02-02project: apply protected visibility to both the static and dynamic builds.midipix1-2/+2
2019-02-02project: apply hidden visibility to both the static and dynamic builds.midipix1-2/+2
2019-02-02project: remove the obsolete clbuild.sh.midipix2-227/+0
2017-12-18pe_get_ldr_entry_from_addr(): initial implementation.midipix1-0/+1
2017-10-19ldso: added pe_load_framework_loader_ex().midipix1-0/+1
2017-01-28ldso: added pe_ldso.h to ensure namespace isolation in hosted executables.midipix1-0/+1
2017-01-28ldso: added pe_terminate_current_process().midipix1-0/+1
2017-01-28ldso: added pe_load_framework_loader().midipix1-0/+1
2017-01-28ldso: added pe_find_framework_loader().midipix1-0/+1
2017-01-26ldso: added pe_get_framework_runtime_data().midipix1-0/+1
2017-01-19ldso: added pe_get_peb_command_line(), pe_get_peb_environment_block().midipix1-0/+1
2017-01-18ldso: added pe_open_image_from_addr().midipix1-0/+1
2017-01-18ldso: added pe_open_physical_parent_directory().midipix3-2/+5
2016-12-19project: clbuild-bat: added -mno-stack-arg-probe support.midipix1-0/+1
2016-12-18project: clbuild-bat: added static front-end support.midipix1-0/+1
2016-12-18project: clbuild-bat: added link target (shared-lib/default-app) support.midipix2-3/+10
2016-12-18project: clbuild-bat: whitespace meditation.midipix1-15/+15
2016-12-18project: removed the generated clbuild.bat, should be provided externally.midipix1-202/+0
2016-12-18project: clbuild-bat: added -static support.midipix1-0/+1
2016-12-18project: clbuild-bat: added -Wno-unused-parameter support.midipix1-0/+1
2016-12-18project: clbuild-bat: added -Wno-missing-field-initializers support.midipix1-0/+1
2016-12-18project: clbuild-bat: added proper version.tag support.midipix2-9/+27
2016-12-15project: clbuild-bat: re-generated project/clbuild.bat.midipix1-38/+38
2016-12-15project: clbuild-bat: added asm support.midipix2-3/+21
2016-12-15project: clbuild-bat: properly handle dependency libraries.midipix1-1/+1
2016-12-13project: clbuild-bat: improved -freestanding support.midipix1-1/+1
2016-12-13project: clbuild-bat: added import library support.midipix1-0/+1
2016-12-13project: clbuild.bat: initial check-in (generated via: make clbuild-bat).midipix1-0/+202
2016-12-13project: clbuild-bat: support clbuild.bat generation also when cross-compiling.midipix2-10/+38
2016-12-13added clbuild-bat: a poor man's transitional clbuild command translator.midipix2-0/+153
2016-12-11api headers: added visual studio and hosted environment support.midipix1-2/+2
2016-12-10midipix free-standing environment: adjust to forthcoming feature test macro.midipix1-1/+1
2016-11-19project: common.mk: code maintenance.midipix1-2/+6
2016-11-19pe_impl.h: linkage: helper string functions are now static inlined functions.midipix1-1/+0
2016-11-19pe_api.h: fix export/import inconsistency.midipix1-1/+1
2016-05-28build system: support project-specific overrides of OS and toolchain defs.midipix1-0/+0
2016-05-11build system: PE targets: handle subsystem setting in pe.mk.midipix1-3/+0
2016-05-10build system: upgrade build system, eliminate differences in core definitions.midipix5-50/+32
Prior to this patch, there were several differences between this project's build system and the one from which it was derived (sofort). Although the differences were very minor and for the most part related to this project being part of a free-standing, midipix-specific development framework, they still added an extra maintenance burden, specifically by requiring that common changes be applied via patch(1) rather than git-am(1). Following recent improvements to the common build system, it is now possible to have a free-standing, midipix-specific project without any changes to the core build system files, hence the current upgrade.
2016-04-21build system: remove erroneous build-time references to LIBDIR.midipix1-3/+3
2015-10-31build system: direct linker invocation: fix subsystem support.midipix1-0/+4
2015-10-31build system: direct linker invocation: fix sysroot support.midipix1-0/+2
2015-09-26normalize the name of the library's entry point.midipix2-3/+3
2015-09-26makefile replacement: step 2/2: use the midipix build template.midipix8-0/+95