aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Revert autoconf macros defining RUBY_AARCH64_{BTI|PAC}_ENABLEDKJ Tsanaktsidis2024-07-071-52/+0
* Remove $(ASFLAGS) from build system and assemble with $(CFLAGS) insteadKJ Tsanaktsidis2024-07-071-1/+0
* Change external GC to use directory at configurePeter Zhu2024-07-051-1/+1
* Add explicit compiler fence when pushing frames to ensure safe profilingIvo Anjo2024-07-031-0/+2
* Exported symbols in DLL on Windows are managed by win32/mkexports.rbNobuyoshi Nakada2024-06-221-1/+3
* build: fix crossruby build by handling empty `ac_abs_builddir`Yuta Saito2024-06-221-1/+1
* Get rid of nesting backquotesNobuyoshi Nakada2024-06-221-3/+10
* Expand --with-opt-dir argumentsNobuyoshi Nakada2024-06-221-0/+1
* Support LCOV 2.0Yusuke Endoh2024-06-211-1/+1
* Fix a typoydah2024-06-121-1/+1
* Extract hardening CFLAGS to a special $hardenflags variableKJ Tsanaktsidis2024-06-111-11/+70
* Use `dllexport` as `RUBY_FUNC_EXPORTED` on WindowsNobuyoshi Nakada2024-06-091-1/+1
* Disable __builtin_setjmp usage on linux-aarch64Jeremy Evans2024-06-061-1/+2
* Add dependencies of configure.acNobuyoshi Nakada2024-06-011-39/+47
* GCC LD does not support `.debug_macinfo` yetNobuyoshi Nakada2024-05-291-6/+4
* [Bug #20500] Search non-default directories for jemallocNobuyoshi Nakada2024-05-231-0/+4
* [Bug #20499] Use Xcode owned tools for Xcode clangNobuyoshi Nakada2024-05-221-13/+15
* Revert "[Bug #20499] Use consistent version tools with CC"Hiroshi SHIBATA2024-05-221-10/+4
* [Bug #20499] Use consistent version tools with CCNobuyoshi Nakada2024-05-211-4/+10
* Fix the end of "compiler section"Nobuyoshi Nakada2024-05-201-1/+1
* [Bug #20494] Search non-default directories for GMPNobuyoshi Nakada2024-05-201-1/+2
* use of stdckdint.h卜部昌平2024-04-271-0/+1
* Suppress useless linker warnings totally on macOSNobuyoshi Nakada2024-04-191-8/+16
* Add --with-shared-gc build flagMatt Valentine-House2024-04-151-0/+3
* Not all `nm`s support the `--help` optionNobuyoshi Nakada2024-04-161-1/+1
* Revert "hijack SIGCHLD handler for internal use"Nobuyoshi Nakada2024-04-041-1/+0
* [DOC] Fix wheather -> whether typos in configure.Matt Valentine-House2024-04-021-2/+2
* Manage required baseruby version in one placeNobuyoshi Nakada2024-03-311-3/+1
* Manage required baseruby version in one placeNobuyoshi Nakada2024-03-301-5/+7
* 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