nit.git
2014-07-21 Jean Privatdoc: do not make the stdlib doc by default
2014-07-21 Jean Privatdoc: remove doc/Makefile
2014-07-21 Jean PrivatMerge: src/android: Modified annotations names to avoid...
2014-07-21 Jean PrivatMerge: Nity interface to Sqlite3 (A nicer wrapper to...
2014-07-20 Frédéric Vachonsrc/android: Changed annotations names to avoid ambiguities
2014-07-18 Jean PrivatMerge: nitg: Added 3 annotations related to API level...
2014-07-18 Jean PrivatMerge: Attributes access with perfect hashing in nitvm
2014-07-18 Julien Pagèsnitvm: fix a crash caused by a bad allocation of virtua...
2014-07-18 Julien Pagèsnitvm: use perfect hashing for atribute access
2014-07-18 Alexis Laferrièretests: test some errors of sqlite3
2014-07-18 Alexis Laferrièrelib/sqlite3: store and use the error code of a failed...
2014-07-18 Jean PrivatMerge: remove unmaintained documentation: developpez...
2014-07-18 Jean PrivatMerge: nitunit: remove a deprecated TODO
2014-07-18 Alexis Laferrièretests: add a test for the Nity sqlite3 module
2014-07-18 Alexis Laferrièrelib/sqlite3: intro nity interface
2014-07-18 Jean PrivatMerge: Fix asnotnull
2014-07-18 Jean Privatneo4j: remove some as(notnull) to supress warnings
2014-07-18 Jean PrivatMerge 'origin/master' into fix-asnotnull to supress...
2014-07-18 Julien Pagèsnitvm: clean the code and add some comments
2014-07-18 Julien Pagèsniti: add write_attribute as a unique entry point
2014-07-18 Jean Privatnitunit: remove a deprecated TODO
2014-07-17 Jean PrivatMerge: lib: Introduce neo4j connector
2014-07-17 Jean PrivatMerge: Clean up GCC warnings on Android compilation
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 Privattests: inmprove base_as_notnull*.nit and update tests
2014-07-17 Jean Privatcomp: skip .as(not null) on not pointer values
2014-07-17 Jean Privattyping: warn for useless .as(not null)
2014-07-17 Alexis Laferrièretests: rename and update low-level sqlite3 test
2014-07-17 Jean Privatcode: remove useless as(not null)
2014-07-17 Alexis Laferrièrelib/android: remove useless as(not null) from audio
2014-07-17 Alexis LaferrièreFFI with Java: correctly resolve the return types of...
2014-07-17 Alexandre Terrasalib: introduce neo4j connector
2014-07-17 Jean PrivatMerge: Phasify nitdoc
2014-07-17 Jean PrivatMerge: Test nitvm
2014-07-17 Jean Privatremove unmaintained documentation: developpez and nitre...
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 Frédéric Vachontest/mnit_simple: Added tests for API level related...
2014-07-16 Frédéric Vachonsrc/android: Added 3 metadata annotations for API Level...
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 Alexis Laferrièrelib/sqlite3: column_text returns a NativeString at...
2014-07-16 Alexis Laferrièrelib/sqlite3: use a precise type as return of column_type
2014-07-16 Alexis Laferrièrelib/sqlite3: rename classes of sqlite3_native to preven...
2014-07-16 Alexis Laferrièrelib/sqlite3: rename low-level module to native_sqlite3.nit
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...
next