aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Expand)AuthorAgeFilesLines
* [Bug #18286] Make builtin binary if sharable in universal binariesNobuyoshi Nakada2023-11-091-0/+1
* Revert "Disable iseq-dumped builtin module for universal x86_64/arm64 binaries"Nobuyoshi Nakada2023-11-092-2/+1
* Disable iseq-dumped builtin module for universal x86_64/arm64 binariesBen Hamilton2023-11-092-1/+2
* [Bug #19967] Reset `LIBPATHENV` env after startedNobuyoshi Nakada2023-10-212-0/+6
* Ignore symbols even in empty shared libraryNobuyoshi Nakada2023-10-141-0/+1
* Move YARP_BUILD_DIR to common.mkNobuyoshi Nakada2023-09-211-1/+0
* [Bug #19778] Pass additional include options to INCFLAGS in common.mkNobuyoshi Nakada2023-09-171-0/+1
* Escape non-ascii characters in prelude C commentsNobuyoshi Nakada2023-08-241-1/+5
* [Bug #19831] Remove duplicate library optionsNobuyoshi Nakada2023-08-171-1/+1
* RJIT: Remove macros inherited from MJIT but no longer usedNobuyoshi Nakada2023-08-171-6/+0
* Fix test and precheck order for old GNU MakeNobuyoshi Nakada2023-08-141-2/+5
* Group test-syntax-suggest and leaked-globals [ci skip]Nobuyoshi Nakada2023-08-111-0/+2
* [Bug #19831] Remove duplicate library optionsNobuyoshi Nakada2023-08-111-3/+3
* Clean up OPT_STACK_CACHING (#8132)Takashi Kokubun2023-07-272-3/+1
* [Bug #19751] Remove linemarkers in middleNobuyoshi Nakada2023-07-251-0/+1
* Add comments to id.h and undef finished macrosNobuyoshi Nakada2023-07-211-0/+9
* leaked-globals: check leaked symbols in libruby.so if enable-sharedNobuyoshi Nakada2023-07-081-2/+6
* [Bug #19728] Auto-generate unicode property docsJanosch Müller2023-07-011-0/+59
* template/Doxyfile.tmpl: modernise卜部昌平2023-06-291-114/+239
* [Feature #19741] Add yarp to buildsJemma Issroff2023-06-211-0/+1
* Remove `--jobserver-auth` option which varies for each runNobuyoshi Nakada2023-06-191-1/+1
* Fix rb_compile_option_t comments [ci skip]yui-knk2023-06-181-9/+9
* [Feature #19719] Universal Parseryui-knk2023-06-121-0/+1
* Use Lrama LALR parser generator instead of BisonYuichiro Kaneko2023-05-121-1/+1
* Use RUBY_PROGRAM_VERSION as version in pkg-config file [ci skip]Nobuyoshi Nakada2023-04-131-1/+1
* Check leaked global symbols by defaultNobuyoshi Nakada2023-04-031-1/+1
* Check loading built-in binariesNobuyoshi Nakada2023-03-082-8/+8
* s/mjit/rjit/Takashi Kokubun2023-03-062-2/+2
* s/MJIT/RJIT/Takashi Kokubun2023-03-063-14/+14
* Remove obsoleted mjit_sp_inc.inc.erbTakashi Kokubun2023-03-061-2/+1
* Remove obsoleted tool/mjit_tabs.rbTakashi Kokubun2023-03-061-1/+0
* Remove obsoleted mjit_config.hTakashi Kokubun2023-03-061-25/+0
* Stop building mjit_build_dir.soTakashi Kokubun2023-03-061-10/+0
* Drop obsoleted MJIT header (#7458)Takashi Kokubun2023-03-062-27/+2
* MSWin: Use MESSAGE_BEGIN/MESSAGE_END instead of bare `echo`Nobuyoshi Nakada2023-03-021-1/+1
* Add .DELETE_ON_ERROR to MakefileAlan Wu2023-02-061-0/+4
* Silence dozens of useless warnings from `nm` on macOSNobuyoshi Nakada2023-01-311-1/+1
* YJIT: Fix shared/static library symbol leaksAlan Wu2023-01-271-11/+2
* Silence dozens of useless warnings from `ranlib` on macOS [ci skip]Nobuyoshi Nakada2023-01-231-1/+1
* tool/leaked-globals: ignore function typedef [ci skip]Nobuyoshi Nakada2023-01-211-1/+1
* Switch to use gem version of simplecov, not git cloneHiroshi SHIBATA2023-01-181-17/+0
* Move the dependency of makefiles on revision header [ci skip]Nobuyoshi Nakada2023-01-141-1/+1
* MSVS lacks `touch` [ci skip]Nobuyoshi Nakada2022-12-201-0/+1
* Fix missing parentheses [ci skip]Nobuyoshi Nakada2022-12-201-1/+1
* [Bug #19181] Separate the rule for unicode_normalize/tables.rb timestampNobuyoshi Nakada2022-12-101-0/+11
* document for commit 5bbba76489628f450949 [ci skip]卜部昌平2022-12-071-0/+1
* Handle depend files on nmakeNobuyoshi Nakada2022-12-051-0/+2
* MJIT: Rename mjit_compile_attr to mjit_sp_incTakashi Kokubun2022-11-291-2/+2
* Control non-parallel parts with `.WAIT` if availableNobuyoshi Nakada2022-11-131-0/+4
* Fix infinite loop when out-of-place buildNobuyoshi Nakada2022-11-021-1/+1