aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* MINGW: More permissive pattern matching for coroutinextkoba (Tee KOBAYASHI)2021-09-201-2/+2
* MINGW: set rb_cv_msvcrt=ucrt and RT_VER=140 when UCRT is usedxtkoba (Tee KOBAYASHI)2021-09-201-1/+3
* coroutine enables assembly version for dragonflybsd.DC2021-09-131-0/+3
* Remove stale DLEXT2Nobuyoshi Nakada2021-09-101-4/+1
* Make ruby.pc from makeNobuyoshi Nakada2021-08-291-15/+0
* Move DEFFILE to EXTDLDFLAGSNobuyoshi Nakada2021-08-291-1/+1
* Use C99-defined signbit macroNobuyoshi Nakada2021-08-271-11/+1
* Use C99-defined macros to classify a floating-point numberNobuyoshi Nakada2021-08-271-4/+2
* netbsd coroutine uses assembly instead and little build fix.David Carlier2021-08-241-0/+9
* Fix COROUTINE_SRC on emscriptenNobuyoshi Nakada2021-08-161-8/+3
* coroutine use asm version for handful of architectures for freebsd.DC2021-08-161-0/+9
* Shared libruby also needs MAINLIBS for jemallocNobuyoshi Nakada2021-07-071-0/+1
* Refactor --with-jemalloc optionNobuyoshi Nakada2021-07-071-33/+41
* comment about the situation [ci skip]卜部昌平2021-07-071-0/+6
* configure: add -Wl,--no-as-needed卜部昌平2021-07-071-0/+5
* Enable libruby-relative on FreeBSDNobuyoshi Nakada2021-07-061-0/+4
* Fix check for malloc_conf when no library is requiredNobuyoshi Nakada2021-07-061-3/+6
* Moved native coroutine type checking messageNobuyoshi Nakada2021-07-061-1/+1
* Replace copy coroutine with pthread implementation.Samuel Williams2021-07-011-4/+4
* Remove also debug symbol directory at clean on macOSNobuyoshi Nakada2021-06-241-0/+3
* Run ifchange with shell explicitly, workaround of noexec mountNobuyoshi Nakada2021-06-221-1/+1
* Configure ioctl request argument type [Bug #17759]Nobuyoshi Nakada2021-06-161-0/+30
* prefer cc/gcc over clang on solaris卜部昌平2021-06-141-1/+8
* Refix PAGE_SIZENobuyoshi Nakada2021-05-141-7/+4
* Fix compilation with jemalloc on macosJohn Hawthorn2021-05-131-1/+1
* Removed missing/dup2.cNobuyoshi Nakada2021-05-101-2/+7
* Check only whether PAGE_SIZE is compile-time constNobuyoshi Nakada2021-05-061-14/+8
* Get rid of including sys/user.h on macOSNobuyoshi Nakada2021-05-061-1/+4
* Fix PAGE_SIZE macro detection in autoconfPeter Zhu2021-05-051-8/+11
* Fix compilation on M1 MacNobuyoshi Nakada2021-05-051-0/+18
* configure.ac: check if __builtin_expect is available or notYusuke Endoh2021-05-051-0/+1
* Workaround for gcc-4 bugNobuyoshi Nakada2021-05-051-1/+12
* Add -Werror=undef to default warnflags for coreBenoit Daloze2021-05-041-0/+1
* Remove comments in tool/m4 from the generated configureNobuyoshi Nakada2021-04-171-37/+37
* Prefer positive condition to double negativeNobuyoshi Nakada2021-04-171-4/+4
* Support non-standard `struct stat` [Bug #17793]Nobuyoshi Nakada2021-04-121-0/+5
* configure: always check for atomic/sync builtins [Bug #17787]Nobuyoshi Nakada2021-04-101-1/+3
* configure: try `-fdeclspec` option by linking [Bug #17787]Nobuyoshi Nakada2021-04-101-1/+1
* Fix `coroutine_type` variable nameKazuhiro NISHIYAMA2021-03-301-1/+1
* Support for native riscv64 coroutines.Samuel Williams2021-03-301-0/+3