summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2022-01-19[wasm] configure.ac: disable mjit on wasi by defaultYuta Saito
2022-01-19[wasm] configure.ac: don't require dup and dup2 only for wasiYuta Saito
2022-01-19configure.ac: stop overwriting cc wrapper by darwin-cc everytimeYuta Saito
2022-01-19[wasm] add coroutine/asyncify implementationYuta Saito
2022-01-19[wasm] wasm/missing.{c,h}: add missing libc stubs for wasi-libcYuta Saito
2022-01-19[wasm] add asyncify based setjmp, fiber, register scan emulationYuta Saito
2022-01-19[wasm] configure.ac: setup platform specific librariesYuta Saito
2022-01-19[wasm] configure.ac: disable stack-protectorYuta Saito
2022-01-18[Feature #18491] Drop support for HP-UXPeter Zhu
2022-01-07io_buffer.c: use mremap based resizing only when mremap availableYuta Saito
2021-12-24configure.in: unexpand exec_prefix in includedirNobuyoshi Nakada
2021-12-07Move -ljemalloc to DLDLIBS [Bug #18391]Nobuyoshi Nakada
2021-11-30Delete #if line during checking madvise() on SolarisNaohisa Goto
2021-11-30Enable load-relative on SolarisNobuyoshi Nakada
2021-11-30Cache wheather madvise declaration is needed on SolarisNobuyoshi Nakada
2021-11-30Fix conflicting declaration on SolarisNobuyoshi Nakada
2021-11-30Workaround for implicit declaration of function 'madvise' on SolarisNaohisa Goto
2021-11-03configure.ac: don't use shutdown on emscriptenYusuke Endoh
2021-10-30Split thread-model config into another ac fileYuta Saito
2021-10-27Check old-style definitionsNobuyoshi Nakada
2021-10-20Mention YJIT in Capstone autoconf checkAlan Wu
2021-10-20conditionally add libcapstoneAaron Patterson
2021-10-20Directly link libcapstone for easier developmentAaron Patterson
2021-10-18haiku configure fix (again).David CARLIER
2021-10-17haiku build update stack overflow check in libroot (haiku's libc) nowDavid CARLIER
2021-10-08Do not allow configuration where neither static or shared library is installedJeremy Evans
2021-10-02[Win32] Prefer Cryptography Next Generation APINobuyoshi Nakada
2021-10-01Checks for CPU specific header on universal buildNobuyoshi Nakada
2021-10-01Define ACTION-IF-UNIVERSAL of `AC_C_BIGENDIAN` [Bug #18156]Nobuyoshi Nakada
2021-09-30Needs `AC_PROG_CC`Nobuyoshi Nakada
2021-09-20MINGW-UCRT: Set CONFIG['arch'] and RUBY_PLATFORM to "x64-mingw-ucrt"Lars Kanis
2021-09-20MINGW: More permissive pattern matching for coroutinextkoba (Tee KOBAYASHI)
2021-09-20MINGW: set rb_cv_msvcrt=ucrt and RT_VER=140 when UCRT is usedxtkoba (Tee KOBAYASHI)
2021-09-13coroutine enables assembly version for dragonflybsd.DC
2021-09-10Remove stale DLEXT2Nobuyoshi Nakada
2021-08-29Make ruby.pc from makeNobuyoshi Nakada
2021-08-29Move DEFFILE to EXTDLDFLAGSNobuyoshi Nakada
2021-08-27Use C99-defined signbit macroNobuyoshi Nakada
2021-08-27Use C99-defined macros to classify a floating-point numberNobuyoshi Nakada
2021-08-24netbsd coroutine uses assembly instead and little build fix.David Carlier
2021-08-16Fix COROUTINE_SRC on emscriptenNobuyoshi Nakada
2021-08-16coroutine use asm version for handful of architectures for freebsd.DC
2021-07-07Shared libruby also needs MAINLIBS for jemallocNobuyoshi Nakada
2021-07-07Refactor --with-jemalloc optionNobuyoshi Nakada
2021-07-07comment about the situation [ci skip]卜部昌平
2021-07-07configure: add -Wl,--no-as-needed卜部昌平
2021-07-06Enable libruby-relative on FreeBSDNobuyoshi Nakada
2021-07-06Fix check for malloc_conf when no library is requiredNobuyoshi Nakada
2021-07-06Moved native coroutine type checking messageNobuyoshi Nakada
2021-07-01Replace copy coroutine with pthread implementation.Samuel Williams