nit.git
2015-01-08 Jean PrivatMerge: null as receiver
2015-01-08 Jean PrivatMerge: Less fixme and todo
2015-01-07 Jean PrivatMerge: jwrapper: use the latest Java collections and...
2015-01-07 Jean PrivatMerge: No abort() on bad execvp
2015-01-07 Jean PrivatMerge: Tools works with groups
2015-01-07 Jean Privattests: yet another update of sav/test_new_native_alt1.res
2015-01-07 Jean Privatcomplier: `--direct-call-monomorph` works with construc...
2015-01-07 Jean Privatcompiler: fix the signature of `add_extern`
2015-01-07 Jean Privatloader: having no `module` clause is not a warning
2015-01-06 Alexis Laferrièrecontrib/jwrapper: update README and remove TODO list...
2015-01-06 Alexis Laferrièrecontrib/jwrapper: do not add `redef type SELF...` to...
2015-01-06 Alexis Laferrièrecontrib/jwrapper: search for more extern classes
2015-01-06 Alexis Laferrièrecontrib/jwrapper: default name of Java primitive arrays...
2015-01-06 Alexis Laferrièrecontrib/jwrapper: remove hack to copy arrays
2015-01-06 Jean PrivatMerge: Reject arrays of null
2015-01-06 Jean PrivatMerge: Do compilation
2015-01-06 Jean PrivatMerge: Lazy semantize
2015-01-06 Jean Privattools: use `parse_full` in nitdoc, nitlight, nitmetrics...
2015-01-05 Jean PrivatMerge: Support for Java arrays, Java libs on Android...
2015-01-05 Jean PrivatMerge: Better & playable Chainz of Friendz on Android...
2015-01-05 Jean PrivatMerge: More OpenGL ES 2.0 features
2015-01-05 Alexis Laferrièreandroid: add the Google cardboard support module
2015-01-05 Alexis Laferrièreandroid: copy user libs folder to the android project
2015-01-05 Alexis Laferrièrelib/java: add some Java collections
2015-01-05 Alexis Laferrièrecontrib/friendz: do not show a cursor
2015-01-05 Alexis Laferrièrecontrib/friendz: use the correct next level on "continue"
2015-01-05 Alexis Laferrièrecontrib/friendz: use `app:data_store` to keep best...
2015-01-05 Alexis Laferrièrecontrib/friendz: gitignore and clean the res folder
2015-01-05 Jean PrivatMerge: no_warning: modules without a module clause...
2015-01-05 Jean PrivatMerge: Android: extract input_events and clean up
2015-01-05 Jean PrivatMerge: Less CC warnings
2015-01-05 Jean Privattests: add base_null.nit
2015-01-05 Jean Privatseparate_compiler: `shortcut_equate` works on `is_same_...
2015-01-05 Jean Privattyping&engines: accept `is_same_instance` on `null`
2015-01-05 Jean Privatrta: `live_targets` do not crash when the receiver...
2015-01-05 Jean Privatcompiler: accept `null` as a *maybenull* receiver
2015-01-05 Jean Privattyping: accept `null` as a receiver for some methods...
2015-01-05 Jean Privattyping: remove useless error on null receiver. `get_met...
2015-01-05 Jean Privatcompiler: create var in `shortcut_equate` only if needed
2015-01-04 Jean Privattests: extends base_array to test `[null, null]`
2015-01-04 Jean Privattyping: reject literal arrays made of `null` (because...
2015-01-04 Alexis LaferrièreJava FFI: support array in extern types
2015-01-04 Alexis Laferrièremnit: completely remove `mnit_zoom`
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-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-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 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...
next