nit.git
2014-04-28 Alexandre Terrasabenches: add benches about nullables things
2014-04-28 Alexandre Terrasanitc: add option --count-isset-checks to count all...
2014-04-28 Alexandre Terrasanitc: renamed --no-check-initialization in --no-check...
2014-04-23 Jean PrivatMerge: `nit_dir` as a service
2014-04-23 Jean Privatmkcsrc: fix a regexp that brokes the reboostrap
2014-04-23 Jean Privattests: update sav related to `cannot find module` errors
2014-04-23 Jean Privatnitunit: learn to use `nit_dir` instead of hardcoding...
2014-04-23 Jean Privatsrc: adapt tools to use `ToolContext::nit_dir` instead...
2014-04-23 Jean Privattoolcontext: add nit_dir service
2014-04-22 Jean PrivatMerge: github_merge tool
2014-04-22 Jean Privattests: add github_merg
2014-04-22 Jean Privatcontrib: add `github_merge` the script I use to produce...
2014-04-22 Jean Privatcontrib/github_search_for_jni: update to use github_api
2014-04-22 Jean Privatlib/github_api: new lib to access the github api
2014-04-22 Jean Privatsimple_json_reader: privately imports lexer&parser
2014-04-22 Jean PrivatMerge: Inkscape tools
2014-04-18 Alexis Laferrièrecontrib/inkscape_tools: update to use a nested module
2014-04-18 Alexis LaferrièreMerge branch 'master' into inkscape-tool
2014-04-18 Jean PrivatMerge: add NativeArray::length
2014-04-18 Jean Privattests: add test_native_array.nit
2014-04-18 Jean Privatniti: implements `NativeArray::length`
2014-04-18 Jean Privatnitg: implements `NativeArray::length`
2014-04-17 Alexis Laferrièretests: add inkscape_tools to testfull.sh
2014-04-17 Alexis Laferrièrecontrib/inkscape_tools: add test for icons
2014-04-17 Alexis Laferrièrecontrib/inkscape_tools: intro the svg_to_icons tool
2014-04-17 Alexis Laferrièrelib: adds support lib for svg_to_png_and_nit tool
2014-04-17 Alexis Laferrièrecontrib: intro the svg_to_png_and_nit project
2014-04-17 Jean Privatlib: add `NativeArray::length`
2014-04-16 Alexis Laferrièrelib: opts add OptionFloat
2014-04-15 Jean PrivatMerge: Shoot for android
2014-04-15 Jean PrivatMerge: Modernize syntax
2014-04-15 Jean Privattests: remove `base_return_assing`
2014-04-15 Jean Privatsrc: remove old-style attribute from src/ (except parser)
2014-04-15 Jean Privatparser: regenerate parser files
2014-04-15 Jean Privatparser: add AHexIntExpr
2014-04-15 Jean Privatparser: split `AIntExpr` and `ADecIntExpr`
2014-04-15 Jean Privatparser: force new style FFI in syntax.
2014-04-15 Jean Privatparser: disable unused `=` shortcut for functions
2014-04-15 Jean Privatparser: allow top-level methods between class definitions
2014-04-15 Jean Privatparser: parentheses in `.as` are optional
2014-04-15 Jean Privatparser: add 'public' keyword
2014-04-15 Jean Privattests: remove usage of old-style getters and setters
2014-04-15 Jean Privatlib: remove usage of old-style getters and setters
2014-04-15 Jean Privatsyntax: remove last usages of `=` in one liner function
2014-04-15 Jean Privatffi: update code with last syntax
2014-04-15 Jean Privattests: update sav/shoot_logic.res
2014-04-15 Jean Privattests: add sav/shoot_android.res
2014-04-15 Jean Privatshoot: use a scale factor to compute the game dimentions
2014-04-15 Jean Privatshoot: add scene to sprites and use it to gather global...
2014-04-15 Jean Privatshoot: specialize scene to add witdth and height
2014-04-14 Jean PrivatMerge: FFI with Java
2014-04-14 Alexis Laferrièrelib/java: improve documentation
2014-04-14 Alexis Laferrièrelib/java: intro JavaObject::new/release_global_ref
2014-04-14 Alexis Laferrièrelib/jvm: rename JObject class to JavaObject
2014-04-14 Alexis Laferrièrelib/jvm: change a C function to a Nit extern method
2014-04-14 Alexis Laferrièretests: adds a test for java strings
2014-04-14 Alexis Laferrièrelib/java: add services to support Java strings
2014-04-14 Jean Privatshoot: control player with `PointerEvent`
2014-04-14 Jean Privatshoot: add Player::going_target
2014-04-14 Jean Privatshoot: make android
2014-04-14 Jean PrivatMerge: Correct detection of property name conflicts
2014-04-11 Jean Privattests: add error_prop_name*
2014-04-11 Jean Privattests: update base_virtual_type_redef.res
2014-04-11 Jean Privatmodelbuilder: correctly detect property name conflicts
2014-04-10 Jean PrivatMerge: Qualified import
2014-04-10 Alexis Laferrièretests: intro tests for the FFI with Java
2014-04-10 Alexis Laferrièrenitg: support compilation of Java files to .jar
2014-04-10 Alexis Laferrièrenitg: intro of the FFI with java
2014-04-10 Jean PrivatMerge: Clean generated parser
2014-04-10 Jean Privatnitg-g: use nitstack by default
2014-04-10 Jean PrivatMerge: Gperf fix
2014-04-10 Jean PrivatMerge: Fix nitdbg_websocket_server
2014-04-09 Jean Privatnitunit: updade usage of get_mmodule_by_name
2014-04-09 Jean Privattest: test qualified importations
2014-04-09 Jean Privatmodelbuilder: use qualified name in imports to import...
2014-04-09 Jean Privatmodelbuilder: split `search_mmodule_by_name` from ...
2014-04-09 Jean Privatmodelbuilder: search_module_in_paths return ModulePath
2014-04-09 Jean Privattests: add sav/nitdbg_websocket_server.res
2014-04-09 Jean Privatnitdbg_websocket_server: fix write
2014-04-09 Jean Privatmodelbuilder: get_mmodule_by_name get a mgroup as context
2014-04-09 Jean PrivatMerge: lib/socket: Bugfix
2014-04-09 Lucas Bajoletnitg: Removed references to gperf in documentation...
2014-04-09 Lucas Bajoletnitg: Overridden gperf since it was slow to generate.
2014-04-09 Jean PrivatMerge: Streamable and Pattern update
2014-04-09 Lucas Bajoletlib/socket: Bugfix, tried to free a static variable...
2014-04-09 Jean Privatparser: regenerate with changes in the grammar and...
2014-04-09 Jean Privatparser: new nullable production `typing_o`
2014-04-09 Jean Privatparser: new production `qclassid` to factorize `qualifi...
2014-04-09 Jean Privatparser: new production `qid` to factorize `qualified...
2014-04-09 Jean Privatparser: accepts `kwredef` in front of importation clauses
2014-04-09 Jean Privatparser: remove useless production `writable2`
2014-04-09 Jean Privatparser: new nullable production `qualified_o`
2014-04-09 Jean Privatparser: new nullable production `extern_code_block_o`
2014-04-09 Jean Privatparser: new nullable production `annotations_o`
2014-04-09 Jean Privatparser: production `annotation_withend` is nullable
2014-04-09 Jean Privatparser: production `params` is nullable
2014-04-09 Jean Privatparser: production `extern_calls` is nullable
2014-04-09 Jean Privatparser: new nullable production `string_o` to factorize...
2014-04-09 Jean Privatparser: new nullable production `kwend_o` to factorize...
2014-04-09 Jean Privatparser: production `formaldefs` is nullable
next