README: document nit_env.sh
[nit.git] / contrib / objcwrapper /
2015-10-07 Jean PrivatMakefiles: add pre-build
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 Alexis Laferrièrelib/nitcc_runtime: extract `Position::underline` from...
2015-09-03 Alexis Laferrièrecontrib/objcwrapper: redef the NSObject class as it...
2015-09-03 Alexis Laferrièrecontrib/objcwrapper: filter out only typedefs over...
2015-09-03 Alexis Laferrièrecontrib/objcwrapper: avoid conflicts with Nit keywords...
2015-09-03 Alexis Laferrièrecontrib/objcwrapper: make sure to not consider a class...
2015-09-03 Alexis Laferrièrecontrib/objcwrapper: collect files that failed parsing
2015-09-03 Alexis Laferrièrecontrib/objcwrapper: check-gnustep parse many headers...
2015-09-03 Alexis Laferrièrecontrib/objcwrapper: add few missing primitive types
2015-09-03 Alexis Laferrièrecontrib/objcwrapper: print clang style parsing errors
2015-09-03 Alexis Laferrièrecontrib/objcwrapper: update Makefile to use the include...
2015-09-03 Alexis Laferrièrecontrib/objcwrapper: add header to generated files...
2015-09-03 Alexis Laferrièrecontrib/objcwrapper: print opts errors, not just usage
2015-09-03 Alexis Laferrièrecontrib/objcwrapper: move file preprocessing to Nit
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: each ObjcProperty keeps track...
2015-09-02 Alexis Laferrièrecontrib/objcwrapper: replace `scope` by `is_class_property`
2015-09-02 Alexis Laferrièrecontrib/objcwrapper: prefix remaining entities by ...
2015-09-02 Jean PrivatMerge: Ini of projects
2015-08-30 Jean Privatcontrib: introduce .ini for projects maintained by...
2015-08-28 Alexis Laferrièrecontrib/objcwrapper: fix name of type related methods
2015-08-27 Alexis Laferrièrecontrib/objcwrapper: intro README.md file
2015-08-27 Alexis Laferrièrecontrib/objcwrapper grammar: add the size_t primitive...
2015-08-27 Alexis Laferrièrecontrib/objcwrapper grammar: accepts parameters without...
2015-08-27 Alexis Laferrièrecontrib/objcwrapper header_static: ignore struct declar...
2015-08-27 Alexis Laferrièrecontrib/objcwrapper makefile: add dependency to the...
2015-08-27 Alexis Laferrièrecontrib/objcwrapper makefile: add the NSAlert check
2015-08-27 Alexis Laferrièrecontrib/objcwrapper makefile: use -o and nitls in the...
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: intro `ObjcMethod::is_init`
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: revamp the AST visitor
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: rename a few AST nodes to 'parameter'
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: add the -o option to specify the...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: intro basic framework for command...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: refactor `init_with_alloc` as...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: merge some type-related tokens...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: move header_static to local folders
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: add a new line at the end of the...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: report parsing errors
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: add some doc and license
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: add the check rule with a few...
2015-08-21 Alexis Laferrièrecontrib/objcwrapper: add git structure and Makefile
2015-08-21 Arthur Delamarecontrib/objcwrapper: intro objcwrapper base code
2015-05-27 Arthur Delamarecontrib/header_static: a cog in the toolchains to gener...