aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Clean intermediate files and debug info for each targetNobuyoshi Nakada2024-03-101-1/+1
* Remove `-f` option for `codesign`Nobuyoshi Nakada2024-03-061-1/+1
* configure.ac: Append `POSTLINK` to `LINK_SO` for all platformsYuta Saito2024-03-021-4/+7
* [wasm-pic] Add `LDSHARED` definition for WASI platformYuta Saito2024-03-011-0/+1
* [wasm-pic] Remove --pass-arg=asyncify-ignore-imports from POSTLINKYuta Saito2024-02-291-1/+1
* Install binary executable files to architecture dependent pathNobuyoshi Nakada2024-02-181-4/+4
* Bump the required BASERUBY version to 3.0 (#9976)Takashi Kokubun2024-02-151-2/+2
* Bump the required BASERUBY version to 2.7 (#9566)Takashi Kokubun2024-01-161-2/+2
* [Bug #20085] Use consistent default options for `-mbranch-protection`Yuta Saito2023-12-281-0/+3
* [Bug #20088] Fix ARCH_FLAG for cross compilingNobuyoshi Nakada2023-12-271-1/+1
* KQueue support for M:N threadsJP Camara2023-12-201-0/+1
* Add tool/missing-baseruby.bat, used when BASERUBY not availableJeremy Evans2023-12-191-1/+1
* RJIT: Share rb_vm_insns_count for vm_insns_countTakashi Kokubun2023-12-181-8/+1
* Fix `ARCH_FLAG` when cross-compiling on macOSNobuyoshi Nakada2023-12-151-1/+1
* RJIT: Just skip generating code for aarch64/arm64 (#9221)Takashi Kokubun2023-12-131-5/+5
* Fix a typo for `RJIT_TARGET_OK` (#8222)Nobuyoshi Nakada2023-12-121-1/+1
* Check `windres` message using the found `windres` only if neededNobuyoshi Nakada2023-11-241-4/+1
* windows-arm64 support (#8995)Pierrick Bouvier2023-11-231-0/+7
* [Bug #20004] Revert "[Feature #19422] Enable shared by default on macOS"Hiroshi SHIBATA2023-11-211-4/+1
* [Bug #18286] Make builtin binary if sharable in universal binariesNobuyoshi Nakada2023-11-091-1/+20
* Revert "Disable iseq-dumped builtin module for universal x86_64/arm64 binaries"Nobuyoshi Nakada2023-11-091-2/+0
* Disable iseq-dumped builtin module for universal x86_64/arm64 binariesBen Hamilton2023-11-091-0/+2
* Select proper dsymutil for gcc 13Nobuyoshi Nakada2023-11-071-3/+9
* Ignore duplicate libraries warnings from gcc 13Nobuyoshi Nakada2023-11-071-2/+5
* [Bug #19967] Revert "configure.ac: LIBPATHENV on macOS"Nobuyoshi Nakada2023-10-211-1/+1
* Get rid of `set` with empty argument which dumps all definitionsNobuyoshi Nakada2023-10-171-1/+2
* disable MN threads on s390s-linuxKoichi Sasada2023-10-151-0/+4
* Ignore symbols even in empty shared libraryNobuyoshi Nakada2023-10-141-0/+16
* [Feature #19422] Enable shared by default on macOSNobuyoshi Nakada2023-10-121-1/+4
* M:N thread scheduler for RactorsKoichi Sasada2023-10-121-0/+2
* [Bug #19778] Pass additional include options to INCFLAGS in common.mkNobuyoshi Nakada2023-09-171-0/+1
* Process.warmup: invoke `malloc_trim` if availableJean Boussier2023-09-151-0/+1
* [Bug #19778] Add `-I` options for opt-dir to `$INCFLAGS`Nobuyoshi Nakada2023-09-151-1/+1
* Exclude `-Wmisleading-indentation` when `-save-temps`Nobuyoshi Nakada2023-09-061-1/+4
* Define bounds-checking interfaces macro for each fileNobuyoshi Nakada2023-08-271-3/+0
* Check that __builtin_mul_overflow can handle long longJeremy Evans2023-08-241-0/+21
* [Bug #19831] Remove duplicate library optionsNobuyoshi Nakada2023-08-171-2/+1
* RJIT: Remove macros inherited from MJIT but no longer usedNobuyoshi Nakada2023-08-171-24/+0
* Split installation from build sectionNobuyoshi Nakada2023-08-161-12/+16
* Group configure outputs on GitHub ActionsNobuyoshi Nakada2023-08-151-6/+18
* llvm-objcopy is not provided by Xcode Command Line Tools.Hiroshi SHIBATA2023-07-071-15/+2
* Disable YJIT if objcopy command is oldNobuyoshi Nakada2023-07-061-2/+15
* Fixed build scripts for YARPJemma Issroff2023-07-051-0/+1
* Introduce --enable-rjit=disasmTakashi Kokubun2023-04-271-1/+5
* Avoid linking capstone by defaultTakashi Kokubun2023-04-241-3/+3
* Use tools appropriate with CCNobuyoshi Nakada2023-04-091-0/+6
* Include `--no-llvm-bc` option in `NM` macro only if usableNobuyoshi Nakada2023-04-081-0/+4
* [Bug#19161] Detect thread local storage specifierNobuyoshi Nakada2023-04-071-7/+16
* Add Dir.fchdirJeremy Evans2023-03-241-0/+1
* Fix ENABLE_MULTIARCHNobuyoshi Nakada2023-03-241-0/+3