nit.git
2015-11-10 Jean Privattyping: move vararg_length on each argument, instead...
2015-11-07 Jean PrivatMerge: More keepgoing
2015-11-07 Jean PrivatMerge: More contributors
2015-11-07 Jean PrivatMerge: nitcorn: fix bug with binary files
2015-11-07 Alexis Laferrièrelib/nitcorn/examples: customize server listening port
2015-11-07 Alexis Laferrièrelib/nitcorn/examples: rename the simple_file_server...
2015-11-07 Alexis Laferrièrelib/nitcorn: use `files` and thus fix transferring...
2015-11-07 Alexis Laferrièrelib/nitcorn: intro `HttpResponse::files` to append...
2015-11-07 Alexis Laferrièrelib/libevent: add `read|write_buffer`
2015-11-07 Alexis Laferrièrelib/libevent: implement missing `write_bytes` in `Conne...
2015-11-07 Alexis Laferrièrelib/libevent: update write_file
2015-11-07 Jean Privatlib/core: fill `package.more_contributors` metadata...
2015-11-07 Jean Privatnitcorn: improve the README a little
2015-11-07 Jean Privattests: improve error tests on --keep-going by adding...
2015-11-07 Jean Privattyping: skip error message when dealing with bottom...
2015-11-07 Jean Privatsrc: use `toolcontext.quit` instead of rogue `exit`
2015-11-07 Jean Privattoolcontext: add `ToolContext::quit` to perform a corre...
2015-11-07 Jean Privattyping: AForBlock propagates error to the main AForExpr
2015-11-07 Jean Privatmodelize_class: do not rely on number of errors since...
2015-11-07 Jean Privatnitcorn: add package.more_contributors metadata
2015-11-07 Jean Privatnitcatalog: implements `package.more_contributors`...
2015-11-07 Jean PrivatMerge: JSON fix
2015-11-06 Lucas Bajolettests: Updated existing + added new test for escaping...
2015-11-06 Lucas Bajolettext/ropes: Fix broken byte iterator in Buffer
2015-11-06 Lucas Bajolettext/ropes: Fixed `RopeBuffer::add` when dealing with...
2015-11-06 Lucas Bajoletjson/static: Replaced uses of write_to_string by to_s...
2015-11-06 Lucas Bajoletjson/static: Fixed Unicode escaping in JSON read code
2015-11-06 Lucas Bajoletcore/flat: Fix bug in `FlatBuffer::substring`
2015-11-06 Lucas Bajoletcore/text: Added UTF-16 escape coding/decoding methods
2015-11-06 Jean PrivatMerge: Introduced xoring of String and a sequence of...
2015-11-05 Philippe Pepos... Optimized SequenceRead instantiation with fixed length...
2015-11-05 Philippe Pepos... Moved crypto services from String to Text
2015-11-05 Philippe Pepos... Introduced xoring of String and a sequence of Bytes
2015-11-05 Jean PrivatMerge: Intro `Task` and use in for Android's `run_on_ui...
2015-11-05 Jean PrivatMerge: lib/gtk: add services from GTK+ 3.10 and rename...
2015-11-04 Alexis Laferrièrecontrib/nitester: rename local class Task to TesterTask
2015-11-03 Alexis Laferrièretests & lib/ui: update gtk users
2015-11-03 Alexis Laferrièrelib/gtk: intro threading system of GDK
2015-11-03 Alexis Laferrièrelib/gtk: add more services to gtk_core
2015-11-03 Alexis Laferrièrelib/gtk: intro new services from GTK+ 3.10
2015-11-03 Alexis Laferrièrelib/gtk: rename gtk life-cycle methods, and other,...
2015-11-03 Alexis Laferrièretests: update tests relying on the content of core
2015-11-03 Alexis Laferrièrelib/android: intro `NativeActivity::run_on_ui_thread`
2015-11-03 Alexis Laferrièrelib/core: intro `Task`
2015-10-31 Jean Privatversion 0.7.9 v0.7.9
2015-10-29 Jean PrivatMerge: Bench strings update
2015-10-29 Jean PrivatMerge: Robust Virtual Type
2015-10-29 Jean PrivatMerge: lib/trees: more services and documentation
2015-10-29 Lucas Bajoletbenches: String benches now produce line graphs, HTML...
2015-10-29 Lucas Bajoletbench_plot.sh: Fix indentation in prepare_res
2015-10-29 Lucas Bajoletbench_plot: Added line-producing plot functions
2015-10-29 Jean PrivatMerge: nitc can inline redefinitions with -D
2015-10-29 Jean Privattests: add error_redef_vt
2015-10-29 Jean Privattests: update sav for VT related tests
2015-10-29 Jean Privatmodelize: Gracefully handle virtual types without defin...
2015-10-29 Jean Privatmodelizey: continue processing broken redef virtual...
2015-10-29 Jean Privatmodelize_property: use bottom type to mark invalid...
2015-10-29 Jean Privatmodel: in case of error, methods of MVirtualType return...
2015-10-29 Jean Privatmodel: handle BottomType in `is_subtype`
2015-10-28 Jean Privattests: test nitc with -D and --semi-global
2015-10-28 Jean Privatabstract_compiler: can inline methods with `constant_va...
2015-10-28 Jean PrivatMerge: examples/shoot: fix typo in shoot_linux synopsys
2015-10-28 Jean PrivatMerge: introduce nit_env.sh to setup the shell environement
2015-10-27 Alexandre Terrasaexamples/shoot: fix typo in shoot_linux synopsys.
2015-10-26 Jean PrivatMakefile: talk about nit_env.sh after successful `make...
2015-10-26 Jean PrivatREADME: document nit_env.sh
2015-10-26 Jean Privatmisc: add `nit_env.sh` to auto-magically configure...
2015-10-26 Jean PrivatMerge: benitlux: produce better reports
2015-10-26 Jean PrivatMerge: Update readme
2015-10-26 Jean PrivatMerge: Opportunity: intro ∇ ratio
2015-10-24 Alexandre Terrasalib/trees: enhance AbstractTreeNode documentation
2015-10-24 Alexandre Terrasalib/trees: add generic and usefull services in TreeMapNode
2015-10-24 Alexandre Terrasalib/trees: clean whitespaces
2015-10-23 Alexis Laferrièrecontrib/benitlux: select the width of the report with...
2015-10-23 Alexis Laferrièrecontrib/benitlux: report shows beers available between...
2015-10-23 Alexis Laferrièrelib: intro Collection::has_any
2015-10-22 Jean PrivatMerge: Less null warnings in src/
2015-10-22 Jean PrivatMerge: More lib/html optimizations
2015-10-22 Jean PrivatDeprecate the Changelog.
2015-10-22 Jean Privatupdate root README
2015-10-22 Jean PrivatMakefile: `all` generate manpages as `pandoc` is no...
2015-10-22 Jean PrivatMerge: Generalize `MModule::is_fictive` to any entity
2015-10-22 Jean PrivatMerge: Cleanup and synchronize options in manpages
2015-10-22 Jean PrivatMerge: Introduce model_visitor
2015-10-22 Jean Privatmodelviz: make the LinexComparator more robust by getti...
2015-10-22 Jean Privatmodel_viz: handle groups without filepaths.
2015-10-22 Jean Privatmodel: hint the semantize phases that `exit` does not...
2015-10-22 Jean Privatniti: protect some NPE errors
2015-10-22 Jean Privatglobal_compiler: remove a useless local variable
2015-10-22 Jean Privatsrc: remove some `call on nullable` warning with a...
2015-10-21 Alexis Laferrièreopportunity: intro pizza ratio
2015-10-21 Alexis Laferrièreoppurtunity: focus on #new_name
2015-10-21 Alexis Laferrièreopportunity: count entries in JavaScript on load
2015-10-21 Jean PrivatMerge: remove some unwanted files
2015-10-21 Jean PrivatMerge: Fix `-e` and `-n` on nit
2015-10-21 Jean Privatmodel_visitor: skip fictive entities by default
2015-10-21 Jean Privatmodelize: special lazy attribute is tagged fictive
2015-10-21 Jean Privatmodel: move-up `is_fictive` from MModule to MEntity
2015-10-21 Jean Privattests: skip test_model_visitor on nitc --global
2015-10-21 Jean Privatsrc/nituml: fix `Model::tpl_*` since it is now a MEntity
next