0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day 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
Bump up the version
Simon Urbanek
as urbaneks
More... almost 19 years ago
Fixed a typo in the doc
Simon Urbanek
as urbaneks
More... almost 19 years ago
Added .jconstructors and .jmethods; added PACKAGE to most foreign calls
Simon Urbanek
as urbaneks
More... almost 19 years ago
Updated e-mail and URL
Simon Urbanek
as urbaneks
More... almost 19 years ago
Cleaup of the rtest example - run the tests before REPL is started
Simon Urbanek
as urbaneks
More... about 19 years ago
Added startMainLoop() method to postpone starting of the loop
Simon Urbanek
as urbaneks
More... about 19 years ago
JRI 0.1-3: examples cleanup; added R 2.1.0 support (no sources needed)
Simon Urbanek
as urbaneks
More... about 19 years ago
Fixes broken Makefile caused by some last commits; added support for rtest and rtest2
Simon Urbanek
as urbaneks
More... about 19 years ago
Better defaults, warn about spaces
Simon Urbanek
as urbaneks
More... about 19 years ago
Fix bad PLATFORM, add comments
Simon Urbanek
as urbaneks
More... about 19 years ago
Fixes for R 2.1.0 - we don't need R sources anymore, because we have R_ext/RStartup.h now
Simon Urbanek
as urbaneks
More... about 19 years ago
README with some basic instructions
Simon Urbanek
as urbaneks
More... about 19 years ago
Split into rtest (low-level access part) and rtest2 (console demo)
Simon Urbanek
as urbaneks
More... about 19 years ago
fixed: didn't compile with R 2.1.0 because they changed names in RStartup.h More... about 19 years ago
added: PLATFORM variable for switching between i386/client and amd64/server More... about 19 years ago
fixed: package hierarchy More... over 19 years ago
Small mem fix (writing beyond allocated space - terminating 0 in argv was written by one off)
Simon Urbanek
as urbaneks
More... over 19 years ago
Back to linux as default
Simon Urbanek
as urbaneks
More... over 19 years ago
Make use of JOGL conditional on the XTREME define (which is by default commented out); remove JOGL classes from the target by default; Added separate Klimt Xtreme target
Simon Urbanek
as urbaneks
More... over 19 years ago
Fix for 2.0.0 Startup.h change and consider only major and first minor version number (e.g. any 2.0.x is ok).
Simon Urbanek
as urbaneks
More... over 19 years ago
Use jvm.dll.a (as in JRI)
Simon Urbanek
as urbaneks
More... over 19 years ago
Bumped up version
Simon Urbanek
as urbaneks
More... over 19 years ago
Added ... and silent=TRUE options to .jinit
Simon Urbanek
as urbaneks
More... over 19 years ago
Added ... and silent=TRUE options to .jinit; added .jproperty
Simon Urbanek
as urbaneks
More... over 19 years ago
Bumped up version to 0.1-2
Simon Urbanek
as urbaneks
More... over 19 years ago
Added jriGetVersion and versionCheck
Simon Urbanek
as urbaneks
More... over 19 years ago
Disable get/setEnv calls
Simon Urbanek
as urbaneks
More... over 19 years ago
Added LoadHistory callback
Simon Urbanek
as urbaneks
More... over 19 years ago
Print debug info only if JRI_DEBUG is defined
Simon Urbanek
as urbaneks
More... over 19 years ago
Display debug info only if the DEBUG flag is set.
Simon Urbanek
as urbaneks
More... over 19 years ago