summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't use --release flag on Java 8 (#213)Pavel Rosický2023-03-301-1/+7
* baseextensiontask: provide an API to allow for dynamic sources (#211)James Tucker2023-03-071-1/+3
* Add support for RubyGems 3.3.21 or later (#209)Mike Dalessio2022-12-163-7/+45
* Defer requiring yamlSutou Kouhei2022-04-152-6/+1
* Support --release option to build JRuby extension for older platforms (#201)Satoshi Tagomori2022-01-221-2/+13
* Set correct `required_ruby_version` when some `RUBY_CC_VERSION`s are missing ...Lars Kanis2022-01-181-3/+0
* Reduce duplicated binary(platf)Sutou Kouhei2022-01-041-5/+7
* Reduce duplicated File.basename(binary_path)Sutou Kouhei2022-01-041-3/+4
* Fix binary paths for staging and clobber (#197)konsolebox2022-01-042-17/+35
* Fix extension pathSutou Kouhei2021-12-121-2/+2
* Remove needless lib_binary_path and lib_binary_dir_pathSutou Kouhei2021-12-121-5/+2
* Accept Symbol as nameSutou Kouhei2021-12-121-2/+2
* 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