nit.git
2015-01-04 Alexis Laferrièrecontrib/friendz: manage zoom at the application level
2015-01-04 Alexis Laferrièremnit: update all clients of `mnit_android` with custom...
2015-01-03 Jean Privatno_warning: modules without a module clause do not...
2015-01-03 Jean Privatloader: make `mmodule2nmodule` private
2015-01-03 Jean Privatsrc: client of `mmodule2nmodule` now use `mmodule2node`
2015-01-03 Jean Privatloader: new method `ModelBuilder::mmodule2node` to...
2015-01-03 Jean Privatlib/array: remove unused&deprecated `Arrray::intern_items`
2015-01-03 Alexis Laferrièreandroid: extract landscape and portrait configs from...
2015-01-03 Alexis Laferrièrecontrib/friends: add icon for Android
2015-01-03 Alexis Laferrièrecontrib/friendz: give credit to Sam Hocevar for the...
2015-01-03 Alexis Laferrièreandroid: add `AndroidPointerEvent::just_went_down`...
2015-01-03 Alexis Laferrièreandroid: add doc and fix warnings in `input_events`
2015-01-03 Alexis Laferrièreandroid: update style of `input_events`
2015-01-03 Alexis Laferrièreandroid: extract Android input events from `mnit_android`
2015-01-03 Jean Privatversion 0.7 v0.7
2015-01-02 Jean Privattests: update sav/error_annot_c_compiler_alt6.res
2015-01-02 Alexis Laferrièrelib/glesv2: update example
2015-01-02 Alexis Laferrièrelib/glesv2: intro features related to glEnable and...
2015-01-02 Alexis Laferrièrelib/glesv2: intro `read_pixels`
2015-01-02 Alexis Laferrièrelib/glesv2: intro `blend_func` and `depth_func`
2015-01-02 Jean Privattests: update test_exec.nit
2015-01-02 Jean Privatlib/exec: if `execvp` fails, just `_exit` instead of...
2015-01-02 Alexis Laferrièrelib/glesv2: intro depth_range, depth_mask, polygon_offs...
2015-01-02 Alexis Laferrièrelib/glesv2: add some doc to `GLError`
2015-01-02 Alexis Laferrièrelib/glesv2: intro some glTexParameter related features
2015-01-02 Alexis Laferrièrelib/glesv2: intro culling related features
2015-01-02 Alexis Laferrièrelib/glesv2: use `GLES` to cleanly organize top level...
2015-01-02 Alexis Laferrièrelib/glesv2: intro GLEnum and subclass GLError and GLFlo...
2015-01-02 Alexis Laferrièrelib/glesv2: simplify implementation of `GLShader::source=`
2015-01-02 Jean Privatcompiler: erasure use `ctype_extern` to box stuff
2015-01-02 Jean Privatgc_chooser: avoid `undeclared gc_register_finalizer...
2014-12-30 Alexandre Terrasacontrib/nitiwiki: fixes nitiwiki warnings
2014-12-29 Jean-Christophe... neo4j/graph: Enlarge in advance when loading from JSON.
2014-12-29 Jean-Christophe... neo4j/graph: Add a JSON storage mechanism.
2014-12-29 Jean-Christophe... neo4j/graph: Implement optimization services of `Sequen...
2014-12-29 Jean-Christophe... neo4j/graph: Optimize some services of `SequentialNodeC...
2014-12-29 Jean-Christophe... neo4j/graph: Add a sequential identification scheme.
2014-12-29 Jean-Christophe... neo4j/graph: Add Neo4j as a storage mechanism.
2014-12-29 Jean-Christophe... neo4j/graph: Add optimization methods.
2014-12-29 Jean-Christophe... neo4j/graph: Add node removal methods.
2014-12-29 Jean-Christophe... neo4j: Add an API for graphs.
2014-12-29 Jean-Christophe... neo4j: Remove `json_store`.
2014-12-29 Jean-Christophe... progression: Add an API for progression tracking.
2014-12-29 Jean-Christophe... stream: Optimize `StringIStream.read_all`
2014-12-29 Jean-Christophe... pipeline: Add `NullSkipper`.
2014-12-29 Jean-Christophe... json: Factorize the trivial implementation of `to_json`.
2014-12-29 Jean PrivatMerge: Minor Modifications to GTK3
2014-12-28 Jean PrivatMerge: Optimize `Array::add_all`
2014-12-28 Jean Privatloader: add `parse_full` to load all their modules...
2014-12-28 Jean Privatcompiler: rename the class `Frame` to `StaticFrame...
2014-12-28 Jean Privatlib/unicode: Rename a class `UnicodeChar` to `UTF8Char...
2014-12-28 Jean Privatmodel: remove a last bit of old module nesting hierarchy
2014-12-27 Alexis Laferrièretests: update line number in sav file of `test_new_nati...
2014-12-27 Alexis Laferrièrelib/standard: optimize `Array::add_all`
2014-12-27 Alexis Laferrièretests: intro a bench test for Array::add_all
2014-12-27 Alexis Laferrièrelib/gtk: fix import from `GtkEntry::text`
2014-12-27 Alexis Laferrièrelib/gtk: add `GtkWidget::destroy|show|hide` and avoid...
2014-12-27 Alexis Laferrièrelib/gtk: add `GtkBox` to containers hierarchy
2014-12-27 Alexis Laferrièrelib/socket: report errors on `setsockopt` and close...
2014-12-27 Alexis Laferrièrelib/socket: `PollFD` is `FinalizableOnce`
2014-12-27 Alexis Laferrièrelib/socket: make `NativeSocketPollFD` a pointer
2014-12-27 Alexis Laferrièrelib/socket: remove ISDN related services as they are...
2014-12-27 Alexis Laferrièrelib/gc: intro `FinalizableOnce`
2014-12-27 Jean Privatphase: make `phases_list` lazy because of run_phases_on...
2014-12-27 Jean Privatphase: new option --sloppy for lazy semantic analysis
2014-12-27 Jean Privatmodelize: `mpropdef2node` and `collect_attr_propdef...
2014-12-27 Jean Privatphase: add `semantize_is_lazy` flag to enable the separ...
2014-12-27 Jean Privatcompiler: move compilation stuff from modelbuilder...
2014-12-27 Jean Privatcompiler: do not crash on fallback ffi with `extern...
2014-12-25 Jean PrivatMerge: neo_doxygen: Enhance description handling
2014-12-24 Jean PrivatMerge: lib/socket: fix, update style and intro features
2014-12-23 Alexis Laferrièrelib/socket: update socket clients
2014-12-23 Alexis Laferrièrelib/socket: add an easier server example
2014-12-23 Alexis Laferrièrelib/socket: update examples to the latest API
2014-12-23 Alexis Laferrièrelib/socket: minimal update to `SocketObserver` API...
2014-12-23 Alexis Laferrièrelib/socket: intro `flush` and `blocking=`
2014-12-23 Alexis Laferrièrelib/socket: distinguish `TCPServer` from `TCPStream`
2014-12-23 Jean PrivatMerge: neo_doxygen: location does not need noe4j
2014-12-23 Jean PrivatMerge: More no warning
2014-12-22 Alexis Laferrièrelib/socket: intro `NativeSocket::non_blocking` and...
2014-12-22 Alexis Laferrièrelib/socket: clean up `native_accept` to better manage...
2014-12-22 Alexis Laferrièrelib/socket: replace `NativeSocketAcceptResult` by a...
2014-12-22 Alexis Laferrièrelib/socket: rename prefix `FF` to `Native` per latest...
2014-12-22 Alexis Laferrièrelib/socket: update style of the native module & move...
2014-12-22 Alexis Laferrièrelib/socket: use standard type names instead of local...
2014-12-21 Jean-Christophe... neo_doxygen: Add an API to process description markup.
2014-12-21 Jean-Christophe... html: Add missing documentation.
2014-12-21 Jean-Christophe... neo_doxygen: Add a section about brief descriptions...
2014-12-21 Jean-Christophe... neo_doxygen: Add a class to manage brief descriptions.
2014-12-21 Jean-Christophe... neo_doxygen: Enable `JAVADOC_AUTOBRIEF` on Java tests.
2014-12-21 Jean-Christophe... neo_doxygen: Rename the `doc` module.
2014-12-21 Jean-Christophe... neo_doxygen: Document implicit classes.
2014-12-21 Jean-Christophe... neo_doxygen: Document modules.
2014-12-20 Jean Privatneo_doxygen: location does not need noe4j
2014-12-20 Jean Privatjson: regenerate with new `no_warning`
2014-12-20 Jean Privatffi: fix phase dependencies
2014-12-20 Jean Privatnitcc: add `no_warning` when generating files
2014-12-20 Jean Privatpep8analysis: add `no_warning` to generated files
2014-12-20 Jean Privatno_warning: automatically disable `missing-doc` on...
2014-12-20 Jean Privatfrontend: handle no-warnings before starting a modelize...
next