pep8analysis: add copyright info for viz.js
[nit.git] / lib / jvm.nit
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