summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Autoconf: aarch64-apple-darwin/clang is now a tier 1 platform (#117861)Erlend E. Aasland2024-04-141-3/+3
* gh-96398: Fix mpicc check in configure.ac (#117857)Erlend E. Aasland2024-04-131-1/+1
* gh-96398: Detect GCC compatible compilers in configure (#117825)Erlend E. Aasland2024-04-131-1/+28
* gh-96398: Detect emcc and mpicc in compiler names in configure (#117819)Erlend E. Aasland2024-04-121-1/+6
* gh-117752: Autoconf: fix PGO builds for 'make -C build' incantations (#117803)Erlend E. Aasland2024-04-121-4/+4
* gh-117752: Autoconf: fix -fno-semantic-interposition check (#117789)Erlend E. Aasland2024-04-121-7/+7
* gh-117752: Autoconf: store all LLVM profile data in the build directory (#117...Erlend E. Aasland2024-04-121-2/+2
* gh-117787: Autoconf: fix bashisms/semantic breakage of iOS checks (#117788)Eli Schwartz2024-04-111-1/+1
* gh-116303: Don't build xxlimited and xxlimited_35 if --disable-test-modules i...Erlend E. Aasland2024-04-051-2/+2
* gh-114099: Additions to standard library to support iOS (GH-117052)Russell Keith-Magee2024-03-281-8/+13
* gh-71052: Add Android build script and instructions (#116426)Malcolm Smith2024-03-211-8/+21
* gh-114099 - Add iOS framework loading machinery. (GH-116454)Russell Keith-Magee2024-03-191-1/+0
* gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)Guido van Rossum2024-03-181-2/+1
* GH-115983: skip building shared modules for testing under WASI (GH-116528)Brett Cannon2024-03-131-0/+6
* gh-71052: Change Android's `sys.platform` from "linux" to "android"Malcolm Smith2024-03-111-0/+1
* gh-116303: Explicitly check for the _testsinglephase module in configure.ac (...Erlend E. Aasland2024-03-071-0/+44
* gh-116417: Add _testlimitedcapi C extension (#116419)Victor Stinner2024-03-071-0/+45
* gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)Russell Keith-Magee2024-03-071-52/+98
* GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 prim...Brett Cannon2024-03-051-1/+1
* gh-108562: Revert enabling -fstrict-overflow for libmpdec (GH-116302)Sergey B Kirpichev2024-03-041-7/+0
* gh-108562: Fix compiler warnings for libmpdec (#114751)Sergey B Kirpichev2024-03-031-0/+7
* gh-115806: Don't mangle output of configure 'ipv6 stack type' check (#116165)Erlend E. Aasland2024-03-011-2/+2
* gh-71052: Fix several Android build issues (#115955)Malcolm Smith2024-02-291-7/+40
* gh-115765: Don't use deprecated AC_EGREP_* macros in configure.ac (#116016)Erlend E. Aasland2024-02-281-106/+254
* gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)Pablo Galindo Salgado2024-02-281-0/+50
* gh-114099: Add configure and Makefile targets to support iOS compilation. (GH...Russell Keith-Magee2024-02-261-53/+190
* gh-115806: Make configure output more readable (#115807)Erlend E. Aasland2024-02-231-9/+10
* gh-115765: Don't use deprecated AC_CHECK_TYPE macro in configure.ac (#115792)Erlend E. Aasland2024-02-221-0/+8
* gh-111225: Link extension modules against libpython on Android (#115780)Malcolm Smith2024-02-211-5/+8
* gh-114099: Refactor configure and Makefile to accomodate non-macOS frameworks...Russell Keith-Magee2024-02-121-174/+209
* GH-113632: update configure.ac for WebAssembly support tiers (#115192)Brett Cannon2024-02-091-4/+2
* gh-114883: Fix Makefile dependency tree for non-jit builds (GH-114884)Zachary Ware2024-02-031-0/+3
* gh-114875: Require getgrent for building the grp extension module (#114876)Malcolm Smith2024-02-021-1/+8
* gh-112606: Use pthread_cond_timedwait_relative_np() in parking_lot.c when ava...Matt Prodani2024-01-301-0/+6
* gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)Soumendra Ganguly2024-01-291-0/+30
* GH-113464: Add a JIT backend for tier 2 (GH-113465)Brandt Bucher2024-01-291-0/+31
* gh-80532: Do not set ipv6type when cross-compiling (#17956)Zackery Spytz2024-01-051-1/+1
* gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)Samet YASLAN2023-12-301-0/+25
* bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH...Zackery Spytz2023-12-281-0/+1
* gh-110459: Make sure --with-openssl-rpath works on macOS (#113441)Ronald Oussoren2023-12-281-1/+6
* gh-113117: Support posix_spawn in subprocess.Popen with close_fds=True (#113118)Jakub KulĂ­k2023-12-171-0/+6
* gh-76785: More Fixes for test.support.interpreters (gh-113012)Eric Snow2023-12-121-0/+29
* gh-112970: Detect and use closefrom() when available (#112969)Sam James2023-12-121-0/+6
* gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)Sam Gross2023-12-121-0/+2
* gh-112779: Check 1-byte atomics in configure (gh-112819)Sam Gross2023-12-081-4/+14
* gh-105323: Remove `WITH_APPLE_EDITLINE` to use the same declaration for all e...Tian Gao2023-12-051-17/+0
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-1/+1
* gh-112088: Run autoreconf in GHA check_generated_files (#112090)Victor Stinner2023-11-151-60/+60
* gh-111460: Restore ncurses widechar support on macOS (#111878)Davide Rizzo2023-11-131-1/+1
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-301-89/+133