| Added rniStop implementation |
|
More...
|
about 22 years ago
|
| Added rniStop |
|
More...
|
about 22 years ago
|
| Override SaveAction to SAVEASK |
|
More...
|
over 22 years ago
|
| *** empty log message *** |
|
More...
|
over 22 years ago
|
| Switch to local environment use; this is a safety measure in case rJava calls are called from different threads |
|
More...
|
over 22 years ago
|
| Fixed bug in initialization when a JVM was already present - missing call to init_rJava; Switch to local environment use. |
|
More...
|
over 22 years ago
|
| Removed reentrance/deadlock warning in eval, since we often use eval from within jri callbacks which is ok. |
|
More...
|
over 22 years ago
|
| Fixed bug in lockWithTimeout (wrong return value); Added verbose static flag for debugging purposes |
|
More...
|
over 22 years ago
|
| Use mutex Rsync when accessing R |
|
More...
|
over 22 years ago
|
| Manage a global engine object |
|
More...
|
over 22 years ago
|
| *** empty log message *** |
|
More...
|
over 22 years ago
|
| Make chmod of "run" optional since it's not supported on Win. |
|
More...
|
over 22 years ago
|
| Added missing nl before EOF. |
|
More...
|
over 22 years ago
|
| Win32: Initialize all necessary callbacks and provide those not implemented in Rcallbacks. Is tested to work with console implementation. |
|
More...
|
over 22 years ago
|
| Added JNI library prefix (lib for unix, nothing for Win). Use cp instead of ln for the final library. |
|
More...
|
over 22 years ago
|
| Added JNI library prefix (lib for unix, nothing for Win). |
|
More...
|
over 22 years ago
|
| Global valiables - mainly Java/Rengine-related |
|
More...
|
over 22 years ago
|
| R initialization; both Win32 and unix should be supported. |
|
More...
|
over 22 years ago
|
| R initialization |
|
More...
|
over 22 years ago
|
| Rcallbacks implement all main loop callbacks hooked into R on initialization. |
|
More...
|
over 22 years ago
|
| Rengine is now just the code used by the Rengine class. Low-level code was split into Rcallbacks.c and Rinit.c; Global variables are now in globals.c |
|
More...
|
over 22 years ago
|
| Split Rengine into independent parts |
|
More...
|
over 22 years ago
|
| Use individual files for system-specific configuration. |
|
More...
|
over 22 years ago
|
| Three basic functions used from the jvm.dll. We generate libjvm.dll.a from this file. |
|
More...
|
over 22 years ago
|
| Build libjvm.dll.a if necessary. |
|
More...
|
over 22 years ago
|
| Make event-loop related parts conditional, since Win32 doesn't support it. |
|
More...
|
over 22 years ago
|
| Added Win32 Makefile. |
|
More...
|
over 22 years ago
|
| Check exceptions in Read/WriteConsole |
|
More...
|
over 22 years ago
|
| Added checkExceptions |
|
More...
|
over 22 years ago
|
| Added Mutex to the list of used classes |
|
More...
|
over 22 years ago
|