nit.git
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-10 Jean PrivatMerge: Qualified import
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...
2014-04-04 Alexis Laferrièretests: fix fixme/sav of base_gen_reassign for nitg...
2014-04-04 Alexis LaferrièreMerge branch 'privat' into numbers
2014-04-04 Jean PrivatMerge: lib/string: some cleaning, doc and unit tests
2014-04-04 Alexis Laferrièrelib: clean up .args
2014-04-04 Jean Privatballz: do not use --no-stacktrace in Makefile
2014-04-04 Jean Privatnitg: merge `-no-stacktrace` and `-nit-stacktrace`...
2014-04-04 Jean Privatsrc/comp: force at least on entry in the trace-hashmap.
2014-04-04 Alexis Laferrièretests: adds sav for sdl, mnit_display, mnit_inputs
2014-04-04 Alexis Laferrièrelib/sdl & opengles1: fix pkgconfig usage
2014-04-04 Alexis Laferrièrelib/sdl: move sdl out of mnit_linux
2014-04-04 Alexis Laferrièrelib: move mnit::display|input out of mnit
2014-04-04 Alexis Laferrièrelib/sdl: fix implementation of SDLImage::is_ok
2014-04-04 Alexis Laferrièrelib/sdl: do not specify extern types in sub classes
2014-04-04 Alexis Laferrièrelib/sdl: remove unused SDLImage::partial
2014-04-04 Alexis Laferrièrelib/sdl: remove empty SDLRectangle::destroy (we have...
2014-04-04 Alexis Laferrièrelib/sdl: fix coding style
2014-04-04 Alexis Laferrièremodel: fix all extern classes are sub classes of Pointer
2014-04-04 Alexis Laferrièretests: fix fixme/sav of nitg-g and nitg-e for base_gen_...
2014-04-04 Jean Privatlib/string: privatize `StringCharView` and cie.
2014-04-04 Jean Privatlibs/collection: implements `reverse_iterator` in Array...
2014-04-04 Jean Privatlib/collection: generalize `reverse?_iterator_from...
2014-04-04 Jean Privatlib/string: remove `StringCharView:has` and `StringChar...
2014-04-04 Jean Privatlib/strings: remove redefinition `FlatString#[]`
2014-04-04 Jean Privatlib/string: fast implem for reverse
2014-04-04 Jean Privatlib/string: teach clients to use non deprecated services.
2014-04-04 Jean Privatlib/string: StringCharView is no more comparable
2014-04-04 Jean Privatlib/string: some cleaning, doc and unit tests
2014-04-04 Jean PrivatMerge: contrib-pep8analysis
2014-04-04 Jean Privattests: skip tests that fail because of #375
2014-04-04 Jean PrivatMerge: Some FFI cleanup
2014-04-04 Jean PrivatMerge: Config related services in EGL
2014-04-03 Jean PrivatMerge: Nitgs optims
2014-04-03 Jean Privatffi: remove old Cproproc symbol NONITCNI
2014-04-03 Jean Privatffi: merge `finalize_ffi` and `finalize_nitni`
2014-04-03 Alexis Laferrièrelib/egl: add EGLConfigAttribs.buffer|blue|green|red...
2014-04-03 Alexis Laferrièrelib/egl: add EGLConfigAttribs::conformant and related...
next