summaryrefslogtreecommitdiff
path: root/lib/rake/extensiontask.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for RubyGems 3.3.21 or later (#209)Mike Dalessio2022-12-161-7/+5
* Defer requiring yamlSutou Kouhei2022-04-151-0/+1
* Set correct `required_ruby_version` when some `RUBY_CC_VERSION`s are missing ...Lars Kanis2022-01-181-3/+0
* Reduce duplicated File.basename(binary_path)Sutou Kouhei2022-01-041-3/+4
* Fix binary paths for staging and clobber (#197)konsolebox2022-01-041-11/+23
* Fix extension pathSutou Kouhei2021-12-121-2/+2
* Remove needless lib_binary_path and lib_binary_dir_pathSutou Kouhei2021-12-121-5/+2
* Fix a regression bugSutou Kouhei2021-12-111-2/+15
* Ignore target_prefix= to ensure installing lib_dirSutou Kouhei2021-12-081-1/+1
* Fix determining of ruby versions in "rake native gem" (#166)Lars Kanis2021-04-091-4/+7
* Use "make install" instead of manually copying extension binary (#191)Lars Kanis2021-04-021-4/+22
* IronRuby has been a dead project for 10 years (#184)Thomas E Enebo2021-01-261-9/+0
* Use RAKE_EXTENSION_TASK_NO_NATIVE env var as the default valueSutou Kouhei2020-12-211-1/+1
* Fix ruby warning: (#168)Lars Kanis2020-01-111-0/+1
* Stop to make unreleased Ruby installableKouhei Sutou2018-12-231-1/+1
* :warning: method redefinedAkira Matsuda2017-05-191-1/+1
* :warning: assigned but unused variable - tmp_pathAkira Matsuda2017-05-191-1/+0
* :warning: shadowing outer local variable - pkgAkira Matsuda2017-05-191-4/+4
* Regard C++ sources as source_filesTakashi Kokubun2017-04-271-1/+1
* SimplifyKouhei Sutou2016-12-021-10/+9
* Fix a bug that Ruby versions are shared by all platformsKouhei Sutou2016-12-021-3/+4
* Set Ruby version constraints in the gemspec of cross gems.Lars Kanis2016-11-301-0/+19
* Fixing another regular expression.Lars Kanis2016-11-121-1/+1
* Add missing dependencyKouhei Sutou2016-06-211-5/+6
* Really support extension in sub directoryKouhei Sutou2016-06-211-12/+22
* Fix lib directory pathKouhei Sutou2016-06-201-1/+1
* SimplifyKouhei Sutou2016-04-241-7/+3
* SimplifyKouhei Sutou2016-04-241-2/+1
* Add missing parenthesesKouhei Sutou2016-04-241-1/+1
* Always use instance variableKouhei Sutou2016-04-241-1/+1
* Fix install destination with directory prefixesKenta Murata2016-04-241-1/+9
* May fix make detection on WindowsKouhei Sutou2016-03-161-1/+4
* Change the fake mechanism to be compatible with bundler.Lars Kanis2016-01-301-21/+14
* Find make program from PATHKouhei Sutou2015-03-251-11/+13
* Change make program detection with `make' fallbackThibault Jouan2015-03-161-3/+8
* Remove needless shebangsKouhei Sutou2015-03-161-2/+0
* Remove executable bits from lib source filesThibault Jouan2015-03-151-0/+0
* Add rake tasks for files added to spec.files by a cross_compile blockAaron Stone2014-12-311-21/+25
* Pre-load resolver library before faking, in order to avoid errorLars Kanis2013-10-231-0/+5
* Patch Ruby 1.8.7's mkmf.rb so it works with newer Ruby.Akinori MUSHA2013-08-121-0/+11
* Merge pull request #74 from larskanis/masterLuis Lavena2013-05-051-8/+76
|\
| * Use platform specific directories for packaging gem files.Lars Kanis2013-03-271-4/+59
| * Add possibility to set per-platform cross_config_options.Lars Kanis2013-03-131-2/+15
| * Store cross compiled Ruby into seperate directories depending on HOST platform.Lars Kanis2013-03-131-2/+2
* | Re-support fat gemKouhei Sutou2013-03-211-6/+4
|/
* Raise error when no make tool was found. Closes #53Luis Lavena2012-04-151-0/+5
* Generate dummy cross-compile target when no configuration exists.Matijs van Zuijlen2011-10-301-1/+10
* Merge pull request #45 from jfirebaugh/jruby_warningLuis Lavena2011-10-051-4/+6
|\
| * Emit JRuby cross-compile warnings only when actually doing cross-compiles.John Firebaugh2011-08-061-4/+6
* | Add some test harness to latest changesLuis Lavena2011-10-051-1/+1