misc/vim: inform the user when no results are found
[nit.git] / contrib / jwrapper /
2015-02-26 Jean Privatcode: replace `is cached` by `is lazy`
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-02-03 Alexis Laferrièrejwrapper: accept interfaces
2015-02-03 Alexis Laferrièrejwrapper: accept output files that do not look like...
2015-02-03 Alexis Laferrièrejwrapper: deal with the optional "Compiled from" line...
2015-01-26 Alexis Laferrièrecontrib/jwrapper: refactor some duplicated code
2015-01-26 Alexis Laferrièrecontrib/jwrapper: update generated headers
2015-01-26 Alexis Laferrièrecontrib/jwrapper: remove even more code related to...
2015-01-26 Alexis Laferrièrecontrib/jwrapper: support converting getter/setter...
2015-01-08 Alexis Laferrièrecontrib/jwrapper: rename the `types` module to `model`
2015-01-08 Alexis Laferrièrecontrib/jwrapper: revamp the README file
2015-01-07 Alexis Laferrièrecontrib/jwrapper: remove double spaces in generated...
2015-01-07 Alexis Laferrièrecontrib/jwrapper: convert style of getters and setters...
2015-01-07 Alexis Laferrièrecontrib/jwrapper: remove code left over from array...
2015-01-07 Alexis Laferrièrecontrib/jwrapper: rename `NitModule::value` to `name`
2015-01-07 Alexis Laferrièrecontrib/jwrapper: rename JReturnAndParams to JavaMethod
2015-01-06 Alexis Laferrièrecontrib/jwrapper: rename field to property
2015-01-06 Alexis Laferrièrecontrib/jwrapper: divide Makefile into more rules
2015-01-06 Alexis Laferrièrecontrib/jwrapper: update README and remove TODO list...
2015-01-06 Alexis Laferrièrecontrib/jwrapper: do not add `redef type SELF...` to...
2015-01-06 Alexis Laferrièrecontrib/jwrapper: search for more extern classes
2015-01-06 Alexis Laferrièrecontrib/jwrapper: default name of Java primitive arrays...
2015-01-06 Alexis Laferrièrecontrib/jwrapper: remove hack to copy arrays
2014-12-14 Jean PrivatMerge: Fix unread warnings
2014-12-12 Alexandre Terrasacontrib/jwrapper: fixes unread variables
2014-12-11 Jean Privatcontrib&examples: Makefiles use nitc instead of nitg
2014-11-28 Jean Privatall: fix broken markdown comments with missing or unwan...
2014-11-26 Alexis Laferrièrejwrapper: no whitespace before end of line
2014-08-27 Jean PrivatMakefile: clean the clean recipes
2014-08-27 Jean Privatjwrapper: add .gitignore
2014-08-07 Frédéric Vachoncontrib/jwrapper: Added README
2014-08-07 Frédéric Vachoncontrib/jwrapper: Auto-generate licence
2014-08-07 Frédéric Vachoncontrib/jwrapper: Added basic UI
2014-08-07 Frédéric Vachoncontrib/jwrapper: Retrieves existing extern classes...
2014-07-21 Frédéric Vachoncontrib/jwrapper: Added static overload support
2014-07-21 Frédéric Vachoncontrib/jwrapper: Added code generation module with...
2014-07-21 Frédéric Vachoncontrib/jwrapper: Added AST visitor for data extraction
2014-07-21 Frédéric Vachoncontrib/jwrapper: Definition of a grammar to parse...