nit.git
2014-07-18 Jean Privatnitunit: remove a deprecated TODO
2014-07-17 Jean PrivatMerge: Toward the kill of oldstyle attributes
2014-07-17 Jean PrivatMerge: Some more syntax
2014-07-17 Jean PrivatMerge: Multiple compilation
2014-07-17 Jean Privattests: remove remaining old-style attributes declarations
2014-07-17 Jean PrivatMerge: Phasify nitdoc
2014-07-17 Jean PrivatMerge: Test nitvm
2014-07-17 Jean Privatnitdoc: use global phase (process_mainmodule)
2014-07-17 Jean Privatnitdoc: replace NitdocContext by ToolContext
2014-07-17 Jean Privatmodelbuilder: automatic mainmodule from run_global_phas...
2014-07-17 Jean Privatmodel: promote `is_fictive` from doc_model
2014-07-17 Jean Privatdoc: use `is_fictive` instead of relying on the module...
2014-07-17 Jean Privatmarkdown: privately import things and uptate clients
2014-07-17 Jean Privattests.sh: introduce new engine nitvm
2014-07-17 Jean Privattests.sh: use variable isinterpret instead of hard...
2014-07-17 Jean PrivatMerge: xdg_basedir
2014-07-16 Jean Privattests: update test_parser
2014-07-16 Jean Privattests: add base_label_while2.nit for anonymous labels
2014-07-16 Jean Privatscope: correcty handle anonynous labels
2014-07-16 Jean Privatparser: regenerate with new last grammar changes
2014-07-16 Jean Privatgrammer: accept redef and visibility in front of annotation
2014-07-16 Jean Privatgrammar: accept redef and visibility on module declaration
2014-07-16 Jean Privatgrammar: accept annotations in implicit extern methods
2014-07-16 Jean Privatgrammar: add elipsys notation to pass an expression...
2014-07-16 Jean Privatgrammar: accept annonymous label
2014-07-16 Jean Privatgrammar: accept `public` as a valid visibility
2014-07-16 Jean Privatmodelize_property: enable the access of the internal...
2014-07-16 Jean Privatsrc: use multicompile to fasten the initial make
2014-07-16 Jean Privattests: multicompile with nitg
2014-07-16 Jean Privattests: update base_simple_import.nit so the result...
2014-07-16 Jean Privatcomp: enable multi-compilation, ie multiple main programs
2014-07-16 Jean Privatffi: reset FFI compilation result attached to the module
2014-07-16 Jean Privatffi: move guard in the AbstractCompiler
2014-07-16 Jean Privatffi: move guard into the MModule to simplify management
2014-07-16 Jean Privatcomp: compilers do not modify opt_stacktace, it is...
2014-07-16 Jean Privatcomp: use a local `no_main` variable
2014-07-16 Jean Privatcolo: rewrite build_{meth,attr}_tables
2014-07-16 Jean Privatcolo: Colorize only class in the module, not all in...
2014-07-16 Jean Privatcolo: `MModule::properties` does no give properties...
2014-07-16 Jean PrivatMerge: Fixes for attributes
2014-07-16 Jean PrivatMerge: Some minor improvements to Sqlite3
2014-07-16 Alexis Laferrièresqlite3: use sqlite3_close_v2
2014-07-16 Alexis Laferrièrelib/sqlite3: implement Sqlite3::is_valid
2014-07-16 Jean Privattests: test untyped attributes in base_attr5
2014-07-16 Jean PrivatMerge: lib/android: Typo fix for shared_preferences...
2014-07-16 Jean PrivatMerge: lib/curl: clean and sort options
2014-07-15 Jean PrivatMerge: Symetric [] & []= in android::shared_preferences
2014-07-15 Frédéric Vachonlib/android: Added import and fixed typo
2014-07-15 Jean PrivatMerge: Splay ropes
2014-07-15 Jean Privatmodelize_properties: attributes inherit the static...
2014-07-15 Alexis Laferrièreandroid/shared_preferences: []= always serialize to...
2014-07-15 Jean Privatmodelize_property: do not crash if mtype is null in...
2014-07-15 Jean Privatmodelize_property: correctly check signature for getter...
2014-07-15 Alexis Laferrièreandroid/shared_preferences: import json_serialization...
2014-07-15 Jean Privatnitcc_runtime: force static type of Nodes::children
2014-07-15 Alexandre Terrasalib/curl: clean and sort options
2014-07-15 Jean PrivatMerge: Nitdoc standalone
2014-07-15 Jean Privattests: update base_attr5 for redef policy
2014-07-15 Jean Privatmodelize_property: the `redef` on writable is now optional
2014-07-15 Jean PrivatMerge: lib: introduces ini config file reader/writter
2014-07-15 Jean Privatcompiler: add `--dir` to just change the output directory
2014-07-15 Jean Privatandroid_platform: use `outfile` instead of its own...
2014-07-15 Jean Privatcompiler: `add MakefileToolchain::outfile` to compute...
2014-07-15 Jean PrivatMerge: Structs
2014-07-15 Jean PrivatMerge: Java FFI with Java generics
2014-07-15 Alexandre Terrasanitdoc: extract NitdocContext from Nitdoc generation
2014-07-15 Alexandre Terrasanitdoc: clean output_dir option selection
2014-07-15 Alexandre Terrasanitdoc: limit dependency to `model`
2014-07-15 Alexandre Terrasamodel_utils: limit dependency to `model`.
2014-07-15 Alexandre Terrasalib: introduce Heap and PriorityQueue in standard:...
2014-07-15 Alexandre Terrasalib: introduces ini config file reader/writter
2014-07-14 Alexis Laferrièretests: test generics in Java FFI
2014-07-14 Alexis LaferrièreJava FFI: support generic Java types in extern class...
2014-07-14 Alexis Laferrièretests: add test for xdg_basedir
2014-07-14 Alexis Laferrièrelib: intro xdg_basedir
2014-07-11 Alexis Laferrièrelib/sqlite3: implement Statement::reset & finalize
2014-07-11 Alexis Laferrièrelib/sqlite3: add some doc
2014-07-11 Alexis Laferrièrelib/sqlite3: implement column_blob
2014-07-11 Alexis Laferrièrelib/sqlite3: no need for a directory anymore
2014-07-11 Jean PrivatMerge: tests: move the check of exec.skip to detect...
2014-07-11 Jean PrivatMerge: String: Added four new methods to string.nit
2014-07-11 Alexandre Terrasalib: introduce Stack in standard::collection
2014-07-11 Alexandre Terrasalib: introduce Queue in standard::collection
2014-07-11 Frédéric Vachonlib/standard: Added to_snake_case and to_camel_case...
2014-07-11 Frédéric Vachonlib/standard: Added is_upper and is_lower to string.nit
2014-07-11 Jean Privattests: move the check of exec.skip to detect compilatio...
2014-07-11 Alexandre Terrasalib: move union_find to collection
2014-07-10 Jean PrivatMerge: Bundle: Nit API wrapping Bundle class
2014-07-10 Frédéric Vachonlib/android: Added simple_android as UNDEFINED in sav...
2014-07-10 Jean PrivatMerge: Android assets, resources, and audio
2014-07-10 Jean PrivatMerge: precedence and other things to nitcc
2014-07-10 Jean Privattests: update sav/nitcc_parser_gen.res
2014-07-10 Jean Privatnitcc: add prerecence in the README
2014-07-10 Jean Privatnitcc: update examples to use precedence
2014-07-10 Jean Privatnitcc/tests: some update of error messages
2014-07-10 Jean Privatnitcc/tests: add re.sablecc to test precedences
2014-07-10 Jean Privatnitcc: add precedence on the grammar
2014-07-10 Jean Privatnitcc: add Alternative::phony for those in the AST...
2014-07-10 Jean Privatnitcc: does not crash if a production has no alternatives
2014-07-10 Jean Privatnitcc: Accept special token End, but implement it as...
next