summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2020-09-25RBIMPL_ALIGNOF: do not use __alignof__卜部昌平
2020-09-25rb_cv_have_alignas: not used any longer卜部昌平
2020-09-12Fix compile-time check for copy_file_range(2)Masaki Matsushita
2020-09-12Check copy_file_range(2) is actually supported.Masaki Matsushita
2020-09-03configure: detect that there is no g++卜部昌平
2020-09-01Fix pthread_setname_np arguments on NetBSDJeremy Evans
2020-09-01congigure.ac: favour gcc on Linux卜部昌平
2020-08-27DEPRECATED_TYPE: is deprecated卜部昌平
2020-08-22configure.ac: suppress more Sun C warnings.卜部昌平
2020-08-22configure.ac: more checks on STRIP卜部昌平
2020-08-22configure.ac: rule out old Sun C++卜部昌平
2020-08-22protect CFLAGS from being smashed by AC_PROG_CC卜部昌平
2020-08-21configure.ac: try GCC-provided ld卜部昌平
2020-08-21AC_PROG_CXXCPP: remove卜部昌平
2020-08-21configure.ac: move program_transform_name卜部昌平
2020-08-21configure.ac: use compiler-provided toolchains卜部昌平
2020-07-22Share the size for sigaltstack between configure.ac and signal.cNobuyoshi Nakada
2020-07-22configure.ac: Bump the size of sigaltstackJake Zimmerman
2020-07-09Bail out when unsupported coroutine targetNobuyoshi Nakada
2020-07-08Fix build error on Apple silicon macOSWatson
2020-06-04No GITPULLOPTIONS by defaultNobuyoshi Nakada
2020-05-28Check that BASERUBY is at least Ruby 2.2 in configureJeremy Evans
2020-05-23Allow Dir.home to work for non-login procs when $HOME not setAlan D. Salewski
2020-05-23Search pkg-config with ac_tool_prefix [Bug #16909]Nobuyoshi Nakada
2020-05-23Revert "Search pkg-config by AC_CHECK_TOOL [Bug #16909]"Nobuyoshi Nakada
2020-05-23Search pkg-config by AC_CHECK_TOOL [Bug #16909]Nobuyoshi Nakada
2020-05-11BASERUBY have to be 1.9 or later at least [Bug #16845]Nobuyoshi Nakada
2020-05-11Fallback MAKE to makeNobuyoshi Nakada
2020-05-11Pass MAKE value to configure for non-default name caseNobuyoshi Nakada
2020-05-03Optimize sin/cosNobuyoshi Nakada
2020-04-22configure.ac: Automatically add -D__ANDROID_API=ver on AndroidYusuke Endoh
2020-04-11Don't require sub-word atomicsAndreas Schwab
2020-04-10configure: suppress SunPro warning卜部昌平
2020-04-10configure: suppress icc warnings卜部昌平
2020-04-10configure: always check for __builtin_unreachable卜部昌平
2020-04-09configure.ac: Skip C++ compiler of Sun OpenStudioYusuke Endoh
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-04-05Use toodir also in configure.acNobuyoshi Nakada
2020-04-05Added tooldir variableNobuyoshi Nakada
2020-04-01ucontext doesn't exist in a musl-libc env; use native assemblyPaul Jordan
2020-03-23Make file names and variable names consistentTakashi Kokubun
2020-03-24Moved MJIT_WITHOUT_TABS default to configure.acNobuyoshi Nakada
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