Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / java /
2019-02-27 Alexis LaferrièreJava FFI: intro NitObject for references to Nit objects...
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-09-29 Alexis Laferrièrejava: don't crash on `to_s` when not null in Nit (even...
2016-06-20 Alexis Laferrièrelib/java: improve doc and remove duplicates
2016-06-20 Alexis Laferrièrelib/java: rename `base` module to `ffi_support`
2016-06-20 Alexis Laferrièrelib/jvm: drop the complicated logic around `JniEnvRef`
2016-01-12 Alexis Laferrièrelib/android: implement `TextAsset`
2015-11-16 Alexis Laferrièrelib/java: add core services to work with native buffer...
2015-11-08 Alexis Laferrièrelib/java: wrap Throwable and Exception
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-08-30 Jean Privatlib: introduce .ini for projects maintained by Alexis...
2015-07-29 Alexis Laferrièrelib/java: reorganize the java group to include the...
2015-07-29 Alexis Laferrièrelib/java: make pop_from_local_frame_with_env protected...
2015-07-24 Alexis Laferrièrelib/java: fix expected type with JNI's `GetStringUTFChars`
2015-06-04 MehdiAdd some collections for java/collections.nit
2015-05-27 Alexis Laferrièrelib/java: update to use `self` from Java code
2015-04-28 Alexis Laferrièrelib/java: fix typo
2015-01-26 Alexis Laferrièrelib & contrib & tests: update users of `cflags` and...
2015-01-05 Alexis Laferrièrelib/java: add some Java collections
2014-11-25 Jean PrivatMerge: SELF type
2014-11-12 Alexis Laferrièrelib/c&java: remove all custom SELF types
2014-11-11 Alexis Laferrièrejava: import include/linux everywhere
2014-10-16 Alexis Laferrièrelib/java: use Java's `toString` to implement Nit's...
2014-10-16 Alexis Laferrièrelib/java: intro `JavaObject::is_java_null`
2014-10-11 Alexis Laferrièrelib/java: fix and improve documentation
2014-09-02 Alexis Laferrièrejava: move `android::java_io` to `java::io` & remove...
2014-09-02 Alexis Laferrièrelib: java is a group