aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* Free everything at shutdownAdam Hess2023-12-071-0/+2
* Re-embed when removing Object instance variablesPeter Zhu2023-12-061-0/+1
* Revert "allow enabling Prism via flag or env var"HParker2023-12-061-414/+0
* allow enabling Prism via flag or env varHParker2023-12-051-0/+414
* [PRISM] Fix dependenciesPeter Zhu2023-12-041-0/+3
* [ruby/prism] Correctly pass around const pm_encoding_t *Kevin Newton2023-11-301-0/+5
* [PRISM] Fix up prism encoding targetsKevin Newton2023-11-301-87/+22
* [prism] Add MacJapanese encodings to common.mkKevin Newton2023-11-291-64/+5
* [prism] Add pm_cp950 to make targetsKevin Newton2023-11-291-0/+5
* [prism] Add cp949 targets to common.mkKevin Newton2023-11-221-0/+5
* [prism] Remove pm_big5_hkscs from common.mk targetsKevin Newton2023-11-201-5/+0
* Don't try compacting ivars on Classes that are "too complex"Aaron Patterson2023-11-201-0/+32
* [prism] Update common.mk for prism big5 hkscsKevin Newton2023-11-181-0/+5
* [prism] Add cp51932 to common.mkKevin Newton2023-11-161-0/+5
* [Bug #18286] Show checksum of builtin_binary.inc for confirmationNobuyoshi Nakada2023-11-091-0/+1
* [Bug #18286] Make builtin binary if sharable in universal binariesNobuyoshi Nakada2023-11-091-2/+5
* Revert "Disable iseq-dumped builtin module for universal x86_64/arm64 binaries"Nobuyoshi Nakada2023-11-091-1/+1
* Disable iseq-dumped builtin module for universal x86_64/arm64 binariesBen Hamilton2023-11-091-1/+1
* [prism] Update to use new options APIsKevin Newton2023-11-031-0/+15
* [prism] Updates for syncKevin Newton2023-11-011-0/+10
* [prism] Update prettyprint depsKevin Newton2023-10-261-0/+10
* [PRISM] Move scope_node itself to CRuby, create prism_compile.hJemma Issroff2023-10-251-0/+3
* Use `-H` option instead of `-h` optionydah2023-10-231-1/+1
* [Bug #19967] Reset `LIBPATHENV` env after startedNobuyoshi Nakada2023-10-211-1/+2
* YJIT: Add a live ISeq counter Alan Wu2023-10-181-0/+1
* Separate `test-precheck` targetNobuyoshi Nakada2023-10-171-1/+4
* Wait for `showflag` to finish to prevent interspersed outputsNobuyoshi Nakada2023-10-171-2/+2
* Remove duplicated optionyui-knk2023-10-171-1/+1
* [prism] Remove unused make targetKevin Newton2023-10-131-1/+0
* [prism] Remove unescape targetsKevin Newton2023-10-131-33/+0
* [PRISM] Add --dump=prism mode (#8643)Jemma Issroff2023-10-131-0/+21
* M:N thread scheduler for RactorsKoichi Sasada2023-10-121-0/+3
* Move CRuby-specific prism files to top levelKevin Newton2023-09-281-1074/+1076
* Rename YARP symbols to prismKevin Newton2023-09-271-1207/+1207
* Update YARP build targetsKevin Newton2023-09-271-4/+24
* Clean also YARP build directory [ci skip]Nobuyoshi Nakada2023-09-271-1/+4
* Invoke the command when RUBY_BUGREPORT_PATH starts with `|`Nobuyoshi Nakada2023-09-251-0/+2
* Move YARP_BUILD_DIR to common.mkNobuyoshi Nakada2023-09-211-1/+3
* `.NOTPARALLEL` with prerequisites needs recent GNU MakeNobuyoshi Nakada2023-09-211-1/+0
* [Bug #19778] Pass additional include options to INCFLAGS in common.mkNobuyoshi Nakada2023-09-171-1/+1
* Enable `.NOTPARALLEL` on `ripper_srcs`Nobuyoshi Nakada2023-09-131-1/+2
* Use the keyword for output and omit default arguments [ci skip]Nobuyoshi Nakada2023-09-111-1/+1
* Add yarp/yarp_compiler.c (#8042)Jemma Issroff2023-08-281-0/+45
* YARP: generated files using from templates depend on config.ymlNobuyoshi Nakada2023-08-281-19/+20
* Update depsKevin Newton2023-08-251-18/+25
* Remove config.h from targets necessary for YARPKevin Newton2023-08-251-56/+1
* Fix VPATH for yarp/version.hKevin Newton2023-08-251-1/+1
* Update sync script to handle yarp/version.hKevin Newton2023-08-251-0/+4
* Fix mutation visitor build for YARP templatingKevin Newton2023-08-251-0/+5
* Implement weak references in the GCPeter Zhu2023-08-251-0/+2