index
:
delta/ruby-gems/rake-compiler.git
larskanis-patch-1
master
github.com: luislavena/rake-compiler.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rake
/
javaextensiontask.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use --release flag on Java 8 (#213)
Pavel Rosický
2023-03-30
1
-1
/
+7
*
Support --release option to build JRuby extension for older platforms (#201)
Satoshi Tagomori
2022-01-22
1
-2
/
+13
*
Reduce duplicated binary(platf)
Sutou Kouhei
2022-01-04
1
-5
/
+7
*
Fix binary paths for staging and clobber (#197)
konsolebox
2022-01-04
1
-6
/
+12
*
Avoid warning: assigned but unused variable - e (#185)
Olle Jonsson
2021-01-29
1
-1
/
+1
*
Default to 1.7-level bytecode in Java build (#172)
Charles Oliver Nutter
2020-07-09
1
-2
/
+2
*
Fix typos
Sutou Kouhei
2019-12-25
1
-2
/
+2
*
java: use command line array style instead of string
Sutou Kouhei
2019-10-21
1
-22
/
+37
*
Make lint options customizable (#158)
Stephen George
2019-10-21
1
-1
/
+16
*
Use the same order as definitions
Sutou Kouhei
2019-09-20
1
-2
/
+2
*
Add the -encoding option optionally to java compiler (#157)
Tiago Dias
2019-09-20
1
-1
/
+11
*
Add missing parenthesis
Kouhei Sutou
2019-01-04
1
-3
/
+3
*
Fix case
Kouhei Sutou
2019-01-04
1
-1
/
+1
*
Raise error with proper message
Prashant Vithani
2019-01-03
1
-9
/
+17
*
Fix cross-platform compilation for Java extensions
Prashant Vithani
2019-01-02
1
-1
/
+14
*
Use require at top level
Kouhei Sutou
2018-08-29
1
-1
/
+2
*
Merge pull request #147 from prashantvithani/fix-classpath
Kouhei Sutou
2018-08-29
1
-4
/
+6
|
\
|
*
Remove redundant check as it is always present
Prashant Vithani
2018-08-28
1
-2
/
+1
|
*
Use 'libdir' of rbconfig to get jruby classpath
Prashant Vithani
2018-08-28
1
-4
/
+7
*
|
Update source & target version defaults to 6
Prashant Vithani
2018-08-28
1
-2
/
+2
|
/
*
Remove needless shebangs
Kouhei Sutou
2015-03-16
1
-2
/
+0
*
Emit JRuby cross-compile warnings only when actually doing cross-compiles.
John Firebaugh
2011-08-06
1
-9
/
+9
*
Use Gem::PackageTask consistently also on JavaExtensionTask
v0.7.9
Luis Lavena
2011-06-08
1
-3
/
+4
*
Use FileUtils#install instead of cp. Closes GH-33
Luis Lavena
2011-04-22
1
-1
/
+1
*
Fix handling of jar command line arguments
Alex Coles
2009-12-07
1
-1
/
+12
*
Allow source and target versions to be specified
Alex Coles
2009-12-07
1
-1
/
+9
*
Code cleanup, provide accessor for debug
Alex Coles
2009-12-07
1
-11
/
+5
*
Make Java class path work on non-JRuby.
Luis Lavena
2009-12-07
1
-1
/
+3
*
Warn only once.
Luis Lavena
2009-12-06
1
-1
/
+1
*
Minor corrections to require definitions
Luis Lavena
2009-12-06
1
-2
/
+2
*
Manual integration of JRuby support, by Alex Coles
Alex Coles
2009-12-06
1
-0
/
+210