Merge: doc: fixed some typos and other misc. corrections
[nit.git] / contrib / jwrapper /
2018-05-15 Alexandre Terrasacontrib: generate `package.desc` key for all contrib...
2017-11-28 Alexandre Terrasaexamples: annotate examples
2017-09-18 Alexis Laferrièrejwrapper: don't serialize cached attributes
2017-09-18 Alexis Laferrièrejwrapper: use msgpack
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-06-11 Jean Privatmakefiles: simplify them and assume that Nit tools...
2016-04-29 Jean Privatjwrapper: make name-related methods lazy
2016-03-13 Alexis Laferrièrecontrib/jwrapper: add command to wrap wifi services...
2016-02-21 Jean Privatcontrib: use add_all instead of recover_with
2015-11-29 Alexis Laferrièrecontrib/jwrapper: use of nitserial does not need the...
2015-11-29 Alexis Laferrièrecontrib/jwrapper: rename NitModule to NitModuleRef
2015-11-23 Jean PrivatMerge: Jwrapper: Fix bug with nested classes
2015-11-22 Frédéric VachonRename JavaClass package_name to full_java_name
2015-11-22 Frédéric VachonUse JNI full name in generated comments
2015-11-18 Frédéric VachonSplits JNI and Java full name
2015-11-16 Alexis Laferrièrecontrib/jwrapper: add command to wrap Bitmap and nio...
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...
next