summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
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
2021-06-24Remove also debug symbol directory at clean on macOSNobuyoshi Nakada
2021-06-22Run ifchange with shell explicitly, workaround of noexec mountNobuyoshi Nakada
2021-06-16Configure ioctl request argument type [Bug #17759]Nobuyoshi Nakada
2021-06-14prefer cc/gcc over clang on solaris卜部昌平
2021-05-14Refix PAGE_SIZENobuyoshi Nakada
2021-05-13Fix compilation with jemalloc on macosJohn Hawthorn
2021-05-10Removed missing/dup2.cNobuyoshi Nakada
2021-05-06Check only whether PAGE_SIZE is compile-time constNobuyoshi Nakada
2021-05-06Get rid of including sys/user.h on macOSNobuyoshi Nakada
2021-05-05Fix PAGE_SIZE macro detection in autoconfPeter Zhu
2021-05-05Fix compilation on M1 MacNobuyoshi Nakada
2021-05-05configure.ac: check if __builtin_expect is available or notYusuke Endoh
2021-05-05Workaround for gcc-4 bugNobuyoshi Nakada
2021-05-04Add -Werror=undef to default warnflags for coreBenoit Daloze
2021-04-17Remove comments in tool/m4 from the generated configureNobuyoshi Nakada
2021-04-17Prefer positive condition to double negativeNobuyoshi Nakada
2021-04-12Support non-standard `struct stat` [Bug #17793]Nobuyoshi Nakada
2021-04-10configure: always check for atomic/sync builtins [Bug #17787]Nobuyoshi Nakada
2021-04-10configure: try `-fdeclspec` option by linking [Bug #17787]Nobuyoshi Nakada
2021-03-30Fix `coroutine_type` variable nameKazuhiro NISHIYAMA
2021-03-30Support for native riscv64 coroutines.Samuel Williams
2021-03-24Removed dln_a_outNobuyoshi Nakada
2021-03-20configure.ac: enable FORCE_FILESYSTEM for EmscriptenYusuke Endoh
2021-03-19Remove unneeded dependencies on macOS [Feature #17730]Rick Mark
2021-03-19Use CommonRandom if availableNobuyoshi Nakada