nit.git
2014-08-12 Lucas Bajoletnitg: Replace memcpy by memmove for safety.
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-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 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
2014-08-01 Alexis Laferrièrelib: intro `program_is_in_path`
2014-07-31 Jean PrivatMerge: Tnitter
2014-07-31 Alexis Laferrièrecontrib: intro of tnitter
2014-07-31 Alexis Laferrièrenitcorn: harden request processing
2014-07-31 Alexis Laferrièrenitcorn: force delete session cookie when no session...
2014-07-31 Alexis Laferrièremnit_moles: add git version to moles version
2014-07-31 Alexis Laferrièremnit_ballz: add app_name and icon
2014-07-31 Jean Privatannotation: move collect_annotations_on_modules from...
2014-07-31 Jean Privatsrc: use `get_annotations` instead of `collect_annotati...
2014-07-31 Jean Privatmodel: add mmodule_data
2014-07-31 Alexis Laferrièreandroid: copy the extra java files to the right directory
2014-07-31 Alexis Laferrièrelib/android: precise that Java FFI errors are failures
2014-07-31 Jean PrivatMerge: Icons on Android
2014-07-31 Jean PrivatMerge: Clean some imports
2014-07-31 Jean Privatposet: add select_smallest and select_greatest
2014-07-30 Alexis Laferrièredino: add icon
2014-07-30 Alexis Laferrièremoles: add icon
2014-07-30 Alexis Laferrièreandroid: alwas generate `res/values/string.xml` if...
2014-07-30 Alexis Laferrièreandroid: search for an icon in the res folder
2014-07-30 Jean PrivatMerge: Toplevel for sys and exit
2014-07-30 Jean PrivatMerge: Android annotations and longs
2014-07-30 Jean PrivatMerge: The Web server nitcorn, libevent and others
2014-07-30 Jean Privatpnacl: redef exit as a top-level
2014-07-30 Jean Privattests: update sav/base_gen_reassign because line change...
2014-07-30 Jean Privatsrc: remove some useless import
2014-07-30 Jean Privatmodelbuilder: TODO, check for useless importation
2014-07-30 Alexis Laferrièrejava: cast arguments passed to JNI
2014-07-30 Alexis Laferrièreexamples: remove annotations used to avoid bug in mnit_...
2014-07-30 Alexis Laferrièreandroid: fix priority annotations bug
2014-07-30 Alexis Laferrièreexamples: add two nitcorn examples
2014-07-30 Alexis Laferrièrelib: intro the web server nitcorn
2014-07-30 Alexis Laferrièrelib: intro libevent
2014-07-30 Alexis Laferrièrelib: intro Text::split_once_on
2014-07-30 Alexis Laferrièrelib: intro `Text::is_hex`
2014-07-30 Alexis Laferrièrelib: intro percent encoding/decoding methods
2014-07-30 Alexis Laferrièrelib/sqlite3: fix empty row on select without results
2014-07-30 Alexis Laferrièrelib/sqlite3: fix conversion of NativeString to String
2014-07-30 Alexis Laferrièrelib/sqlite3: add the service `String::to_sql_string`
2014-07-30 Jean Privatparser: do not export tables
next