summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* gh-90905: Allow cross-compilation on macOS (#128385)Zanie Blue2025-01-131-0/+12
* GH-127970: find the runtime library when dladdr is available (#127972)Filipe Laíns 🇵🇸2025-01-081-1/+1
* gh-127614: Correctly check for ttyname_r() in configure (#128503)Erlend E. Aasland2025-01-071-1/+1
* gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto errors (gh-...Zanie Blue2025-01-071-1/+8
* gh-127146: Strip dash from Emscripten compiler version (#128557)Hood Chatham2025-01-061-1/+1
* gh-128437: Add `BOLT_COMMON_FLAGS` with `-update-debug-sections` (gh-128455)Zanie Blue2025-01-051-2/+16
* gh-115765: Document and enforce Autoconf 2.72 requirement (#128502)Erlend E. Aasland2025-01-041-2/+2
* gh-128354: Consistently use LIBS over LDFLAGS in library build checks (#128359)Zanie Blue2025-01-031-18/+17
* gh-128456: Use '-reorder-functions=cdsort' for BOLT builds (#128457)Zanie Blue2025-01-031-1/+1
* gh-128104: Remove `Py_STRFTIME_C99_SUPPORT`; require C99-compliant strftime (...Zanie Blue2025-01-031-8/+3
* gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requirements (#1...Zanie Blue2024-12-301-1/+1
* gh-128279: Enhance the NetBSD compatibility for thread naming (#128280)Furkan Onder2024-12-281-0/+1
* gh-100384: Error on `unguarded-availability` in macOS builds (#128155)Zanie Blue2024-12-221-0/+7
* gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module (...RUANG (James Roy)2024-12-191-1/+1
* gh-127146: Emscripten Include compiler version in _PYTHON_HOST_PLATFORM (#127...Hood Chatham2024-12-171-0/+3
* gh-127111: Emscripten Move link flags from `LDFLAGS_NODIST` to `LINKFORSHARED...Hood Chatham2024-12-091-5/+5
* gh-59705: Add _thread.set_name() function (#127338)Victor Stinner2024-12-061-2/+20
* gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK (#127593)Victor Stinner2024-12-051-1/+1
* gh-127503: Emscripten make Python.sh function as proper Python CLI (#127506)Hood Chatham2024-12-051-1/+1
* gh-127146: Emscripten: Skip segfaults in test suite (#127151)Hood Chatham2024-12-051-0/+1
* gh-127111: Emscripten Make web example work again (#127113)Hood Chatham2024-12-021-6/+10
* GH-127429: fix sysconfig data generation on cross-builds (#127430)Filipe Laíns 🇵🇸2024-12-021-1/+1
* gh-126898: Emscripten support: Use es6 modules (#126903)Hood Chatham2024-11-211-2/+2
* gh-126691: Remove --with-emscripten-target (#126787)Hood Chatham2024-11-161-59/+14
* gh-89640: Pull in update to float word order detection in autoconf-archive (#...Hood Chatham2024-11-131-3/+0
* gh-89640: Restore configure error message on failure to detect float word ord...Hood Chatham2024-11-081-1/+6
* GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more spe...Brett Cannon2024-11-071-3/+3
* gh-96398: Improve accuracy of compiler checks in configure.ac (#117815)Erlend E. Aasland2024-11-071-104/+59
* GH-126458: disable SIMD for HACL under WASI (#126512)Brett Cannon2024-11-061-2/+4
* gh-89640: Hardcode WASM float word ordering as little endian (#126387)Erlend E. Aasland2024-11-041-22/+20
* gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270)Bénédikt Tran2024-11-011-1/+0
* gh-126178: NFC Separate Emscripten and WASI standard lib disables in configur...Hood Chatham2024-10-311-30/+46
* gh-91962: Fix `hstrerror` detection issues on Solaris (GH-91963)Jakub Kulík2024-10-301-3/+6
* gh-125206: Correct detection of complex numbers support in libffi (#126104)Sergey B Kirpichev2024-10-301-3/+5
* gh-124932: Distinguish build prefix from host prefix in cross builds (#124933)Hood Chatham2024-10-291-0/+19
* gh-124928: Emscripten node support: Clean up old node <= 16 flags (#124929)Hood Chatham2024-10-291-28/+1
* gh-125698: Autoconf: Sync EXEEXT and ac_exeext (#125995)Erlend E. Aasland2024-10-261-0/+3
* gh-125698: Restore EXEEXT in configure and Make (#125758)Erlend E. Aasland2024-10-201-10/+10
* gh-125698: Replace EXEEXT with EXE_SUFFIX (#125699)Erlend E. Aasland2024-10-201-10/+10
* gh-115382: Fix cross compiles when host and target use same SOABIVincent Fazio2024-10-161-1/+1
* gh-125206: Bug in ctypes with old libffi is fixed (#125322)Mikhail Efimov2024-10-151-0/+40
* gh-125269: Use `AC_LINK_IF_ELSE` to detect if `-latomic` is needed (#125416)Sam Gross2024-10-151-4/+3
* gh-124944: Add socket.SO_ORIGINAL_DST (#124945)Steven Jin2024-10-141-1/+1
* gh-123990: Good bye WITH_FREELISTS macro (gh-124358)Donghee Na2024-09-241-18/+0
* gh-99108: Disable HACL SIMD code on older versions of Android (#124304)Malcolm Smith2024-09-231-37/+47
* gh-124228: Fix UUID test in configure files for NetBSD (#124229)Furkan Onder2024-09-231-0/+7
* gh-124191: Disable -Wconversion in enable safety (gh-124192)Nate Ohlson2024-09-181-1/+0
* gh-124043: Disallow mixing `--with-trace-refs` and `--disable-gil` (#124078)Peter Bierma2024-09-161-0/+4
* gh-124064: Make warning emitting compiler options opt-in (#124070)Nate Ohlson2024-09-161-5/+10
* gh-123748: Add conditional compilation rules for HACL SIMD256 and SIMD128 on ...Russell Keith-Magee2024-09-161-2/+27