summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2020-02-20Prefer alignas() over _Alignas()Yusuke Endoh
2020-01-31support C++ std::nullptr_t卜部昌平
2020-01-10avoid undefined behaviour when n==0卜部昌平
2020-01-03modify MJIT_CC only on RUBY_DEBUG=ciKoichi Sasada
2020-01-03disable ccache if $CC is in /usr/lib/ccache/$CC.Koichi Sasada
2019-12-28Use __func__ as rb_cv_function_name_string on OpenBSDJeremy Evans
2019-12-26add several __has_something macro卜部昌平
2019-12-13Allow more than one major version number in target_osMatt Valentine-House
2019-12-11support cross-compilation.Koichi Sasada
2019-12-03Fixed the inverted conditionNobuyoshi Nakada
2019-12-03Wrap statements in AS_IF properlyNobuyoshi Nakada
2019-12-02Disable _FORTIFY_SOURCE on mingw for nowNobuyoshi Nakada
2019-11-06Improve string literal concatenation for C++11Mark Abraham
2019-10-29Check for nonnull attribute in configureNobuyoshi Nakada
2019-10-29Revert "Check for nonnull attribute in configure"卜部昌平
2019-10-29Check for nonnull attribute in configureNobuyoshi Nakada
2019-10-20show BASERUBY version at configure.Koichi Sasada
2019-09-10oops卜部昌平
2019-09-10fix CentOS 6 compile error卜部昌平
2019-09-09Default to cc/c++ instead of gcc/g++ on OpenBSDJeremy Evans
2019-09-06Stop setting same flags as cflags to cxxflagsNobuyoshi Nakada
2019-09-06Check clang++ as CXX when CXX is bare clang without suffixNobuyoshi Nakada
2019-08-27Fix the appropriate C++ compiler in OS X selectionKazuhiro NISHIYAMA
2019-08-26Refined the appropriate C++ compiler in OS X selectionNobuyoshi Nakada
2019-08-25configure.ac: Improve icc_version guessing for non-icc environmentYusuke Endoh
2019-08-25configure.ac: fix the guess of icc_versionYusuke Endoh
2019-08-20Check whether syscall(2) is deprecated by actual warningsNobuyoshi Nakada
2019-08-20Check for minimum required OSX version earlierNobuyoshi Nakada
2019-08-20Bail out if unsupported old MacOSX is requiredNobuyoshi Nakada
2019-08-20Fixed the check for OSX versionNobuyoshi Nakada
2019-08-19crash report on mac little updateDavid CARLIER
2019-08-17NetBSD native support of explicit_bzero's like feature (#2145)David CARLIER
2019-07-23Relaxed target_os matchingNobuyoshi Nakada
2019-07-18Improve build process and coroutine implementation selection.Samuel Williams
2019-07-07Add coroutine context switch for i386-mingw32Lars Kanis
2019-07-01Use realpath(3) instead of custom realpath implementation if availableJeremy Evans
2019-07-01Enable native fiber coroutines on i386-openbsdJeremy Evans
2019-06-26Use native coroutine implementation on OpenBSD-amd64Jeremy Evans
2019-06-26Do not attempt to use ucontext for fibers on OpenBSDJeremy Evans
2019-06-26Restore updated implementation of arm32 coroutine code, but prefer ucontext.Samuel Williams
2019-06-26Revert "coroutine/arm32/Context.S: save/restore the registers via stack"Yusuke Endoh
2019-06-26Add `ucontext` coroutine implementation for generic fallback.Samuel Williams
2019-06-26coroutine/arm32/Context.S: save/restore the registers via stackYusuke Endoh
2019-06-25Revert 518adcca0a and dbe232e24eYusuke Endoh
2019-06-24Try using arm32 implementation for fibers.Samuel Williams
2019-06-24Try using arm64 implementation for fibers.Samuel Williams
2019-06-24Use spaces for indentation in `configure.ac`.Samuel Williams
2019-06-19Remove IA64 support.Samuel Williams
2019-06-07Moved Makefile.in under templateNobuyoshi Nakada
2019-06-07Revert "Moved Makefile.in under template"Nobuyoshi Nakada