contrib/objcwrapper: avoid conflicts with Nit keywords and top-level methods
[nit.git] / contrib / objcwrapper / src / objc_generator.nit
2015-09-03 Alexis Laferrièrecontrib/objcwrapper: avoid conflicts with Nit keywords...
2015-09-03 Alexis Laferrièrecontrib/objcwrapper: add few missing primitive types
2015-09-03 Alexis Laferrièrecontrib/objcwrapper: add header to generated files...
2015-09-03 Alexis Laferrièrecontrib/objcwrapper: generate minimal doc above generat...
2015-09-02 Alexis Laferrièrecontrib/objcwrapper: move spacing from below each entit...
2015-09-02 Alexis Laferrièrecontrib/objcwrapper: minor style fix
2015-09-02 Alexis Laferrièrecontrib/objcwrapper: adapt indent according to method...
2015-09-02 Alexis Laferrièrecontrib/objcwrapper: differentiate between class and...
2015-09-02 Alexis Laferrièrecontrib/objcwrapper: prefix remaining entities by ...
2015-08-28 Alexis Laferrièrecontrib/objcwrapper: fix name of type related methods
2015-08-27 Alexis Laferrièrecontrib/objcwrapper: comment out properties depending...
2015-08-27 Alexis Laferrièrecontrib/objcwrapper: add type knowledge checks to ObjcModel
2015-08-27 Alexis Laferrièrecontrib/objcwrapper: add some common special types
2015-08-27 Alexis Laferrièrecontrib/objcwrapper: move `model` to an attribute of...
2015-08-27 Alexis Laferrièrecontrib/objcwrapper: revamp the code generation module...
2015-08-27 Alexis Laferrièrecontrib/objcwrapper: replace `init_with_alloc` by a...
2015-08-27 Alexis Laferrièrecontrib/objcwrapper: replace `type_convector` by a...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: write import only once per file
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: refactor services and update style...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: add the -o option to specify the...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: refactor `init_with_alloc` as...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: add a new line at the end of the...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: add some doc and license
2015-08-21 Arthur Delamarecontrib/objcwrapper: intro objcwrapper base code