Age | Commit message (Expand) | Author | Files | Lines |
2016-11-10 | build system: add cparser support. | midipix | 2 | -0/+41 |
2016-11-10 | build system: remove dependency on compiler support of the --include switch. | midipix | 1 | -6/+6 |
2016-11-10 | build system: add missing -E in clang's CPP variable definition. | midipix | 1 | -1/+1 |
2016-11-10 | configure: display status upon successful completion. | midipix | 1 | -0/+8 |
2016-11-10 | Makefile.in: .display-env: add missing @echo. | midipix | 1 | -0/+1 |
2016-11-10 | perform the host-targeting toolchain tests (host.tag) as part of configure. | midipix | 1 | -0/+11 |
2016-11-10 | build system: add missing dependency on (out-of-)tree.tag. | midipix | 1 | -2/+2 |
2016-11-10 | build system: respect CROSS_COMPILE when setting CC for allegedly native builds. | midipix | 1 | -1/+1 |
2016-11-10 | build system: document the strict verification of CC. | midipix | 1 | -1/+2 |
2016-11-10 | build system: when set, verify that CC passes as a valid compiler. | midipix | 1 | -0/+4 |
2016-11-10 | build system: replace BIN_DIR and friends with the familiar BINDIR and co. | midipix | 5 | -45/+45 |
2016-11-10 | build system: replace the build_ prefix with the more appropriate native_ pre... | midipix | 4 | -40/+40 |
2016-11-10 | build system: os info: fix typo in mingw import library linker switch. | midipix | 1 | -1/+1 |
2016-11-10 | build system: host.sh: do not quote $mb_compiler, as it may contain switches. | midipix | 1 | -4/+4 |
2016-11-10 | build system: invokve host.sh without the help of $(SHELL). | midipix | 1 | -1/+1 |
2016-11-10 | build system: normalize CFLAGS for shared and static library builds. | midipix | 1 | -2/+2 |
2016-11-10 | set the OS variable in each of the operating system recipes. | midipix | 5 | -0/+5 |
2016-11-10 | build system: normalize (alpha-sort) the list of source C files. | midipix | 1 | -5/+5 |
2016-11-10 | build system: add support for non-portable host headers. | midipix | 3 | -3/+90 |
2016-11-10 | build system: use toolchain as a build_cc default. | midipix | 2 | -3/+10 |
2016-11-10 | build system: set ARCH (sub-folder for arch-specific files) by host. | midipix | 6 | -0/+6 |
2016-11-10 | build system: add configuration recipe for darwin. | midipix | 1 | -0/+9 |
2016-11-10 | build system: assign variable values via '=' rather than '?='. | midipix | 14 | -114/+114 |
2016-11-10 | build template: native build: set ARCH according to OS and HOST_BITS. | midipix | 1 | -0/+40 |
2016-11-10 | Makefile.in: replace the basic .display target with an extended one. | midipix | 1 | -22/+84 |
2016-11-10 | main() and perk_main(): do not use alias, normalize function signature. | midipix | 1 | -5/+5 |
2016-11-10 | Makefile.in: add missing dependency information. | midipix | 1 | -0/+2 |
2016-11-10 | replace non-portable use of readlink with a portable cd-pwd sequence. | midipix | 1 | -1/+1 |
2016-11-10 | makefile replacement: step 2/2: use the midipix build template. | midipix | 24 | -0/+848 |
2016-11-10 | makefile replacement: step 1/2: remove the project's ad-hoc makefile. | midipix | 2 | -70/+3 |
2016-11-10 | pe_get_image_meta(): do not print import library information unconditionally. | midipix | 1 | -0/+4 |
2016-11-10 | Makefile: add support for LDFLAGS_APP and LDFLAGS_LIB. | midipix | 1 | -9/+11 |
2016-11-10 | struct pe_raw_image: change the type of addr to void *. | midipix | 3 | -4/+4 |
2016-11-10 | pe_map_raw_image: accept page protection as an argument. | midipix | 3 | -4/+4 |
2016-11-10 | perk.h: fix tab alignment (cosmetic). | midipix | 1 | -1/+1 |
2016-11-10 | Makefile: do not include the main application object (perk.o) in OBJS. | midipix | 1 | -3/+2 |
2016-11-10 | add perk_api.h and define perk_api to cleanly support PE import libraries. | midipix | 2 | -14/+50 |
2016-11-10 | raw binary file description: add struct pe_data_dirs. | midipix | 1 | -0/+20 |
2016-11-10 | include secondary library headers using a quoted file identifier. | midipix | 1 | -4/+4 |
2016-11-10 | pe_free_image_meta_impl(): free implib-related memory. | midipix | 1 | -0/+6 |
2016-11-10 | added README. | midipix | 1 | -0/+12 |
2016-11-10 | fix big-endian code path; make the code more -Wall-resistant. | midipix | 12 | -35/+33 |
2016-11-10 | added provisional Makefile. | midipix | 1 | -0/+69 |
2016-11-10 | initial commit. | midipix | 16 | -0/+2089 |
2016-11-10 | created repository. | midipix | 2 | -0/+28 |