Age | Commit message (Expand) | Author |
---|
2025-01-30 | [Bug #21092] Fallback variables after execonf has done | Nobuyoshi Nakada |
2025-01-23 | Yield from `create_makefile` in bundled gems too | Nobuyoshi Nakada |
2025-01-15 | Link `bin` as well as `lib` so that `Gem.bin_path` works | Nobuyoshi Nakada |
2024-12-27 | Win32: Fix sub make commands | Nobuyoshi Nakada |
2024-06-18 | extmk.rb: define Gem.target_rbconfig not to break `Gem::Platform.local` | Yuta Saito |
2024-04-19 | Remove UPDATE_LIBRARIES | Nobuyoshi Nakada |
2024-03-22 | Match `--with/--without` options against gem names | Nobuyoshi Nakada |
2024-03-22 | Pass blocks to blocks as block parameters | Nobuyoshi Nakada |
2024-03-07 | RMDIRS includes `-p` option [ci skip] | Nobuyoshi Nakada |
2024-02-04 | Alias init functions | Nobuyoshi Nakada |
2024-02-04 | Allow glob patterns in ext/Setup | Nobuyoshi Nakada |
2024-02-04 | Glob with base option | Nobuyoshi Nakada |
2023-07-10 | Use `File::NULL` instead of hard coded null device names | Nobuyoshi Nakada |
2023-03-02 | MSWin: Use MESSAGE_BEGIN/MESSAGE_END instead of bare `echo` | Nobuyoshi Nakada |
2022-11-21 | Use class methods of `File` over `Kernel.open` and `IO.read` | Nobuyoshi Nakada |
2022-11-16 | Clean extension build directories and exts.mk file | Nobuyoshi Nakada |
2022-11-16 | Remove `-j` option from `MFLAGS` for sub-makes | Nobuyoshi Nakada |
2022-10-24 | Make the timestamp path correspond to the bundled target path | Nobuyoshi Nakada |
2022-09-20 | Quiet if the target is already linked the same source | Nobuyoshi Nakada |
2022-08-07 | Create temporary file exclusively and clean | Nobuyoshi Nakada |
2022-08-04 | Resolve abi symbol references from miniruby to avoid circular deps | Yuta Saito |
2022-08-04 | Use $(bindir) for path to executable in mkmf | Alan Wu |
2022-08-04 | Link ext bundles with bundle loader option for newer ld64 | Yuta Saito |
2022-07-24 | Make extensions under `Gem.extension_api_version` directory | Nobuyoshi Nakada |
2022-07-16 | Avoid to symlink under symlink | Nobuyoshi Nakada |
2022-07-16 | Move copying/linking extra files to Makefile so removed by `clean` | Nobuyoshi Nakada |
2022-07-15 | Ensure symlinks to bundled gem with exts have parent dir | Yuta Saito |
2022-07-14 | Install gems `lib` directory to build path | Nobuyoshi Nakada |
2022-07-14 | Make dependency-free gemspec files | Nobuyoshi Nakada |
2022-07-13 | Move timestamps directory for bundled gems | Nobuyoshi Nakada |
2022-04-07 | Move the target directory of bundled gems like as rubygems | Nobuyoshi Nakada |
2022-04-07 | Bundled gems are expanded under `.bundle/gems` now | Nobuyoshi Nakada |
2020-12-29 | transcode-tblgen.rb: make silent a little when just -v | Nobuyoshi Nakada |
2019-11-19 | Configure static extensions only if in charge | Nobuyoshi Nakada |
2019-09-19 | Revert "DEBUG: dump mkmf.log" | Nobuyoshi Nakada |
2019-09-19 | Removed mkmf.log dump in Makefile | Nobuyoshi Nakada |
2019-09-19 | DEBUG: dump mkmf.log | Nobuyoshi Nakada |
2019-07-15 | catch up e8ddbc0239. | Koichi Sasada |
2018-12-01 | Let sub-directory exts depend on their parent ext | mrkn |
2018-03-25 | extmk.rb: get rid of shadowing outer local variable | nobu |
2018-01-07 | extmk.rb: exclude recursively | nobu |
2017-04-21 | ext/extmk.rb: colorize notes [Feature #13302] | nobu |
2017-04-21 | exts.mk: refine notes [Feature #13302] | nobu |
2017-04-20 | extmk.rb: fail for mandatory libraries | nobu |
2017-04-19 | extmk.rb: improve message printed when configuring extensions fails | rhe |
2017-03-07 | suppress warning: shadowing outer local variable - e | naruse |
2017-02-28 | clean gems | nobu |
2017-02-10 | extmk.rb: split notes | nobu |
2017-01-28 | extmk.rb: remove clean and install mode | nobu |
2017-01-28 | extmk.rb: remove direct build mode | nobu |