Age | Commit message (Expand) | Author | Files | Lines |
2018-12-04 | osapi: moved VA_LIST_IS_ARRAY from modern.h to linux.h (oversight). | midipix | 2 | -1/+3 |
2018-12-04 | inittab.h: remove ossaudiodev from the list of core (static) extensions. | midipix | 1 | -1/+0 |
2018-12-04 | osapi: moved HAVE_EPOLL from modern.h to linux.h (oversight). | midipix | 2 | -1/+3 |
2018-12-04 | project: added recipes for pycompile (native core python for bytecode gen). | midipix | 2 | -0/+119 |
2018-12-04 | config: added x86_64-nt64-midipix definitions. | midipix | 4 | -0/+93 |
2018-12-04 | project, config/x86_64-linux-musl: refactor, define CONFIG_DEFAULT_SRCS. | midipix | 2 | -12/+15 |
2018-12-04 | build system: added NATIVE_CC_HOST support. | midipix | 3 | -1/+18 |
2018-12-02 | config: added x86_64-foxkit-linux-musl (synonym for x86_64-linux-musl). | midipix | 1 | -0/+1 |
2018-12-02 | config: added x86_64-alpine-linux-musl (synonym for x86_64-linux-musl). | midipix | 1 | -0/+1 |
2018-12-02 | project: osforce.mk: added CFGHOST_SYNONYM support. | midipix | 1 | -2/+8 |
2018-12-02 | project, config/x86_64-linux-musl: refactored pyconfig.h, created subset defs. | midipix | 5 | -312/+352 |
2018-12-02 | config: x86_64-linux-musl: further refactor config.mk. | midipix | 1 | -25/+38 |
2018-12-02 | project, config/x86_64-linux-musl: refactor, define extension subsets. | midipix | 3 | -132/+151 |
2018-12-02 | config: x86_64-nt64-midipix: temporarily remove target-specific configuration. | midipix | 3 | -460/+0 |
2018-12-02 | project, config/x86_64-linux-musl: created profiles/, refactored inittab bits. | midipix | 4 | -120/+145 |
2018-12-02 | config: x86_64-linux-musl: properly support an all-static python executable. | midipix | 3 | -1/+148 |
2018-12-02 | project: properly support an all-static python executable. | midipix | 3 | -1/+80 |
2018-12-02 | project: pyexts.c helper program: added --py-init-func, --init-func-ptr. | midipix | 1 | -1/+34 |
2018-12-02 | config: x86_64-linux-musl, x86_64-nt64-midipix: defined PYTHON_PLATFORM. | midipix | 3 | -0/+3 |
2018-12-02 | config: x86_64-linux-musl, x86_64-nt64-midipix: whitespace meditation. | midipix | 2 | -4/+4 |
2018-11-25 | project: do not load the ad-hoc config.mk during ./configure's init phase. | midipix | 1 | -0/+2 |
2018-11-25 | build system: --all-shared: ensure linking against the newly built library. | midipix | 1 | -1/+1 |
2018-11-25 | project: PE targets: ensure linking against the newly built libpython2.7.lib.a. | midipix | 1 | -1/+1 |
2018-11-25 | project: no more need to reset LDFLAGS_IMPLIB when building extension modules. | midipix | 1 | -1/+0 |
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 | project: express dependency of python's extension modules on its main library. | 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-25 | build system: sysinfo: bsd/linux: remove implib .PHONY defs (are in elf.mk). | midipix | 2 | -4/+0 |
2018-11-25 | config: x86_64-nt64-midipix: initial commit. | midipix | 3 | -0/+459 |
2018-11-24 | project: defined INTERNAL_HEADERS. | midipix | 1 | -0/+133 |
2018-11-24 | config: x86_64-linux-musl: python's extension modules: defined subset. | midipix | 1 | -0/+64 |
2018-11-24 | project: python's extension modules: incorporate into the main build. | midipix | 1 | -0/+8 |
2018-11-24 | project: updated pyexts.mk (build rules for python's extension modules). | midipix | 1 | -0/+1802 |
2018-11-24 | config: x86_64-linux-musl: defined CFLAGS_DBM, LDFLAGS_DBM. | midipix | 1 | -0/+3 |
2018-11-24 | config: x86_64-linux-musl: defined CFLAGS_EXPAT, LDFALGS_EXPAT. | midipix | 1 | -0/+3 |
2018-11-24 | config: x86_64-linux-musl: defined CFLAGS_SQLITE, LDFLAGS_SQLITE. | midipix | 1 | -0/+5 |
2018-11-24 | config: x86_64-linux-musl: defined CFLAGS_NCURSES, LDFLAGS_NCURSES. | midipix | 1 | -0/+3 |
2018-11-24 | project: added the referential, development-time-only pyexts.c. | midipix | 1 | -0/+287 |
2018-11-24 | project: added generic rules for building python's extension modules. | midipix | 3 | -0/+71 |
2018-11-23 | COPYING.SOFORT: update copyright year to reflect recent changes. | midipix | 1 | -1/+1 |
2018-11-23 | build system: all-shared: use LDFLAGS_APP as before, now with correct ordering. | midipix | 1 | -1/+1 |
2018-11-22 | project: defined API_HEADERS. | midipix | 1 | -0/+92 |
2018-11-22 | project: defined APP_SRCS, configured front-end executable accordingly. | midipix | 2 | -2/+3 |
2018-11-22 | config: x86_64-linux-musl: core library: required all symbols to be defined. | midipix | 1 | -0/+2 |
2018-11-22 | config: x86_64-linux-musl: defined CONFIG_SRCS. | midipix | 1 | -0/+13 |
2018-11-22 | project: added CONFIG_SRCS to list of COMMON_SRCS. | midipix | 1 | -0/+1 |
2018-11-22 | project: defined MODULE_SRCS and related variables and dependencies. | midipix | 3 | -0/+29 |
2018-11-22 | config: x86_64-linux-musl: defined PYTHON_PATH. | midipix | 1 | -0/+2 |
2018-11-22 | config: x86_64-linux-musl: defined DYNLOAD_SRCS. | midipix | 1 | -0/+2 |