Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support --release option to build JRuby extension for older platforms (#201) | Satoshi Tagomori | 2022-01-22 | 1 | -0/+25 |
| | |||||
* | java: use command line array style instead of string | Sutou Kouhei | 2019-10-21 | 1 | -2/+2 |
| | |||||
* | Make lint options customizable (#158) | Stephen George | 2019-10-21 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | | | * Make customizable compiler Xlint option for JRuby native extension * [CS] restructure and fix indentation of (defaults) spec * Add specs for lint_option * [DOC] CHANGELOG: stub changelog entry for the next release * [DOC] CHANGELOG: Make customizable compiler Xlint option for JRuby native extension * Use "-Xlint" option for JRuby native extension by default. `javac -help -X` > -Xlint Enable recommended warnings | ||||
* | Use RSpec 3 | Kouhei Sutou | 2017-03-24 | 1 | -6/+6 |
| | |||||
* | Updated specifications to match code changes. | Alex Coles | 2009-12-06 | 1 | -0/+182 |
Minor adjustment and completion of JavaExtensionTask specs. |