0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 5 days ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clean up debugging - there was dead code previously. Also don't segfault on NULL error in toString
Simon Urbanek
as urbaneks
More... over 18 years ago
Add support for --enable-threads (untested and affects only OS X)
Simon Urbanek
as urbaneks
More... over 18 years ago
Enable threads support on OS X
Simon Urbanek
as urbaneks
More... over 18 years ago
Initialize AWT in a separate thread if desired; clean up threads support
Simon Urbanek
as urbaneks
More... over 18 years ago
Use config.h unless we're in Windows; bump-up ver
Simon Urbanek
as urbaneks
More... over 18 years ago
Bump up the version (just a Win2k bugfix)
Simon Urbanek
as urbaneks
More... over 18 years ago
Fix issue with w2k where specifying path to the actual DLL instead of the stub will create wrong DLL.
Simon Urbanek
as urbaneks
More... over 18 years ago
rJava 0.3-3
Simon Urbanek
as urbaneks
More... over 18 years ago
Make array references by default classless(=''). Only casted array references will have a class name. Fix claaing such that this is respected and proper signature is used. Also add support for multi-level arrays (like [[D)
Simon Urbanek
as urbaneks
More... over 18 years ago
Documentation on .jarray (and mention of .jevalArray)
Simon Urbanek
as urbaneks
More... over 18 years ago
Add support for .jarray (also fix issues with ineritance and some error handling)
Simon Urbanek
as urbaneks
More... over 18 years ago
Fix two small warnings
Simon Urbanek
as urbaneks
More... over 18 years ago
Switch jobj to EXTPTR (now rJava 0.3)
Simon Urbanek
as urbaneks
More... over 18 years ago
Adjust Makefiles to fetch the Java sources from JRI instead of src
Simon Urbanek
as urbaneks
More... over 18 years ago
Moved Java sources back to JRI
Simon Urbanek
as urbaneks
More... over 18 years ago
resurrected Java sources in JRI, because we need them there for other packages
Simon Urbanek
as urbaneks
More... over 18 years ago
Move examples to a separeate diectory (of that name); move getsp to toools
Simon Urbanek
as urbaneks
More... over 18 years ago
Put examples in a separate directory
Simon Urbanek
as urbaneks
More... over 18 years ago
Added examples directory
Simon Urbanek
as urbaneks
More... over 18 years ago
Use jlong instead of int as pointer holder
Simon Urbanek
as urbaneks
More... over 18 years ago
Set JRI_LD_PATH properly to contain R; Set java.library.path explicitly to contain the current directory
Simon Urbanek
as urbaneks
More... over 18 years ago
Set LD_LIBRARY_PATH prior to running JNI tests; test the dummy JNI program before proceeding
Simon Urbanek
as urbaneks
More... over 18 years ago
Build fixes for Win32
Simon Urbanek
as urbaneks
More... over 18 years ago
Fix wrong path for the wconf file
Simon Urbanek
as urbaneks
More... over 18 years ago
Add support for looking up R registry key
Simon Urbanek
as urbaneks
More... over 18 years ago
Win support
Simon Urbanek
as urbaneks
More... over 18 years ago
autoconf tools
Simon Urbanek
as urbaneks
More... over 18 years ago
Move to autoconf-based build process (and version 0.2)
Simon Urbanek
as urbaneks
More... over 18 years ago
Store cached objects in the rJava environment; delete old objects from previous rJava; add long array support
Simon Urbanek
as urbaneks
More... over 18 years ago
Add support for long arrays
Simon Urbanek
as urbaneks
More... over 18 years ago