nit.git
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...
2014-04-03 Alexis Laferrièrelib/egl: add EGLConfigAttribs::caveat and related services
2014-04-03 Alexis Laferrièretests: migrate tests using Char::+|- and Int::succ...
2014-04-03 Alexis Laferrièrelib/egl: fix type cast and warnings
2014-04-03 Jean Privatballz: rename to `ballz_android` so tests can check it
2014-04-03 Jean PrivatMerge: Improvements to Moles
2014-04-03 Alexis Laferrièrelib: intro Number::zero and Number::is_zero
2014-04-03 Alexis Laferrièrelib: move up to_f and to_i in Number
2014-04-03 Alexis Laferrièrenitg & niti: remove intern methods succ, prec and Char...
2014-04-03 Alexis Laferrièrelib: intro the Numeric class
2014-04-03 Alexis Laferrièrec_src: update with new intern methods
2014-04-03 Alexis Laferrièrenitg & niti: add intern methods `successor` and `predec...
2014-04-03 Alexis Laferrièretests: add github_search_for_jni to testfull.sh
2014-04-03 Alexis Laferrièrecontrib: intro of a script to find projects using the...
2014-04-02 Alexis Laferrièrelib/curl: add support for setting the user agent
2014-04-02 Alexis Laferrièrelib/curl: prevent C warnings on callbacks
2014-04-02 Alexis Laferrièrejson grammar: fix support for empty strings
2014-04-02 Alexis Laferrièrelib/simple_json_reader: display better error messages...
2014-04-02 Jean Privatffi: move a lot of code and services from AModule to...
2014-04-02 Jean Privatcompiler_ffi: remove `uses_legacy_ni` since it is unuse...
2014-04-02 Jean Privattests: remove some forgotten old nitni files
2014-04-02 Jean Privatabstract_compiler: add `AModule::collect_linker_libs...
2014-04-02 Jean Privatnitg: move `import compiler_ffi` to nitg
2014-04-02 Jean Privatnitg: use ctype instead of cname_blind in autobox
2014-04-02 Jean Privatabstract_compiler: provide empty implementation for...
2014-04-02 Jean Privatabstract_compiler: compile extern bodies without specia...
2014-04-02 Jean Privatsrc: implements abstract methods of ExternCFile
2014-04-02 Jean Privatmove ExternFile to c_tools
2014-04-02 Jean Privatsrc: remove separate_options.nit
2014-04-02 Alexis Laferrièremoles: lower difficulty
2014-04-02 Alexis Laferrièremoles: add rules to Makefile; android-install and pngs
2014-04-02 Alexis Laferrièremoles: add traps!
2014-04-02 Alexis Laferrièremoles: add signs
2014-04-02 Alexis Laferrièremoles: add details to holes
2014-04-02 Alexis Laferrièremoles: use a darker background color
2014-04-02 Alexis Laferrièremoles: improve spacing of holes
2014-04-02 Alexis Laferrièremoles: set scale according to screen resolution on...
2014-04-02 Alexis Laferrièremoles: enable setting scale by platform
2014-04-02 Alexis Laferrièremoles: make number of rows and columns customizable...
2014-04-02 Alexis Laferrièremoles: fix order of columns and rows
2014-04-02 Alexis Laferrièremoles: cuter images
2014-04-02 Alexis Laferrièremoles: empty or hit moles do not intercept taps
2014-04-02 Alexis Laferrièremoles: improve display scaling
2014-04-02 Alexis Laferrièremoles: improve the documentation
next