summaryrefslogtreecommitdiff
path: root/lib/rake/extensiontask.rb
Commit message (Expand)AuthorAgeFilesLines
* :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
* | Pass extra Rake cmd line args to extconf.rbJon2011-10-041-1/+5
|/
* Workaround Gem::Specification limitation. Closes #43Luis Lavena2011-06-081-2/+3
* Use Gem::PackageTask instead of Rake oneLuis Lavena2011-06-081-1/+2
* use the correct RUBY_PLATFORM in fake.rb.Kouhei Sutou2011-05-041-3/+3
* Use FileUtils#install instead of cp. Closes GH-33Luis Lavena2011-04-221-1/+1
* Warn if compiled files exists in extension's source directory. Closes GH-35Luis Lavena2011-04-221-2/+7
* Add the possibility to pass include flags to ruby in an ExtensionTask.Jens Finkhaeuser2011-04-221-1/+4
* Expand symlinks for tmp_dir. Closes GH-24Luis Lavena2010-11-241-2/+2
* fake.rb will not try to mimic Ruby's own fake to the letterLuis Lavena2010-11-241-1/+0
* Use Gem.ruby instead of ruby_install_nameLuis Lavena2010-09-211-7/+3
* Generate a fake.rb compatible with Ruby 1.9.2. Closes GH-25Luis Lavena2010-09-211-0/+18
* allow compilation with JRuby, since it has cext, nowTim Felgentreff2010-08-031-1/+13
* Silence make program lookupLuis Lavena2009-12-131-1/+7
* Warn only once.Luis Lavena2009-12-061-1/+1
* Minor corrections to require definitionsLuis Lavena2009-12-061-1/+2