nit.git
2014-05-08 Alexis Laferrièremigration: update lib and contribs to use ::json
2014-05-08 Alexis Laferrièrelib/json: intro the main module json.nit
2014-05-08 Alexis Laferrièrelib/json: improve doc of the static module
2014-05-08 Alexis Laferrièrelib/json: privatly import lexer and parser
2014-05-08 Alexis Laferrièrelib: intro the friendlier to use json::dynamic
2014-04-25 Alexis Laferrièrelib: rename simple_json_reader as json::static
2014-04-25 Alexis Laferrièrelib: retire the old 'json' module based on libjson0
2014-04-22 Alexis Laferrièrelib/simple_json_reader: support for Parser errors too
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
2014-04-09 Jean Privatparser: production `implicit_main_class` is nullable
2014-04-09 Jean Privatparser: clean and factorize services in parser_prod
2014-04-08 Lucas Bajoletstdlib/streams: Streamable now working on any Text...
2014-04-08 Lucas Bajoletstdlib/pattern: Rendered Pattern compatible with all...
2014-04-08 Jean PrivatMerge: nitg: use libunwind instead of gperf by default...
2014-04-08 Jean Privatnitg: use libunwind instead of gperf by default for...
2014-04-08 Jean Privattests: update base_gen_reassign for nitg-e
2014-04-08 Jean PrivatMerge: Numeric, a super-class to Int and Float
2014-04-07 Jean PrivatMerge: nitg: activate nit-stacktrace by default
2014-04-07 Jean PrivatMerge: Websockets
2014-04-07 Lucas Bajoletinterpreter: Fix, removed a useless condition in call.
2014-04-07 Lucas Bajoletlib/socket: Added more documentation on Socket class...
2014-04-07 Lucas Bajoletdebugger: Added Websocket compatible implementation...
2014-04-07 Lucas Bajoletlib/websocket: Added sample code for a Websocket server
2014-04-07 Lucas Bajoletlib/websockets: Added basic support for Websockets
2014-04-07 Lucas Bajoletlib/standard: Added errno and strerror bindings to...
2014-04-07 Lucas Bajoletlib/sockets: Improved and fixed bugs in implementation...
2014-04-07 Jean PrivatMerge: Extract sdl, mnit_display and mnit_input from...
2014-04-07 Lucas Bajoletlib/socket: Added sockopts to socket lib
2014-04-07 Lucas Bajoletlib/socket: Changed error handling with sockets
2014-04-07 Jean PrivatMerge: Contrib: Github search tool to find JNI using...
next