summaryrefslogtreecommitdiff
path: root/tool/rbinstall.rb
AgeCommit message (Expand)Author
2025-04-16rbinstall.rb: Note about `no_write` [ci skip]Nobuyoshi Nakada
2025-02-13Header files for MJIT is not generated alreadyNobuyoshi Nakada
2025-02-07Simplified to find gemspecs for bundled gems (#12709)Hiroshi SHIBATA
2025-02-07Support `git ls-files ...`.split style for file list of gemspecHiroshi SHIBATA
2025-02-01Install non-mdoc files as-isNobuyoshi Nakada
2025-02-01Compress manpages automaticallyNobuyoshi Nakada
2025-01-15Do not expand empty DESTDIRNobuyoshi Nakada
2025-01-15Expand `$destdir` to enable rdoc plugins for rubygemsNobuyoshi Nakada
2025-01-15Disable to generate rubygems pluginHiroshi SHIBATA
2024-12-22Install modular GC librariesNobuyoshi Nakada
2024-11-09[Bug #20800] Use config target for bin directory as-isNobuyoshi Nakada
2024-11-09[Bug #20800] Move executable binary file pathNobuyoshi Nakada
2024-11-09[Bug #20800] Locate executable binary file under "libexec" directlyNobuyoshi Nakada
2024-08-23`load_relative` is always falsy hereDavid Rodríguez
2024-08-23Reuse `load_relative` localDavid Rodríguez
2024-08-20Remove extraneous lock filesNobuyoshi Nakada
2024-06-02Show destination directory after installationNobuyoshi Nakada
2024-03-26Fix extension installer for out-of-place buildHiroshi SHIBATA
2024-03-25Use load_gemspec instead of Gem::Specification.load.Hiroshi SHIBATA
2024-03-25Guard makefile target at cross-buildHiroshi SHIBATA
2024-03-25Consider extensions in gems outside of ext/David Rodriguez
2024-03-25Extract `root` helperDavid Rodriguez
2024-03-25Consider `target_prefix` in extension MakefilesDavid Rodriguez
2024-03-25Consistently put requirable features in default gemspecs file listDavid Rodríguez
2024-03-25Fix gemspec file list for extension gemsDavid Rodríguez
2024-03-25Simplify FileCollector interfaceDavid Rodriguez
2024-03-25Use `$ext_build_dir` consistentlyDavid Rodriguez
2024-03-23Ignore method chains succeeding `git ls-files`Nobuyoshi Nakada
2024-03-23Ignore method chains succeeding `git ls-files`Nobuyoshi Nakada
2024-03-14Ensure test suite is compatible with --frozen-string-literalJean Boussier
2024-03-09Include default gems directories in installed listNobuyoshi Nakada
2024-03-09Reorder and move `install?` blocks after method definitionsNobuyoshi Nakada
2024-03-09Merged intermediate class `GemInstaller` to `UnpackedInstaller`Nobuyoshi Nakada
2024-02-28Support file listing with IO.poepn styleHiroshi SHIBATA
2024-02-18Link ruby.pc to pkg-config data directoryNobuyoshi Nakada
2024-02-18Install binary executable files to architecture dependent pathNobuyoshi Nakada
2024-02-16Adjust indentHiroshi SHIBATA
2024-02-16Try to find gemspec from `.bundle/specificationsHiroshi SHIBATA
2024-02-16Try to load original gemspec from `.bundle/gems/foo-x.y.z/foo.gemspec`.Hiroshi SHIBATA
2024-02-09Skip to install bundled gems that is C extension and build failed.Hiroshi SHIBATA
2024-01-30rbinstall.rb: Fix a closing parenthesis [ci skip]Nobuyoshi Nakada
2024-01-30rbinstall.rb: Show types to install in the help [ci skip]Nobuyoshi Nakada
2023-03-27Use gemspec that keeps original dependenciesHiroshi SHIBATA
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-01-18Make installation messages verbose a little [ci skip]Nobuyoshi Nakada
2022-11-21Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada
2022-09-28Install all file trees for lldb [ci skip]Nobuyoshi Nakada
2022-08-17Make date in installed gemspec files stableNobuyoshi Nakada
2022-08-17Refactor `RbInstall::Specs::FileCollector`Nobuyoshi Nakada
2022-08-12No bundled gems to be installed from gem nowNobuyoshi Nakada