nit.git
2014-07-30 Jean PrivatMerge: Utf8 strings
2014-07-30 Jean PrivatMerge: Ropes optimizations
2014-07-30 Jean PrivatMerge: Benchmarks string
2014-07-29 Jean PrivatMerge: mnit_simple: rename FDROID metadata to match...
2014-07-29 Jean PrivatMerge: gitignore: some update
2014-07-29 Jean PrivatMerge: c_src: update
2014-07-29 Lucas Bajoletlib/bufferized_ropes: Force insert_at for + operation
2014-07-29 Lucas Bajoletbenchmarks: Added script for all string-related benchmarks
2014-07-29 Lucas Bajoletbenchmarks/string: Added String benchmarks
2014-07-29 Lucas Bajoletlib/standard/ropes: + operation in O(1) time now
2014-07-29 Jean Privatc_src: update
2014-07-29 Lucas Bajolettests: Test for UTF-8 Strings.
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Fixed print routine to support...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Output usable with UTF-8.
2014-07-29 Lucas Bajoletlib/string_exp/utf8: to_upper/lower usable with UTF...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Implemented to_upper/to_lower...
2014-07-29 Lucas Bajoletlib/string_ext/utf8: to_cstring will work on UTF-8...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Substring now works with UTF-8...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Adapted reverse service on UTF...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: UnicodeChars can be tested for...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Added routine to compute code...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Adapted * for FlatString with...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Adapted the construction from...
2014-07-29 Lucas Bajoletlib/string_exp/utf8: Introducing UTF-8 basics for String.
2014-07-29 Lucas Bajoletlib/string_experimentations: Added README for project
2014-07-29 Lucas Bajoletlib/string_experimentations: Added module for importati...
2014-07-29 Lucas Bajoletlib/standard/ropes: Added cache on indexed access.
2014-07-28 Jean PrivatMerge: model: add `MType::as_notnullable` to remove...
2014-07-28 Jean PrivatMerge: type works: handle implicitly fixed formal param...
2014-07-28 Jean PrivatMerge: Magic configuration for bash completion
2014-07-28 Jean Privatmnit_simple: rename FDROID metadata to match the java_p...
2014-07-25 Jean Privatbash_completion: add a magic script that do the bash_co...
2014-07-25 Jean Privattests: update test_toolcontext
2014-07-25 Jean Privattool_context: do not need an attribute bash_completion
2014-07-25 Jean Privattool_context: just print the bash_completion, let the...
2014-07-25 Jean Privattool_context: correct default for bashcompletion
2014-07-24 Jean PrivatMerge: Bufferized ropes
2014-07-24 Jean Privatsrc: use `as_notnullable` in code
2014-07-24 Jean Privatmodel: add `MType::as_notnullable` to remove the `nulla...
2014-07-24 Jean Privattests: update existing savs (new warning or updates)
2014-07-24 Jean Privattests: add base_gen_final_bound.nit
2014-07-24 Jean Privatmodelize_classes: warn on parameter types bounded on...
2014-07-24 Jean Privatmodel: MParameterType.resolve_for handle the case of...
2014-07-24 Jean Privattyping: generalize warning on useless type tests.
2014-07-24 Jean Privattests: fix a typing error in some tests
2014-07-24 Jean Privattool_context: bashcompletion use the basename of sys...
2014-07-24 Lucas Bajoletlib/standard/ropes: Adapted substring iterators to...
2014-07-24 Lucas Bajoletlib/bufferized_ropes: Redef to_leaf in concat to work...
2014-07-24 Lucas Bajoletlib/bufferized_ropes: Added default size of a buffer...
2014-07-24 Lucas Bajoletlib/bufferized_ropes: Added tests for bufferized ropes.
2014-07-24 Lucas Bajoletlib/bufferized_ropes: Adapted substring and insert_at...
2014-07-24 Lucas Bajoletlib/bufferized_ropes: Added methods to handle creation...
2014-07-24 Lucas Bajoletlib/bufferized_ropes: Added lazy operations for substri...
2014-07-24 Lucas Bajoletlib/standard/ropes: Added BufferLeaf to constructors.
2014-07-24 Lucas Bajoletlib/bufferized_ropes: Added module bufferized_ropes...
2014-07-24 Jean Privatgitignore: some update
2014-07-23 Jean PrivatMerge: lib/standard: assert "/home/../".simplify_path...
2014-07-23 Jean PrivatMerge: Tired of having to remember all the Nit options...
2014-07-23 Jean PrivatMerge: rename Sys::args
2014-07-23 Jean PrivatMerge: Opts: small improvement
2014-07-23 Jean PrivatMerge: Add annotation `fixed` for virtual types
2014-07-23 Jean PrivatMerge: Introduce `neo`: a model saver/loader from/to...
2014-07-23 Alexandre Terrasatests: add `test_toolcontext`
2014-07-23 Alexandre Terrasatests: add `test_neo`
2014-07-23 Alexandre Terrasatests: introduces `test_prog` a program that build...
2014-07-23 Alexandre Terrasasrc: Introduces `neo` a module for save and load Nit...
2014-07-23 Alexandre Terrasaneo4j: add `save_entity` shortcut in NeoBatch.
2014-07-23 Alexandre Terrasaneo4j: add `with_labels` to load node having multiple...
2014-07-23 Jean Privatlib/standard: assert "/home/../".simplify_path == "/"
2014-07-23 Alexandre Terrasatoolcontext: add `bash_completion` generation option...
2014-07-23 Alexandre Terrasatemplate: add `Template::addn` service
2014-07-23 Alexandre Terrasatoolcontext: provide option `set-dummy-tool` used to...
2014-07-23 Jean Privattests: extends test_opts for grouped single options
2014-07-23 Jean Privattests: add base_virtual_type_fixed.nit
2014-07-23 Jean Privatmodel: introduce `MVirtualType::is_fixed` used indirect...
2014-07-23 Jean Privattyping: remove hack for top-level method `args`
2014-07-23 Jean Privatlib/standard: distinguish `args` and `sys.args`
2014-07-23 Jean Privatopts: fix crash on grouped single options
2014-07-23 Maxime Leroyopts: added possibility to hide an option from the...
2014-07-23 Maxime Leroyopts: added some obvious comments and fixed some syntax
2014-07-23 Jean Privattests: extends base_virtual_type_redef for `is fixed`
2014-07-23 Jean Privatmodel: add annotation `fixed` on virtual types
2014-07-23 Jean Privattests: update for VT check
2014-07-22 Jean PrivatMerge: Fix Android app name
2014-07-22 Jean PrivatMerge: Serialization: use model to get attribute types...
2014-07-22 Jean PrivatMerge: mnit_simple : Refactoring of android modules...
2014-07-22 Jean PrivatMerge: nitmetrics: fix typo in usage text
2014-07-22 Alexis Laferrièreexamples: add an app_name to mnit_moles
2014-07-22 Alexis Laferrièreandroid: fix app_name in res
2014-07-22 Jean Privatmodelize_properties: check redef types in ATypePropdef
2014-07-22 Alexis Laferrièretest: update serialization tests use of attributes...
2014-07-22 Alexis Laferrièremodel: silence warnings on multiple declaration of...
2014-07-22 Alexis Laferrièreserialization: use a post model phase to set expected...
2014-07-22 Alexis Laferrièreserialization: move type_name to AType and apply recurs...
2014-07-22 Alexis Laferrièreserialization: correctly detect generic types
2014-07-22 Alexis Laferrièreserialization: automaticly add Serializable to auto_ser...
2014-07-22 Alexis Laferrièrenitmetrics: fix typo in usage text
2014-07-22 Jean PrivatMerge: fix Int#to_s and migrate Java FFI Int to longs
2014-07-22 Jean PrivatMerge: Add annotation lazy on attributes
2014-07-22 Frédéric Vachonlib/android: Removed simple_android UNDEFINED from...
next