aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Disable usage of TLS unless availableNobuyoshi Nakada2022-05-221-2/+7
* Check if thread-local storage is supported on macOSNobuyoshi Nakada2022-05-221-3/+3
* Ruby31: add support for Darwin ppc/ppc64 (#5927)Sergey Fedorov2022-05-221-1/+7
* mkmf: Add a configure option to set verbose mode (V=1 or 0) in mkmf.rb.Jun Aruga2022-05-121-0/+7
* Honor --with-thread option to enable pthreadNobuyoshi Nakada2022-05-101-44/+5
* Don't set LDFLAGS by defaultAaron Patterson2022-04-281-7/+0
* Rust YJITAlan Wu2022-04-271-0/+42
* [DOC]Some link prefix replaceS-H-GAMELINKS2022-04-091-1/+1
* [DOC] Fix comment linksS-H-GAMELINKS2022-04-071-2/+2
* Remove dependency on libcapstoneAlan Wu2022-03-311-9/+0
* Extract RUBY_REQUIRE_FUNCSNobuyoshi Nakada2022-03-281-7/+2
* Check if `__assume` is supportedNobuyoshi Nakada2022-02-191-0/+12
* Define `HAVE___BUILTIN_UNREACHABLE` instead of `UNREACHABLE`Nobuyoshi Nakada2022-02-191-1/+1
* Do not search for commands with double tool prefixes [Bug #18504]Nobuyoshi Nakada2022-02-171-19/+23
* Check if `execv` is available for ruby/missing.hNobuyoshi Nakada2022-01-261-0/+2
* Use the prefixed pkg-config commandNobuyoshi Nakada2022-01-261-4/+4
* GCC provides -Wdiv-by-zeroNobuyoshi Nakada2022-01-221-1/+1
* MinGW also uses `rb_w32_shutdown`Nobuyoshi Nakada2022-01-201-0/+1
* Fix a missing commaNobuyoshi Nakada2022-01-191-1/+1
* [wasm] configure.ac: disable mjit on wasi by defaultYuta Saito2022-01-191-6/+9
* [wasm] configure.ac: don't require dup and dup2 only for wasiYuta Saito2022-01-191-1/+8
* configure.ac: stop overwriting cc wrapper by darwin-cc everytimeYuta Saito2022-01-191-2/+1
* [wasm] add coroutine/asyncify implementationYuta Saito2022-01-191-0/+3
* [wasm] wasm/missing.{c,h}: add missing libc stubs for wasi-libcYuta Saito2022-01-191-0/+23
* [wasm] add asyncify based setjmp, fiber, register scan emulationYuta Saito2022-01-191-0/+24
* [wasm] configure.ac: setup platform specific librariesYuta Saito2022-01-191-0/+4
* [wasm] configure.ac: disable stack-protectorYuta Saito2022-01-191-1/+1
* [Feature #18491] Drop support for HP-UXPeter Zhu2022-01-181-23/+0
* io_buffer.c: use mremap based resizing only when mremap availableYuta Saito2022-01-071-0/+1
* configure.in: unexpand exec_prefix in includedirNobuyoshi Nakada2021-12-241-1/+1
* Move -ljemalloc to DLDLIBS [Bug #18391]Nobuyoshi Nakada2021-12-071-2/+2
* Delete #if line during checking madvise() on SolarisNaohisa Goto2021-11-301-1/+0
* Enable load-relative on SolarisNobuyoshi Nakada2021-11-301-1/+7
* Cache wheather madvise declaration is needed on SolarisNobuyoshi Nakada2021-11-301-2/+5
* Fix conflicting declaration on SolarisNobuyoshi Nakada2021-11-301-0/+9
* Workaround for implicit declaration of function 'madvise' on SolarisNaohisa Goto2021-11-301-0/+1
* configure.ac: don't use shutdown on emscriptenYusuke Endoh2021-11-031-0/+1
* Split thread-model config into another ac fileYuta Saito2021-10-301-9/+2
* Check old-style definitionsNobuyoshi Nakada2021-10-271-0/+1
* Mention YJIT in Capstone autoconf checkAlan Wu2021-10-201-1/+1
* conditionally add libcapstoneAaron Patterson2021-10-201-2/+0
* Directly link libcapstone for easier developmentAaron Patterson2021-10-201-0/+11
* haiku configure fix (again).David CARLIER2021-10-181-0/+3
* haiku build update stack overflow check in libroot (haiku's libc) nowDavid CARLIER2021-10-171-3/+0
* Do not allow configuration where neither static or shared library is installedJeremy Evans2021-10-081-1/+4
* [Win32] Prefer Cryptography Next Generation APINobuyoshi Nakada2021-10-021-1/+1
* Checks for CPU specific header on universal buildNobuyoshi Nakada2021-10-011-0/+1
* Define ACTION-IF-UNIVERSAL of `AC_C_BIGENDIAN` [Bug #18156]Nobuyoshi Nakada2021-10-011-1/+1
* Needs `AC_PROG_CC`Nobuyoshi Nakada2021-09-301-1/+1
* MINGW-UCRT: Set CONFIG['arch'] and RUBY_PLATFORM to "x64-mingw-ucrt"Lars Kanis2021-09-201-1/+5