summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+30
* gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK (#127593)Victor Stinner2024-12-051-0/+6
* 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-5/+9
* GH-127429: fix sysconfig data generation on cross-builds (#127430)Filipe Laíns 🇵🇸2024-12-021-4/+2
* 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-97/+13
* gh-89640: Pull in update to float word order detection in autoconf-archive (#...Hood Chatham2024-11-131-115/+111
* gh-89640: Restore configure error message on failure to detect float word ord...Hood Chatham2024-11-081-1/+1
* 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-99/+68
* 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-27/+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-13/+23
* gh-91962: Fix `hstrerror` detection issues on Solaris (GH-91963)Jakub Kulík2024-10-301-3/+82
* gh-125206: Correct detection of complex numbers support in libffi (#126104)Sergey B Kirpichev2024-10-301-3/+16
* gh-124932: Distinguish build prefix from host prefix in cross builds (#124933)Hood Chatham2024-10-291-0/+25
* gh-124928: Emscripten node support: Clean up old node <= 16 flags (#124929)Hood Chatham2024-10-291-55/+1
* gh-89640: properly detect float word ordering on Linux (#125571)Erlend E. Aasland2024-10-261-5/+14
* 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-11/+11
* gh-125698: Replace EXEEXT with EXE_SUFFIX (#125699)Erlend E. Aasland2024-10-201-11/+11
* 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/+64
* gh-125269: Use `AC_LINK_IF_ELSE` to detect if `-latomic` is needed (#125416)Sam Gross2024-10-151-9/+3
* gh-124944: Add socket.SO_ORIGINAL_DST (#124945)Steven Jin2024-10-141-0/+6
* gh-123990: Good bye WITH_FREELISTS macro (gh-124358)Donghee Na2024-09-241-27/+0
* gh-99108: Disable HACL SIMD code on older versions of Android (#124304)Malcolm Smith2024-09-231-29/+39
* gh-124228: Fix UUID test in configure files for NetBSD (#124229)Furkan Onder2024-09-231-0/+8
* gh-124191: Disable -Wconversion in enable safety (gh-124192)Nate Ohlson2024-09-181-39/+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-10/+205
* gh-123748: Add conditional compilation rules for HACL SIMD256 and SIMD128 on ...Russell Keith-Magee2024-09-161-2/+33
* Revert "gh-112301: Enable warning emitting options and ignore warnings in CI ...Hugo van Kemenade2024-09-131-195/+0
* gh-112301: Enable warning emitting options and ignore warnings in CI (#123020)Nate Ohlson2024-09-131-0/+195
* Fix typos (#123775)algonell2024-09-091-1/+1
* Ensure clang++ is autodetected on iOS. (gh-123749)Russell Keith-Magee2024-09-061-3/+3
* gh-123716: Fix 'Bad substitution' syntax error in configure script for NetBSD...Furkan Onder2024-09-051-1/+1
* gh-122272: Guarantee specifiers %F and %C for datetime.strftime to be 0-padde...blhsing2024-08-231-0/+52
* gh-99108: Inform HACL when explicit_bzero is unavailable (GH-123027)Malcolm Smith2024-08-151-0/+11
* gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)Jonathan Protzenko2024-08-131-95/+106
* gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)Malcolm Smith2024-08-081-4/+7
* gh-122571: Remove duplicate definition of PY_BUILTIN_HASHLIB_HASHES in config...Jonathan Protzenko2024-08-061-3/+1
* gh-121996: Fix --disable-safety and --enable-slower-safety options (gh-122414)Donghee Na2024-07-291-6/+13
* gh-112301: Make fortify source option check -Werror (gh-122141)Nate Ohlson2024-07-251-7/+7
* gh-121996: Introduce --disable-safety and --enable-slower-safety options (#1...Donghee Na2024-07-231-3/+46
* gh-120522: Apply App Store compliance patch during installation (#121947)Russell Keith-Magee2024-07-211-0/+53