nit.git
2014-08-14 Jean Privatnitgg: use is_toplevel instead of heuristics to not...
2014-08-13 Jean PrivatMerge: lib: introduce module hash_debug
2014-08-13 Jean PrivatMerge: Deserialize generics with nitserial
2014-08-13 Jean PrivatMerge: cleanup --no-check-*
2014-08-13 Jean PrivatMerge: Optimize usage of the chars of a string
2014-08-13 Alexis Laferrièretests: nitg-e doesn't know the full type of generics...
2014-08-13 Alexis Laferrièretests: test a module generated by `nitserial`
2014-08-13 Alexis Laferrièretests: test nitserial itself
2014-08-13 Alexis Laferrièretests: extend test_deserialization with generics
2014-08-13 Alexis Laferrièrenitserial: intro a support tool to deserialize generic...
2014-08-13 Alexis Laferrièrelib/json_serialization: support Arrays
2014-08-13 Alexis Laferrièrelib/string: use indexed access to chars instead of...
2014-08-13 Jean Privatcomp: add --no-check-all
2014-08-13 Jean Privatcomp: rename --no-check-other to --no-check-null, becau...
2014-08-13 Jean Privatnitgg: correclty disable attr check with --no-check...
2014-08-13 Jean PrivatMerge: Ai search
2014-08-13 Jean PrivatMerge: Intent: An android API to launch activities...
2014-08-13 Jean PrivatMerge: UTF-8 Strings without index
2014-08-13 Jean PrivatMerge: Memcpy -> memmove
2014-08-13 Jean PrivatMerge: Finalizing Nit objects on garbage collection
2014-08-13 Jean Privatlib: introduce module hash_debug
2014-08-13 Frédéric Vachonlib/android: Removed deprecated `super Serializable`
2014-08-13 Frédéric Vachonlib/android: Fixes audio module tests
2014-08-13 Frédéric Vachonlib/android: Bundle API JNI error fix
2014-08-13 Frédéric Vachonlib/android: Added Intent API tests to mnit_simple
2014-08-12 Alexis Laferrièrelib: use a simple iteration in `html_escape` and move...
2014-08-12 Alexis Laferrièretests: test finalization effect
2014-08-12 Alexis Laferrièrenitg & lib: intro `Finalizable` to be called when an...
2014-08-12 Jean Privatlib/ai: add the n-puzzle problem as an example of search
2014-08-12 Jean Privatlib/ai: add search.nit as the second module
2014-08-12 Lucas Bajoletnitg: Replace memcpy by memmove for safety.
2014-08-12 Lucas Bajoletlib/string_exp/utf8_no_index: Updated README
2014-08-12 Lucas Bajoletutf8_noindex/tests: Added a test for utf8 without index...
2014-08-12 Lucas Bajoletlib/string_exp/utf8_no_index: FlatBuffer is compatible...
2014-08-11 Jean PrivatMerge: AI backtrack
2014-08-11 Jean Privatfriendz: add solver_cmd for solve from command line
2014-08-11 Jean Privatfriendz: use ai::backtrack instead of the ad-hoc solver
2014-08-11 Jean Privatlib/ai: add the eight-queen problem as an example
2014-08-11 Jean Privatlib/ai: introduce the ai library with `backtrack` as...
2014-08-11 Frédéric Vachonlib/android: Intro of the Android Intent API
2014-08-08 Jean PrivatMerge: Compare arrays
2014-08-08 Jean PrivatMerge: lib/trees: improve bintrees efficiency
2014-08-08 Jean PrivatMerge: Improve Floats perfs
2014-08-08 Jean PrivatMerge: Reactivate shortcut range
2014-08-08 Jean Privattests: update because line changes in errors.
2014-08-08 Jean Privatlib/std: add ArrayCmp to easily compare arrays of compa...
2014-08-08 Jean Privatlib/std: add fast implementation for Array::==
2014-08-08 Jean Privattransform: do not transform rranges in for; this reacti...
2014-08-08 Jean Privattests: update sav related to lines in kernel
2014-08-08 Jean Privatcomp: shortcut-range work also on closed ranges
2014-08-08 Jean Privatcomp: fix shortcut-range (succ was removed)
2014-08-08 Jean Privatlib/std: Float has their own `==` and Comparable-relate...
2014-08-07 Lucas Bajoletlib/string_exp/utf8_no_index: Bytelen now defined in...
2014-08-07 Lucas Bajoletlib/string_exp/utf8_no_index: Adapted String methods...
2014-08-07 Lucas Bajoletlib/string_exp/utf8_no_index: Added char_at, does the...
2014-08-07 Lucas Bajoletlib/string_exp/utf8_no_index: Added new constructor...
2014-08-07 Lucas Bajoletlib/string_exp/utf8_no_index: Introducing utf8 variant...
2014-08-07 Jean PrivatMerge: jwrapper: New features added
2014-08-07 Jean Privatlib/trees: improve bintrees efficiency
2014-08-07 Jean PrivatMerge: Sys.run
2014-08-07 Frédéric Vachoncontrib/jwrapper: Added jwrapper.res to sav
2014-08-07 Jean PrivatMerge: Improve hash perfs
2014-08-07 Frédéric Vachoncontrib/jwrapper: Added README
2014-08-07 Frédéric Vachoncontrib/jwrapper: Auto-generate licence
2014-08-07 Jean PrivatMerge: tests: remove duplicated contrib tests from...
2014-08-07 Jean PrivatMerge: A few Java and Android fixes
2014-08-07 Frédéric Vachoncontrib/jwrapper: Added basic UI
2014-08-07 Frédéric Vachoncontrib/jwrapper: Retrieves existing extern classes...
2014-08-07 Jean Privattests: update sav because line changes in standard...
2014-08-07 Jean Privatlib/std: improve implementation of `Set.hash` and ...
2014-08-07 Jean Privatlib/std: better policy for enlarging HashCollection
2014-08-06 Jean Privattests: update because line changes in kernel.nit
2014-08-06 Jean Privattests: add base_redef_run
2014-08-06 Jean Privatlib/kernel: introduce `Sys::run` as the entry point...
2014-08-06 Jean Privatengines: the entry point is `sys.run` or else `sys...
2014-08-06 Jean Privatlib/std: more efficient Collection::to_a
2014-08-06 Alexis Laferrièrelib/java: move up `to_java_string` from `String` to...
2014-08-06 Alexis Laferrièrejava: allow code block inside generated class (works...
2014-08-06 Alexis Laferrièreandroid: compile C code with an "infinity" of threads...
2014-08-06 Alexis Laferrièreandroid: fix min/max/taget_api_version annotation reduce
2014-08-06 Jean Privattests: remove duplicated contrib tests from testfull
2014-08-05 Jean PrivatMerge: vim: allow spell check on string literals and...
2014-08-05 Jean Privatvim: allow spell check on string literals and comments.
2014-08-05 Jean Privatlib/realtime: Add Timespec::to_f (and to_s) so one...
2014-08-04 Jean PrivatMerge: sendmail & detect programs in path (also used...
2014-08-04 Jean PrivatMerge: lib/standard: rework and factorise queues and...
2014-08-04 Jean PrivatMerge: introduce and use MModuleData
2014-08-04 Jean Privattests: base_user_annotation4 for multiple annotation...
2014-08-04 Jean Privatcheck_annotation: warn if a module declares again annot...
2014-08-04 Jean Privattests: updates for user-declated annotations
2014-08-04 Jean Privatlib: add user-declared annotations on some modules
2014-08-04 Jean Privatsrc: new phase check_annotation
2014-08-04 Jean Privatandroid: remove priority_annotation_on_modules and...
2014-08-04 Jean Privatannotation: add lookup_annotation_on_modules and relate...
2014-08-04 Jean Privatlib/standard: rework and factorise queues and heaps.
2014-08-04 Alexis Laferrièrelib: intro the sendmail module
2014-08-04 Jean Privatversion 0.6.7 v0.6.7
2014-08-04 Jean PrivatMerge: Add and icon, an app name and a version for...
2014-08-04 Jean PrivatMerge: Minor fixes to the Android support
2014-08-01 Alexis Laferrièreinkscape_tools: detect if inkscape is installed
next