tests: add a test for the extra_java_files phase
[nit.git] / src /
2014-06-17 Alexis LaferrièreJava FFI: javac is always called on local files
2014-06-17 Alexis LaferrièreJava FFI: enable inserting additionnal Java files to...
2014-06-12 Alexis Laferrièrejava FFI: display a clean error when java module is...
2014-06-06 Jean PrivatMerge: Nitdoc bootstrap
2014-06-06 Alexandre Terrasanitdoc: nitdoc imports doc group
2014-06-06 Alexandre Terrasanitdoc: introduce group doc
2014-06-06 Alexandre Terrasanitdoc: generate pages with bootstrap
2014-06-06 Alexandre Terrasanitdoc: generate templates from model
2014-06-06 Alexandre Terrasanitdoc: migrate templates to bootstrap
2014-06-06 Jean Privatnitlight: fix style.css
2014-06-05 Alexandre Terrasamodel_utils: extract mclass mproperties
2014-06-05 Alexandre Terrasamodel_utils: extract classes in mmodule nesting
2014-06-04 Lucas Bajoletdebugger: Less noise when printing all available variab...
2014-06-04 Lucas Bajoletdebugger: Use a JSON-like notation for printing a varia...
2014-06-03 Jean PrivatMerge: Improve mdoc & markdown
2014-06-03 Jean Privatmodelbuilder: considers that mentities outside the...
2014-06-03 Jean Privattyping: TypeVisitor need mmodule and mpropdef, not...
2014-06-03 Jean Privatmodelize_property: remove usage of `nclassdef`
2014-06-03 Jean Privatmodelbuilder: `resolve_mtype` require a MClassDef inste...
2014-06-03 Jean Privattyping: promote `TV::mmodule` and `TV::anchor` to attri...
2014-06-03 Jean Privattest_markdown: refine href in MEntities to match the...
2014-06-03 Jean Privattest_markdown: --full also document projects and groups
2014-06-03 Jean Privattest_markdown: rewrite core method
2014-06-03 Jean Privattest_markdown: use more css and js from highlight
2014-06-03 Jean Privathighlight: do not add html classes to unresolved local...
2014-06-03 Jean Privathighlight: factorizes css and js requirements
2014-06-03 Jean Privathighlight: "display: block" and "line" only make sense...
2014-06-03 Jean Privatmarkdown: code-block is detected with 3 spaces
2014-06-03 Jean Privatmarkdown: trim indenting spaces from code-blocks in...
2014-06-03 Jean Privatmodelbuilder: build MDoc of MGroup from README files
2014-06-03 Jean Privatmodel: add optional MDoc::original_mentity
2014-06-02 Jean PrivatMerge: Check class kind
2014-06-02 Jean Privatmodel: check if specialization is allowed between class...
2014-06-02 Jean Privatmodel: `extern_kind` is "extern class", not just "extern"
2014-05-31 Jean Privatparser_util: parse_somethig behave correclty when the...
2014-05-31 Jean Privatastutil: do not crash if the AST is just a token
2014-05-31 Jean Privatparser_util: drop injected tokens
2014-05-31 Jean Privatparser: do not crash on tokens without location
2014-05-30 Jean Privatnitlight: enable boostrap in generated pages
2014-05-30 Jean Privathighlight: rewrite using astutil and with infoboxes
2014-05-30 Jean Privatnitlight: add a title on the html document
2014-05-30 Jean PrivatMerge: more feature for the AST
2014-05-30 Jean Privatsrc: new module astutil.nit
2014-05-30 Jean Privatparser: dot dotdot and dotdotdot are not operators
2014-05-30 Jean Privatparser: add `Token::blank_before`
2014-05-30 Jean Privatparser: `ANode::debug` outputs on stderr instead of...
2014-05-30 Jean Privatparser: add some basic tree services in ANode
2014-05-30 Jean Privatparser: add `SourceFile::first_token` and `SourceFile...
2014-05-30 Jean Privatparser: move stable content of `lexer.nit` into `lexer_...
2014-05-29 Jean Privatparser: move stable content of `parser.nit` into `parse...
2014-05-29 Jean PrivatMerge: nitg: use a portable macro PRINT_ERROR instead...
2014-05-28 Alexis Laferrièresrc: use macro PRINT_ERROR for deferred method error
2014-05-28 Alexis LaferrièreMerge branch 'master' into portable-errors
2014-05-28 Alexandre Terrasanitunit: fix verbose display
2014-05-23 Jean PrivatMerge: Clean some inits
2014-05-23 Jean Privatparser: drop useless named constructor `empty_init`
2014-05-22 Jean PrivatMerge: nitg: Added PNaCl support for Nit
2014-05-20 DjomanixModified the generated Makefile for some options,
2014-05-20 Alexis Laferrièrepnacl: compile each compilation unit before linking
2014-05-20 Alexis Laferrièrepnacl: generate all files right in .nit_compile
2014-05-20 Alexis Laferrièrepnacl: disable clang warnings on generated code
2014-05-20 Alexis Laferrièrenitg/pnacl: automate option no_main
2014-05-16 Jean PrivatMerge: Improve the bootstrap
2014-05-16 Jean PrivatMerge: Android release compilation mode
2014-05-15 Alexis Laferrièreandroid: use the release option to set type of compilation
2014-05-15 Alexis Laferrièrenitg: intro the release option
2014-05-15 Jean Privatmkcsrc: bootstrap with `nith` instead of `nitg`
2014-05-15 Jean Privatbootstrap: add the missing step `nitg_0`
2014-05-15 Jean Privatastbuilder: `make_new` and `make_call` require a CallSite
2014-05-15 Jean Privattranform: drop ASuperstringExpr
2014-05-15 Jean Privattyping: AArrayExpr provides callsites
2014-05-14 Alexis Laferrièreffi/java: support inner classes and JNI format in exter...
2014-05-13 Jean PrivatMerge: Refactor FFI, the framework is now based on...
2014-05-13 Jean Privatdefault_init: can interpret combined init with collecte...
2014-05-13 Jean Privatdefault_init: can compile combined init with collected...
2014-05-13 Jean Privatdefault_init: error if collected attributes and inherit...
2014-05-13 Alexis Laferrièreffi: fix support for generated calls with generic types...
2014-05-13 Jean Privatdefault_init: inherit combined init if alone and empty
2014-05-13 Jean Privatdefault_init: collect attributes on combined empty...
2014-05-13 Jean Privatmodel: implements `MParameter#to_s`
2014-05-13 Jean Privatsrc: prepare for new init
2014-05-13 Jean Privatparser: prepare for new init
2014-05-13 Jean Privattyping: remove `resolve_signature_for`
2014-05-13 Jean Privatrta: micro-factorization of call on `msignature`
2014-05-13 Jean Privatengines: use `callsite.msignature` in ASuperExpr
2014-05-13 Jean PrivatMerge: parser_util: drop injected tokens in `parse_some...
2014-05-12 Jean PrivatMerge: sepcomp: do not colorize dead method by default
2014-05-12 Jean PrivatMerge: fix Nitlight
2014-05-12 Alexis Laferrièreandroid: support use of -m
2014-05-12 Alexis Laferrièreffi: minor clean up
2014-05-12 Alexis Laferrièreffi/java: use C callbacks instead of going straight...
2014-05-12 Alexis Laferrièreffi/java: callbacks are relative to mainmodule
2014-05-12 Alexis Laferrièrenitg/ffi: mark as private methods internal to compiler_ffi
2014-05-12 Jean PrivatMerge: Simplify AMethPropdef
2014-05-12 Jean Privatsrc: remove remaining references of subclasses on AMeth...
2014-05-12 Jean Privatnitx: modifiers ARE accessible via the model
2014-05-12 Jean Privatmodelize_property: rely more on fields than on classes...
2014-05-12 Jean Privatmodel: add `MMethodDef::is_extern`
2014-05-12 Jean Privatsrc: use `AMethPropdef` instead of subclasses when...
2014-05-12 Jean Privatparser: promote all children in AMethPropdef
next