Age | Commit message (Expand) | Author | Files | Lines |
2018-12-10 | build system: configure: set $mb_native_cc independently of $CC. | midipix | 1 | -8/+0 |
2018-12-10 | build system: support custom configuration via cfgdefs.sh (and usrdefs.mk). | midipix | 3 | -3/+99 |
2018-12-10 | build system: added NATIVE_CC_HOST support. | midipix | 3 | -1/+18 |
2018-11-25 | build system: --all-shared: ensure linking against the newly built library. | midipix | 1 | -1/+1 |
2018-11-25 | build system: only apply LDFLAGS_IMPLIB to the package's primary shared lib. | midipix | 2 | -1/+1 |
2018-11-25 | build system: --all-shared: properly express primary shared library dependency. | midipix | 1 | -1/+1 |
2018-11-25 | build system: PE, ELF: defined DSO_REF_VER, DSO_REF_SONAME, DSO_REF_SOLINK. | midipix | 2 | -0/+8 |
2018-11-23 | build system: all-shared: use LDFLAGS_APP as before, now with correct ordering. | midipix | 1 | -1/+1 |
2018-11-22 | build system: added --cfghost support. | midipix | 4 | -2/+17 |
2018-11-10 | build system: host flavors: support suffixed library extensions. | midipix | 7 | -3/+23 |
2018-08-05 | build system: configure: replace non-simple backtick with $(...) construct. | midipix | 1 | -1/+1 |
2018-08-05 | project: added initial pkgconfig.support. | midipix | 1 | -0/+9 |
2018-08-05 | build system: fix shared/static install target dependencies on install-pkgconf. | midipix | 1 | -2/+2 |
2018-08-05 | build system: all-shared binary: added missing build-dep on $(SHARED_SOLINK). | midipix | 1 | -1/+1 |
2018-08-05 | build system: all-shared front-end variant: fix ordering of -l$(PACKAGE). | midipix | 1 | -1/+1 |
2018-08-05 | build system: install-shared, install-static: added initial pkgconfig support. | midipix | 3 | -0/+133 |
2018-08-05 | build system: configure, Makefile.in: added initial pkgconfig support. | midipix | 3 | -3/+84 |
2018-06-09 | ldso: pe_load_framework_loader_ex(): rec. val of prev loader and root handles. | midipix | 2 | -1/+19 |
2018-06-09 | ldso: pe_load_framework_loader_ex(): initialize .hexec and .hpeer as needed. | midipix | 1 | -0/+2 |
2018-06-08 | build system: configure: support alternate bindir relative to exec_prefix. | midipix | 1 | -1/+8 |
2018-06-05 | ldso: runtime data block: support inheritance of an alternate loader handle. | midipix | 1 | -3/+15 |
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-24 | ldso: internals: pe_hex_utf16_to_uintptr(): properly support 32-bit targets. | midipix | 1 | -0/+3 |
2017-12-27 | ldso: finalized (dun-dun-duuuun!) the stage-one loader context abi. | midipix | 1 | -1/+1 |
2017-12-25 | loader abi: struct pe_framework_runtime_data: added bridge support. | midipix | 1 | -0/+3 |
2017-12-19 | pe_open_image_from_addr(): fix oversight: do not init dst a second time. | midipix | 1 | -1/+0 |
2017-12-18 | pe_open_image_from_addr(): use pe_get_ldr_entry_from_addr() as the backend. | midipix | 2 | -37/+38 |
2017-12-18 | pe_get_ldr_entry_from_addr(): initial implementation. | midipix | 4 | -0/+67 |
2017-12-06 | ldso: fix signatures related to zw_query_virtual_memory(). | midipix | 4 | -8/+8 |
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-11-22 | pe_get_export_symbol_info(): integrated pe_resolve_forwarder_rva(). | midipix | 1 | -6/+47 |
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-10-19 | internals: pe_entry_point(): added ldso integration. | midipix | 1 | -0/+4 |
2017-10-19 | pe_get_image_stack_heap_info(): submit to a greater type-punned power. | midipix | 1 | -8/+23 |
2017-10-19 | pe_get_image_named_section_addr(): submit to a greater type-punned power. | midipix | 1 | -2/+10 |
2017-10-19 | ldso: added pe_load_framework_library(). | midipix | 3 | -0/+89 |
2017-10-19 | ldso: pe_load_framework_loader(): refactored. | midipix | 1 | -7/+22 |
2017-10-19 | ldso: added pe_load_framework_loader_ex(). | midipix | 4 | -0/+90 |
2017-10-19 | internals: pe_hex_utf16_to_uint32(): return OS_STATUS_INVALID_PARAMETER upon ... | midipix | 1 | -1/+1 |
2017-10-19 | pe_get_framework_runtime_data(): check that the cmdline parameter is not null. | midipix | 1 | -1/+2 |
2017-10-15 | pe_find_framework_loader(): fixed typo. | midipix | 1 | -1/+1 |
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-04 | annual chores. | midipix | 21 | -21/+21 |