aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Try -fstack-protector-strong on MinGWNobuyoshi Nakada2022-10-301-1/+3
* Clear `_FORTIFY_SOURCE` before definitionNobuyoshi Nakada2022-10-291-1/+2
* YJIT: fold the "asm_comments" feature into "disasm" (#6591)Alan Wu2022-10-191-2/+2
* Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)Sergey Fedorov2022-10-191-4/+7
* Remove wrong dollarNobuyoshi Nakada2022-10-151-1/+1
* [Bug #16909] Honor the tool prefix against pkg-configNobuyoshi Nakada2022-10-021-5/+8
* YJIT: reverse configure.ac changes that disable `--yjit-stats` on Graviton1 (...Maxime Chevalier-Boisvert2022-09-271-28/+7
* Generate the revision.h before MakefileNobuyoshi Nakada2022-09-261-0/+8
* Extract `RUBY_RELEASE_DATE` from also revision.hNobuyoshi Nakada2022-09-251-6/+9
* YJIT: Support Rust 1.58.1 for --yjit-stats on Arm (#6410)Takashi Kokubun2022-09-231-7/+28
* Allow --enable-yjit on OpenBSDJeremy Evans2022-09-231-0/+4
* YJIT: Support MAKE=bmake for release buildAlan Wu2022-09-201-1/+5
* [Bug #19005] dynamic_lookup linker option in external librariesNobuyoshi Nakada2022-09-171-12/+24
* configure.ac: Apply suggestions from code review in #6366Kenta Murata2022-09-141-2/+2
* configure.ac: Add --with-gmp-dir (#6366)Kenta Murata2022-09-141-5/+9
* -undefined dynamic_lookup is obsoleteNobuyoshi Nakada2022-09-141-1/+0
* configure.ac: Manage OPT_DIR better (#6367)Nobuyoshi Nakada2022-09-141-54/+43
* Autoconf 2.70 or AC_PROG_CC_C99 for earlier is checking for C99Nobuyoshi Nakada2022-09-121-27/+0
* Define BOOTSTRAPRUBY from HAVE_BASERUBYNobuyoshi Nakada2022-09-071-8/+0
* Ensure BASERUBY when cross-compilingNobuyoshi Nakada2022-09-071-0/+1
* Drop Solaris support for MJITTakashi Kokubun2022-09-051-1/+1
* BOOTSTRAPRUBY needs fake.rb when cross-compilingNobuyoshi Nakada2022-09-031-0/+1
* Make sources by BASERUBY if available instead of minirubyNobuyoshi Nakada2022-09-031-1/+5
* Exclude LIBPATHENV wrapper from PREPNobuyoshi Nakada2022-09-031-1/+1
* Check if MSys shell can run a command with a drive letterNobuyoshi Nakada2022-09-031-2/+8
* Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada2022-08-121-0/+6
* Add `--enable-devel` configure optionNobuyoshi Nakada2022-08-111-3/+7
* Do not enable RUBY_DEVEL by RUBY_PATCHLEVELJeremy Evans2022-08-091-2/+1
* Resolve abi symbols from libruby.dylib when availableYuta Saito2022-08-041-4/+7
* Resolve abi symbol references from miniruby to avoid circular depsYuta Saito2022-08-041-3/+2
* Quote $(BUILTRUBY) so paths with spaces workAlan Wu2022-08-041-1/+1
* Link ext bundles with bundle loader option for newer ld64Yuta Saito2022-08-041-2/+8
* Add --enable-yjit=dev_nodebug configure optionJohn Hawthorn2022-07-291-2/+6
* Add --enable-yjit=stats configure optionJohn Hawthorn2022-07-291-8/+19
* Fix invalid mkdir detection on OpenBSDJeremy Evans2022-07-081-0/+5
* Fallback `mkdir_p` to `as_mkdir_p`Nobuyoshi Nakada2022-07-071-11/+2
* [Bug #18879] Fix macOS version detectionsNobuyoshi Nakada2022-06-271-3/+16
* [Feature #18839] Drop support for gcc 3 [ci skip]Nobuyoshi Nakada2022-06-201-9/+5
* Show gcc version if too old, and move to GCC block [ci skip]Nobuyoshi Nakada2022-06-181-4/+4
* Disable maybe-uninitialized warning for gcc 4Nobuyoshi Nakada2022-06-181-1/+1
* Disable Mach exception handlers when read barriers in placeKJ Tsanaktsidis2022-06-181-0/+9
* Update configure.acJeremiah Gowdy2022-06-171-8/+5
* Add branch protection to aarch64 targetsJeremiah Gowdy2022-06-171-0/+14
* Drop MinGW support of MJIT (#6012)Takashi Kokubun2022-06-131-7/+7
* Remove useless assignment always overriddenNobuyoshi Nakada2022-06-061-1/+0
* Export RbConfig::CONFIG["COROUTINE_TYPE"]nick evans2022-06-061-0/+1
* Disable usage of TLS unless availableNobuyoshi Nakada2022-05-221-2/+7
* Check if thread-local storage is supported on macOSNobuyoshi Nakada2022-05-221-3/+3
* Ruby31: add support for Darwin ppc/ppc64 (#5927)Sergey Fedorov2022-05-221-1/+7
* mkmf: Add a configure option to set verbose mode (V=1 or 0) in mkmf.rb.Jun Aruga2022-05-121-0/+7