README: document nit_env.sh
[nit.git] / contrib / jwrapper /
2015-10-07 Jean PrivatMakefiles: add pre-build
2015-09-10 Alexis Laferrièrecontrib/jwrapper: prevent nitls to parse the generated...
2015-09-09 Jean Privatcontrib: value for nitserial's `-d` is now `package`
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-08 Jean PrivatMerge: objcwrapper: class methods as top-level methods...
2015-09-04 Jean PrivatMerge: Better synopses in many packages for a prettier...
2015-09-03 Alexis Laferrièrelib/nit: extract Nit keywords from jwrapper to a suppor...
2015-08-30 Jean Privatjwrapper&nitcc: add tests/projects.ini to filter out...
2015-08-30 Jean Privatcontrib: introduce .ini for projects maintained by...
2015-08-29 Alexis Laferrièrecontrib: update the README of many contribs
2015-08-05 Alexis Laferrièrecontrib/jwrapper examples: update android_api to use...
2015-08-05 Alexis Laferrièrecontrib/jwrapper examples: update java_api to benefit...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: saving the model must be asked by...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: only reference to `java.lang.Object...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: add an option to not generate methods
2015-08-05 Alexis Laferrièrecontrib/jwrapper: use serialized models to build the...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: intro reading models from file
2015-08-05 Alexis Laferrièrecontrib/jwrapper: write the model to a file next to...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: enable serialization of model
2015-08-05 Alexis Laferrièrecontrib/jwrapper: generate classes in linearization...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: prevent name conflicts with inherited...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: generate only locally introduced...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: silence all useless-superclass warnings
2015-08-05 Alexis Laferrièrecontrib/jwrapper: compute the methods introduced by...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: copy class hierarchy over to Nit
2015-08-05 Alexis Laferrièrecontrib/jwrapper: build class hierarchy into a POSet
2015-08-05 Alexis Laferrièrecontrib/jwrapper: collect super-classes data
2015-08-05 Alexis Laferrièrecontrib/jwrapper: revamp class header generation
2015-08-05 Alexis Laferrièrecontrib/jwrapper: create the tmp directory as needed
2015-08-05 Alexis Laferrièrecontrib/jwrapper: implement == and hash in JavaClass...
2015-08-05 Alexis Laferrièrecontrib/jwrapper: close module file stream after writing
2015-08-05 Alexis Laferrièrecontrib/jwrapper grammar: reorder of the grammar file...
2015-08-05 Alexis Laferrièrecontrib/jwrapper grammar: unify all lists of things...
2015-07-29 Alexis Laferrièrecontrib/jwrapper examples: make the java_lib example...
2015-07-29 Alexis Laferrièrecontrib/jwrapper examples: intro an example using the...
2015-07-29 Alexis Laferrièrecontrib/jwrapper tests: add 2 tests with static propert...
2015-07-29 Alexis Laferrièrecontrib/jwrapper examples: fix dependency of the queue...
2015-07-29 Alexis Laferrièrecontrib/jwrapper examples: fix gitignore of examples...
2015-07-29 Alexis Laferrièrecontrib/jwrapper examples: android_lib extract more...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: skip wrapping Java classes with inval...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: skip wrapping anonymous classes
2015-07-29 Alexis Laferrièrecontrib/jwrapper: skip all vararg types in code generation
2015-07-29 Alexis Laferrièrecontrib/jwrapper: fix constructors of generics classes
2015-07-29 Alexis Laferrièrecontrib/jwrapper: use declared upper bounds to set...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: resolve parameter types before code...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: collect methods and constructors...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: add more top-level methods as reserve...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: avoid property name conflicts on...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: fix == between arrays of different...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: print unsupported types in verbose...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: reorganize and document the different...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: generate JNI services for each extern...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: do not skip primitive array types
2015-07-29 Alexis Laferrièrecontrib/jwrapper: generate primitive array variants...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: accept [] (and anything) in search...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: intro `JavaType::clone`
2015-07-29 Alexis Laferrièrecontrib/jwrapper: generate top-level getter & setter...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: generate top-level methods for static...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: add more of the signature to generate...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: revamp method generation code
2015-07-24 Alexis Laferrièrecontrib/jwrapper: fix commenting out unknown types...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: find extern classes with underscore...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: check-libs depends on each other...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add an example that generates an...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: intro a practical example use of...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: make casting base objects (Integer...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: do not remove get_ or replace set_
2015-07-24 Alexis Laferrièrecontrib/jwrapper: comment out all primitive arrays
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add an option to search for existing...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add some top-level methods to the...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: improve `JavaType::==`
2015-07-24 Alexis Laferrièrecontrib/jwrapper: remove old naming escape on methods
2015-07-24 Alexis Laferrièrecontrib/jwrapper: filter classes from Jar archives...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: use the new type conversion system...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: remove unused code
2015-07-24 Alexis Laferrièrecontrib/jwrapper: revamp conversion from Java to Nit...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: revamp and merge extern_name and...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: intro an option to choose the extern...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: update signatures of the gen_ methods
2015-07-24 Alexis Laferrièrecontrib/jwrapper: generate constructors
2015-07-24 Alexis Laferrièrecontrib/jwrapper: generate getter and setter to access...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: intro a service to avoid property...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: revamp the search with grep and cache...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: `JavaModel::classes` sort keys by...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add 4 more tests from a javap output
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add missing keywords to mangle
2015-07-24 Alexis Laferrièrecontrib/jwrapper: big rewrite of the AST visitor
2015-07-24 Alexis Laferrièrecontrib/jwrapper: only the `java` module must always...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: do not try to generate generic extern...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: update constructor and use optional...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: remove NitType::arg_id it was unused...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: use JavaTypeConverter as a singleton
2015-07-21 Alexis Laferrièrecontrib/jwrapper: add test case and the check rule
2015-07-21 Alexis Laferrièrecontrib/jwrapper: apply dependencies in Makefile
2015-07-21 Alexis Laferrièrecontrib/jwrapper: update gitignore file
2015-07-21 Alexis Laferrièrecontrib/jwrapper main: revamp entry to support Jar...
2015-07-21 Alexis Laferrièrecontrib/jwrapper main: revamp docs
2015-07-21 Alexis Laferrièrecontrib/jwrapper main: revamp options
2015-07-21 Alexis Laferrièrecontrib/jwrapper: generate doc above extern methods
2015-07-21 Alexis Laferrièrecontrib/jwrapper: do not look for existing Nit libs...
next