0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 23 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use gsub when replacing X11 (suggestion by Luke Tierney); remove unnecessary verbose parts.
Simon Urbanek
as urbaneks
More... over 20 years ago
Copy the entire object when using .jcast; added .jnull to allow passing of null objects of various classes
Simon Urbanek
as urbaneks
More... over 20 years ago
Compile getsp.java if necessary
Simon Urbanek
as urbaneks
More... over 20 years ago
Don't run autoreconf if configure exists. Don't update INDEX.
Simon Urbanek
as urbaneks
More... over 20 years ago
use += instead of = for PKG_xxx to allow user's override
Simon Urbanek
as urbaneks
More... over 20 years ago
Added profiling support (if PKG_CFLAGS=-DRJ_PROFILE); added RcallSyncMethod for synchronized calls.
Simon Urbanek
as urbaneks
More... over 20 years ago
Merge CLASSPATH environment variable and the path specified in .jinit; add .jcast for explicit casting of object classes (so far w/o checking the validity)
Simon Urbanek
as urbaneks
More... over 20 years ago
Make sure global class constants are really global references
Simon Urbanek
as urbaneks
More... over 20 years ago
Added .jcheck() /which is called prior to .jcall and .jnew to make sure JNI was initialized and to check for exceptions/; Added array evaluation .jevalArray(..) which is on by default now (i.e. evalArray=TRUE by default). Create list of objects when evaluating Object arrays.
Simon Urbanek
as urbaneks
More... over 20 years ago
Initialize global variables (javaStringClass/javaObjectClass).
Simon Urbanek
as urbaneks
More... over 20 years ago
Modularize callToString. Added getObjectArraycont and getStringArrayCont.
Simon Urbanek
as urbaneks
More... over 20 years ago
Add global class handles javaStringClass and javaObjectClass.
Simon Urbanek
as urbaneks
More... over 20 years ago
Add global class handles javaStringClass and javaObjectClass. Moved to 0.1-4
Simon Urbanek
as urbaneks
More... over 20 years ago
Added mkdist which creates a distribution tar ball
Simon Urbanek
as urbaneks
More... over 20 years ago
Added RJAVA_VER and version for mkdist
Simon Urbanek
as urbaneks
More... over 20 years ago
Added RgetDoubleArrayCont
Simon Urbanek
as urbaneks
More... over 20 years ago
Windows version of the startup - it uses WinRegistry to detect JVM location
Simon Urbanek
as urbaneks
More... over 20 years ago
Wee need to add -L. since libjvm.a must be generated and we assume it's in the src directory; Added a few comments as a roadmap
Simon Urbanek
as urbaneks
More... over 20 years ago
Makevars for Windows
Simon Urbanek
as urbaneks
More... over 20 years ago
Fix bug in .jfree; add support for static methods; add evalString=TRUE option to .jcall
Simon Urbanek
as urbaneks
More... over 20 years ago
Add support for static methods and fields; add support for boolean return type; add a few comments
Simon Urbanek
as urbaneks
More... over 20 years ago
Remove test code
Simon Urbanek
as urbaneks
More... over 20 years ago
Implicitely call checkExceptions in errJNI
Simon Urbanek
as urbaneks
More... over 20 years ago
Use rjprintf instead of printf for debugging messages
Simon Urbanek
as urbaneks
More... over 20 years ago
handle arrays returned in .jcall
Simon Urbanek
as urbaneks
More... over 20 years ago
Added RgetIntArrayCont
Simon Urbanek
as urbaneks
More... over 20 years ago
zzz.R is now generated by autoconf since we need @JAVA_LD@ (well, in fact it doesn't help, but what the hell...)
Simon Urbanek
as urbaneks
More... over 20 years ago
Allow different prefix for -libs if necessary
Simon Urbanek
as urbaneks
More... over 20 years ago
Try a bit harder to find jni.h; check also for jni_md.h (linux only so far); fix Darwin check; add library path to LD_LIBRARY_PATH and new var JAVA_LD
Simon Urbanek
as urbaneks
More... over 20 years ago
basic interface functions such as .jinit, .jnew and .jcall
Simon Urbanek
as urbaneks
More... over 20 years ago