misc/vim: highlight the new Int literals
[nit.git] / contrib /
2015-07-26 Alexis Laferrièrecontrib/friendz: fix input using is_move
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-23 Jean PrivatMerge: UTF-8 Strings
2015-07-23 Lucas Bajoletlib/standard: Update libs for the support of UTF-8
2015-07-22 Jean PrivatMerge: Conditional importation
2015-07-21 Jean Privatfriendz: rely on conditional importation in platform
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...
2015-07-21 Alexis Laferrièrecontrib/jwrapper: avoid Nit keywords and mangle generat...
2015-07-20 Alexis Laferrièrecontrib/jwrapper: refactor `add_identifier`
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: support wildcards with a default...
2015-07-20 Alexis Laferrièrecontrib/jwrapper: main logic use `JavaModel` and suppor...
2015-07-20 Alexis Laferrièrecontrib/jwrapper: intro `JavaModel`
2015-07-20 Alexis Laferrièrecontrib/jwrapper: revamp `gen_licence` to be more custo...
2015-07-20 Alexis Laferrièrecontrib/jwrapper: use a MultiHashMap to store methods...
2015-07-20 Alexis Laferrièrecontrib/jwrapper: separate comment vs stubs in generato...
2015-07-20 Alexis Laferrièrecontrib/jwrapper: update constructors of `CodeGenerator...
2015-07-20 Alexis Laferrièrecontrib/jwrapper: remove illegal attribute generation
2015-07-20 Alexis Laferrièrecontrib/jwrapper: fix parameter-less methods right...
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: fix generic types parameters...
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: accept generic constructors
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: eat the strictfp keyword
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: accept `-` in Java identifier...
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: accept classes compiled from...
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: fix parsing many files at...
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: fix `implements` and `extends...
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: accept wildcards in generic...
2015-07-20 Alexis Laferrièrecontrib/jwrapper grammar: style clean up
2015-07-20 Jean PrivatMerge: Apply optional params in strip_extension, basena...
2015-07-18 Alexis Laferrièresrc & lib: use the default behavior of `basename` where...
2015-07-18 Alexis Laferrièrecontrib & examples..: update users of `join("")`
2015-07-13 Jean Privatrefund: `Dollar::from_float` use the autoinit constructor
2015-07-13 Jean Privatnitrpg: `from_json` constructors use the autoinit const...
2015-07-13 Jean Privatnitcc: make the autoinit constructor of Automation...
2015-07-09 Jean Privatnitiwiki: remove `-s` as short `--status` because it...
2015-07-09 Jean Privatnitiwiki: custom config messages are less verbose
2015-07-09 Jean Privatnitiwiki: error on --rsync if wiki.rsync_dir is not...
2015-07-09 Jean Privatnitiwiki: protect arguments of sys.system
2015-07-09 Jean Privatnitiwiki: improve rendering messages with name and...
2015-07-09 Jean Privatnitiwiki: remove completely root_url as everything...
2015-07-09 Jean Privatnitiwiki: reintroduce `allow absolute wikilinks` (c2802...
2015-07-09 Jean Privatnitiwiki: reintroduce `make wikilink relative` (d03b2d9...
2015-07-08 Jean PrivatMerge: contrib/inkscape_tools: Report invalid files...
2015-07-07 Jean PrivatMerge: nitdoc: Use wikilinks on README files
2015-07-02 Alexis Laferrièrecontrib/inkscape_tools: better error message on invalid...
2015-07-02 Alexis Laferrièrecontrib/inkscape_tools: clean up Makefile
2015-06-30 Alexis Laferrièrecontrib/rss: fix using the short filename to build...
2015-06-30 Alexis Laferrièrecontrib/rss: do not check for previously downloaded...
2015-06-30 Alexis Laferrièrecontrib/rss: extract action applied to selected elements
2015-06-30 Alexis Laferrièrecontrib/rss: use the dom parser
2015-06-29 Jean PrivatMerge: contrib/opportunité: prevent useless xss exploit...
2015-06-29 Jean PrivatMerge: Opportunity templates and pizzas
2015-06-29 Jean PrivatMerge: Audio API implementation for linux
2015-06-25 Alexis Laferrièrecontrib/opportunité: prevent useless xss exploit in...
2015-06-24 Alexandre Terrasamarkdown: add_wikilink accept a TokenWikiLink so client...
2015-06-24 BlackMinoucontrib/friendz/friendz_linux.nit uses linux audio app
2015-06-23 Alexis Laferrièrecontrib/opportunity: add the 'Clear' template
2015-06-23 Alexis Laferrièreexamples/xymus.net: use the french Opportunité name...
2015-06-23 Alexis Laferrièrecontrib/opportunity: provide french translation for...
2015-06-23 Alexis Laferrièrecontrib/opportunity: add opportunities templates
2015-06-23 Alexis Laferrièrecontrib/opportunity: improve style of the maybe option...
next