lib/jvm: clean up, add doc and make private stuff private
[nit.git] / lib / jvm.nit
2015-03-17 Alexis Laferrièrelib/jvm: clean up, add doc and make private stuff private
2015-01-26 Alexis Laferrièrelib & contrib & tests: update users of `cflags` and...
2014-11-28 Jean Privatall: add `nitish` tag for code-blocks skipped by nitunit
2014-11-17 Alexis Laferrièrelib/jvm: fix returns from C implementations
2014-11-10 Alexis Laferrièrelib/jvm: inlude .h files in JAVA_HOME/inlude/linux...
2014-06-27 Alexis Laferrièrejava: intro pop_from_local_frame
2014-05-14 Alexis Laferrièrelib/jvm: JavaObject is a Java Object (not a JNI jobject)
2014-05-12 Alexis Laferrièrejava: intro services for JNI local reference frame
2014-04-27 Alexis LaferrièreMerge branch 'master' into java-ffi-android
2014-04-15 Jean PrivatMerge: Modernize syntax
2014-04-15 Alexis Laferrièrelib/jvm: adapt Jvm::attach_current_thread to Android
2014-04-15 Alexis Laferrièrelib/jvm: support the Android platform by desactivating...
2014-04-15 Alexis Laferrièrelib/jvm: prevents string warnings on JVM
2014-04-15 Jean Privatffi: update code with last syntax
2014-04-14 Alexis Laferrièrelib/jvm: rename JObject class to JavaObject
2014-04-14 Alexis Laferrièrelib/jvm: change a C function to a Nit extern method
2014-03-18 Alexis Laferrièrelib/jvm: intro JavaVM::attach_current_thread
2014-03-18 Alexis Laferrièrelib/jvm: intro JavaVM::env
2014-03-18 Alexis Laferrièrelib/jvm: rename JavaVM::destroy
2014-03-18 Alexis Laferrièrelib/jvm: clean up JavaVM error system
2014-03-18 Alexis Laferrièrelib/jvm: create JVM with custom options
2014-03-14 Romain Chanoirlib: intro the jvm module