nit.git
2015-04-02 Jean PrivatMerge: lib/standard/string: Added faster to_cstring...
2015-04-02 Alexis Laferrièrelib/ios: add metadata annotations to "Hello iOS"
2015-04-02 Alexis Laferrièrenitc: the iOS platform use app.nit annotations
2015-04-02 Alexis Laferrièrelib & examples: update modules using the java_package...
2015-04-02 Alexis Laferrièrenitc: move up the default values of a project from...
2015-04-02 Alexis Laferrièrenitc: extract common app.nit annotations from Android
2015-04-02 Alexis Laferrièremodel: intro `MModule::first_real_mmodule` to get the...
2015-04-02 Lucas Bajoletbenchmarks/string: Added README
2015-04-02 Jean PrivatMerge: Improve loader
2015-04-02 Jean PrivatMerge: nitdoc: introduce Bootstrap components
2015-04-02 Jean PrivatMerge: Bench markdown --semi-global
2015-04-01 Lucas Bajoletbenchmarks/strings: Added Makefile for tests with defau...
2015-04-01 Lucas Bajoletbenchmarks/string: Updated bench scripts for strings
2015-04-01 Alexandre Terrasabenches/markdown: add `pandoc` engine.
2015-04-01 Alexis Laferrièretests: add the testosx.sh script to run OSX and iOS...
2015-04-01 Alexis Laferrièretests: add savs file for ios tests
2015-04-01 Alexis Laferrièretests: tests.sh detects directories before trying to...
2015-04-01 Jean Privatloader: get_mgroup can be given the root directory...
2015-04-01 Jean Privatloader: get_mgroup search README in src first then...
2015-04-01 Jean Privatloader: parse_full look inside directories of projects
2015-03-31 Alexandre Terrasasrc/doc: uniformize name display
2015-03-31 Alexandre Terrasasrc/doc: migrate topmenu to new templates.
2015-03-31 Alexandre Terrasasrc/doc: introduce bootstrap components abstraction.
2015-03-31 Lucas Bajoletlib/standard/string: Added faster cstring method on...
2015-03-31 Jean Privatversion 0.7.3 v0.7.3
2015-03-31 Jean Privatbench_markdown: add a new engine, nitmd-o that is nitmd...
2015-03-31 Jean Privatbench_markdown: increase $s so that times are more...
2015-03-31 Jean PrivatMerge: lib/std/union_find: make DisjointSet Cloneable
2015-03-31 Jean PrivatMerge: Rewrite the coloration for properties and types.
2015-03-31 Jean PrivatMerge: Misc for lib
2015-03-31 Jean PrivatMerge: iOS support
2015-03-31 Jean PrivatMerge: sepcomp: fixup trampoline with tagged primitive...
2015-03-31 Jean PrivatMerge: Fix escape to c
2015-03-31 Jean PrivatMerge: Fix warnings from clang on OS X
2015-03-31 Jean Privatlib/template: migrate the example to new constructors
2015-03-31 Jean Privatlib/geometry: document ILine
2015-03-31 Jean Privatlib: move privileges.nit to its subdirectory
2015-03-31 Jean Privatlib/standard: document FileReader::from_fd
2015-03-31 Jean Privatlib/standard: factorize File*::close
2015-03-31 Jean Privatlib/standard: add Collection::not_empty
2015-03-31 Jean Privatlib/sorter: add `MapRead::keys_sorted_by_values` and...
2015-03-30 Alexis Laferrièretests: skip iOS tests on GNU/Linux
2015-03-30 Alexis Laferrièrelib/ios: add the simple hello_ios app
2015-03-30 Alexis Laferrièretests: add a very minimal test for the iOS platform
2015-03-30 Alexis Laferrièrelib: intro the iOS library
2015-03-30 Alexis Laferrièrenitc: support compiling for the iOS platform
2015-03-30 Alexis Laferrièrenitc: `Toolchain` keeps the compiler as an attribute
2015-03-30 Jean Privatlib/sorter: add `MapRead::values_sorted_by_key`
2015-03-30 Jean Privattest_phase: use parse_full
2015-03-30 Jean Privatsemantize: handle the with statement
2015-03-30 Jean Privatparser: regenerate with the `with` statement
2015-03-30 Jean Privatgrammar: new `with` statement
2015-03-29 Jean Privatlib/std/union_find: make DisjointSet Cloneable
2015-03-29 Jean Privatsepcomp: fixup trampoline with tagged primitive values
2015-03-29 BlackMinouexamples : adds a little example using "threaded" annot...
2015-03-29 BlackMinouAdds the parallelization_phase to the frontend execution
2015-03-29 BlackMinouIntroduce parallelization_phase to deal with the "threa...
2015-03-29 Jean Privattests: update sav/test_parser_args1.res for escape_to_c...
2015-03-29 Jean Privatlib/string: escape_to_c uses 3 digits in the octal...
2015-03-29 Jean Privatlib/string: escape_to_c transforms `"\t"` to `"\\t"`
2015-03-28 Jean Privatsepcomp: do not generate class tables for dead classes
2015-03-28 Jean Privatsepcomp: use the new `POSetGroupColorer` to color types...
2015-03-28 Jean PrivatMerge: Fast benches
2015-03-28 Jean PrivatMerge: Fast super strings
2015-03-28 Jean PrivatMerge: lib/std/file: do not flush on each write
2015-03-28 Jean PrivatMerge: Some cleaning in vm files
2015-03-28 Jean PrivatMerge: nitc: fix closing manifest writer, should fix...
2015-03-28 Jean Privattests: remove sav/nitg-e/error_needed_method_alt4.res...
2015-03-28 Alexis Laferrièrenitc: fix missing includes for getpid
2015-03-28 Alexis Laferrièrelib: fix return value of the system method
2015-03-26 BlackMinoupthreads: Adds "threadeed" annotation
2015-03-24 Jean PrivatMerge: Fix --no-union-attributes
2015-03-24 Jean Privatcompiler: prefill the native array with the literal...
2015-03-24 Jean Privatcompiler: `ASuperstringExpr` store the native array...
2015-03-24 Jean Privatcompiler: compile ASuperstringExpr using `native_to_s`
2015-03-24 Jean Privatlib: introduce `NativeArray::native_to_s`
2015-03-23 Alexis Laferrièrenitc: fix closing manifest writer when done for #1216
2015-03-23 Julien Pagèsnitvm: Creation of a directory vm/ for the vm files
2015-03-23 Jean Privatcompiler: add native_array_get and native_array_set
2015-03-23 Jean Privatlib/string_exp: initialize an uninitialized attribute
2015-03-23 Jean Privatsepcomp: initialize lazy guards to 'false' if opt_no_un...
2015-03-23 Jean Privatsepcomp: isset is implemented on tagged attributes
2015-03-23 Jean Privatsepcomp: tag values when storing it with opt_no_union_a...
2015-03-23 Jean PrivatMerge: compiler: introduce and use `MType::is_c_primitive`
2015-03-23 Jean PrivatMerge: Simplify management of primitive types
2015-03-23 Jean Privatbench_engines: put all at the end
2015-03-23 Jean Privatbench_engine: refactor most tests in a single function
2015-03-23 Jean Privatsepcomp: use the new `POSetGroupColorer` to color prope...
2015-03-23 Jean Privatcoloring: new class `POSetGroupColorer` to colorize...
2015-03-23 Jean Privatcompiler: introduce and use `MType::is_c_primitive`
2015-03-23 Jean Privatlib/std/exec: remove write buffon on pipes
2015-03-23 Jean Privatbench_engines: add --fast --fast to just check the...
2015-03-23 Jean Privatbench_engine: silent clean
2015-03-23 Jean Privatcoloring: add `POSet::to_conflict_graph` for lazy peoples
2015-03-23 Jean Privatcoloring: add `POSetConflictGraph:order`
2015-03-23 Jean Privatsepcomp: `compute_resolution_tables` group by classes
2015-03-23 Jean Privatlib/std/file: no not flush on each write
2015-03-23 Jean Privatsepcomp: `compile_class_to_c` protect access to null...
2015-03-23 Jean Privatcompiler: import counter for better stats
2015-03-21 Jean Privatcompiler: introduce and use char_instance, float_instan...
next