rename `NativeString` to `CString`
[nit.git] / contrib / jwrapper / src / model.nit
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-04-29 Jean Privatjwrapper: make name-related methods lazy
2016-02-21 Jean Privatcontrib: use add_all instead of recover_with
2015-11-29 Alexis Laferrièrecontrib/jwrapper: rename NitModule to NitModuleRef
2015-11-22 Frédéric VachonRename JavaClass package_name to full_java_name
2015-11-18 Frédéric VachonSplits JNI and Java full name
2015-08-05 Alexis Laferrièrecontrib/jwrapper: only reference to `java.lang.Object...
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: enable serialization of model
2015-08-05 Alexis Laferrièrecontrib/jwrapper: compute the methods introduced by...
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: implement == and hash in JavaClass...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: skip wrapping anonymous classes
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: 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 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-24 Alexis Laferrièrecontrib/jwrapper: find extern classes with underscore...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add an option to search for existing...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: improve `JavaType::==`
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: generate constructors
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: big rewrite of the AST visitor
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: generate doc above extern methods
2015-07-21 Alexis Laferrièrecontrib/jwrapper: do not look for existing Nit libs...
2015-07-21 Alexis Laferrièrecontrib/jwrapper: avoid Nit keywords and mangle generat...
2015-07-20 Alexis Laferrièrecontrib/jwrapper: use the prefix `Java`
2015-07-20 Alexis Laferrièrecontrib/jwrapper: minor style update in model
2015-07-20 Alexis Laferrièrecontrib/jwrapper: intro `JavaModel`
2015-07-20 Alexis Laferrièrecontrib/jwrapper: use a MultiHashMap to store methods...
2015-07-18 Alexis Laferrièrecontrib & examples..: update users of `join("")`
2015-02-26 Jean Privatcode: replace `is cached` by `is lazy`
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-01-26 Alexis Laferrièrecontrib/jwrapper: remove even more code related to...
2015-01-08 Alexis Laferrièrecontrib/jwrapper: rename the `types` module to `model`