summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a regression bugSutou Kouhei2021-12-121-0/+3
* 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
* Avoid warning: assigned but unused variable - e (#185)Olle Jonsson2021-01-291-1/+1
* 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
* Default to 1.7-level bytecode in Java build (#172)Charles Oliver Nutter2020-07-091-2/+2
* Fix ruby warning: (#168)Lars Kanis2020-01-111-0/+1
* Extend mingw search pattern to find x86_64 gcc (#164)Lars Kanis2019-12-271-1/+1
* Fix typosSutou Kouhei2019-12-251-2/+2
* java: use command line array style instead of stringSutou Kouhei2019-10-211-22/+37
* Make lint options customizable (#158)Stephen George2019-10-211-1/+16
* Use the same order as definitionsSutou Kouhei2019-09-201-2/+2
* Add the -encoding option optionally to java compiler (#157)Tiago Dias2019-09-201-1/+11
* Add missing parenthesisKouhei Sutou2019-01-041-3/+3
* Fix caseKouhei Sutou2019-01-041-1/+1
* Raise error with proper messagePrashant Vithani2019-01-031-9/+17
* Fix cross-platform compilation for Java extensionsPrashant Vithani2019-01-021-1/+14
* Stop to make unreleased Ruby installableKouhei Sutou2018-12-231-1/+1
* Use require at top levelKouhei Sutou2018-08-291-1/+2
* Merge pull request #147 from prashantvithani/fix-classpathKouhei Sutou2018-08-291-4/+6
|\
| * Remove redundant check as it is always presentPrashant Vithani2018-08-281-2/+1
| * Use 'libdir' of rbconfig to get jruby classpathPrashant Vithani2018-08-281-4/+7
* | Update source & target version defaults to 6Prashant Vithani2018-08-281-2/+2
|/
* :warning: method redefinedAkira Matsuda2017-05-191-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-212-13/+23
* Fix lib directory pathKouhei Sutou2016-06-201-1/+1
* Accept symbol name in extension taskTakashi Kokubun2016-05-091-0/+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
* Use basename of ext name as target filenameKenta Murata2016-04-241-1/+1
* 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-164-8/+0