nitg: fix generated code for call to super from C
[nit.git] / lib /
2014-02-28 Jean PrivatMerge remote-tracking branch 'alexandre/nitmetrics'
2014-02-28 Alexandre Terrasalib: introduce service `depth` in PosetElement
2014-02-28 Alexandre Terrasalib: added some useful methods in counter
2014-02-28 Alexandre Terrasalib: introduce console module to hold terminal related...
2014-02-28 Alexis Laferrièredoc: modified comment for a_star
2014-02-27 Jean PrivatMerge remote-tracking branch 'alexis/cpp'
2014-02-27 Jean PrivatMerge remote-tracking branch 'github/pr/292/head'
2014-02-27 Jean PrivatMerge remote-tracking branch 'github/pr/291/head'
2014-02-27 Alexis Laferrièredoc: added comment for standard::math::Float::rand
2014-02-27 Alexis Laferrièredoc: added comment for standard::math::Int::rand
2014-02-27 Alexis Laferrièrelib: intro the cpp module to support C++ code
2014-02-27 Jean PrivatMerge remote-tracking branch 'alexis/glesv2'
2014-02-27 Jean PrivatMerge remote-tracking branch 'alexis/mnit-comments'
2014-02-26 Alexis Laferrièrelib/mnit: rewrite doc of `input_events`
2014-02-26 Alexis Laferrièrelib/mnit: rewrite doc of `InputEvent`
2014-02-26 Alexis Laferrièrelib: intro of the glesv2 module
2014-02-26 Alexis Laferrièrelib: intro of the x11 module
2014-02-26 Alexis Laferrièrelib: intro of the egl module
2014-02-26 Jean Privatlib: suppr useless (and unafe) constructor in FlatBuffe...
2014-02-26 Alexis Laferrièrelib/sdl: minor whitespace cleanup
2014-02-26 Alexis Laferrièrelib/sdl: intro services to get the X11 window handle
2014-02-25 Alexis LaferrièreMerge branch 'privat' into 'cleanup-c-make-and-copy'
2014-02-24 Jean PrivatMerge branch 'c_ffi_alive_again'
2014-02-24 Jean PrivatMerge remote-tracking branch 'alexis/deserialization'
2014-02-24 Alexis Laferrièrelib/realtime: use c_linker_option in realtime module
2014-02-24 Alexis Laferrièrelib/socket: fix missing FFI imports in socket
2014-02-24 Alexis Laferrièrelib/sdl: use c_compiler_option annotations
2014-02-24 Alexis Laferrièrelib/sqlite3: use pkgconfig in sqlite3
2014-02-24 Alexis Laferrièrelib/json: make SequenceRead jsonable instead of Sequence
2014-02-24 Alexis Laferrièrelib/json: fix missing FFI imports
2014-02-24 Alexis Laferrièrelib/json: use pkgconfig in json module
2014-02-24 Alexis Laferrièrelib/curses: use pkgconfig in curses module
2014-02-24 Alexis Laferrièrelib/curl: adds missing FFI import
2014-02-24 Alexis Laferrièrelib/curl: use pkgconfig in curl module
2014-02-24 Alexis Laferrièrelib/gtk: use the pkgconfig annotation in GTK module
2014-02-24 Jean PrivatMerge remote-tracking branch 'lucas/string_integration'
2014-02-22 Alexis LaferrièreMerge branch 'privat' into deserialization
2014-02-22 Alexis Laferrièrelib/json_serialization: fix support for Char
2014-02-22 Alexis Laferrièrelib/json_serialization: remove use of \b in Nit strings
2014-02-22 Alexis Laferrièrelib/simple_json_reader: unprotect special char in strings
2014-02-20 Alexis Laferrièrephases: add support for deserialization
2014-02-18 Alexis Laferrièrelib: intro the method String::file_copy_to
2014-02-17 Alexis Laferrièrelib: update json module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update the socket module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update the curses module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update the signal module to the latest FFI spec
2014-02-17 Jean Privatlib: update mnit module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update gtk3_4 module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update curl module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update sqlite3 module to latest FFI spec
2014-02-17 Alexis Laferrièrelib: update md5 module to latest FFI spec
2014-02-17 Alexis Laferrièrelib: update the json module to latest FFI spec
2014-02-17 Alexis Laferrièrelib: update standard library to latest FFI spec
2014-02-17 Lucas Bajoletstdlib/strings: Temporary removal of Ropes from stdlib.
2014-02-17 Lucas Bajoletstdlib/strings: Removed usage of Strings as SequenceRea...
2014-02-14 Lucas Bajoletstdlib/strings: Removed from_substring constructor...
2014-02-14 Lucas Bajoletstdlib/strings: Added view on the chars of String and...
2014-02-12 Jean PrivatMerge branch 'calculator' of https://github.com/BlackMi...
2014-02-12 Alexis Laferrièreexamples/calculator & lib/gtk: fix whitespaces
2014-02-12 Alexis Laferrièrelib/gtk: fix name collision of the "visible" properties
2014-02-12 Alexis Laferrièrelib/gtk: fix duplication of "visible" properties
2014-02-12 Jean PrivatMerge branch 'Patch-signals' of https://github.com...
2014-02-12 Jean PrivatMerge branch 'serialization'
2014-02-12 Jean Privatlib/json: remove `diff` git attribute to generated...
2014-02-12 Jean PrivatMerge branch 'patch-sdl'
2014-02-12 GeoffreyHechtSDL : Comments added for SDLFont class and methods
2014-02-12 GeoffreyHechtSDL : Comments added for SDLkeyEvent class
2014-02-12 GeoffreyHechtSDL : Comments added for SDLMouseEvent, MouseButtonEve...
2014-02-12 GeoffreyHechtSDL : Comments fixed and added in SDLRectangle class
2014-02-12 Geoffrey HechtSDL : Comments fixed and added in SDLImage class
2014-02-12 Geoffrey HechtSDL : Comments fixed and added in SDLDrawable class
2014-02-12 Geoffrey HechtSDL : Comments fixed and added in SDLDisplay class
2014-02-11 CaptainKaliAdd signals + descriptions
2014-02-10 Djomanixlib/stream: added more explicit comment for eof method.
2014-02-08 Alexis LaferrièreMerge branch 'privat' into topub
2014-02-08 Alexis Laferrièreserialization: add support for Arrays
2014-02-07 Alexis Laferrièrelib/serialization: adds a method to detect unserializab...
2014-02-07 Alexis Laferrièrelib: intro the json serialization module
2014-02-07 Alexis Laferrièrelib: intro the abstract serialization module
2014-02-07 Alexis Laferrièrelib: intro the StringOStream class
2014-02-07 ChristopheGIGAXrange: make IteratorRange private
2014-02-07 ChristopheGIGAXarray: improve comment of `last_index_of_from`
2014-02-07 Jean PrivatMerge branch 'collection doc' of https://github.com...
2014-02-07 Clément De FigueiredoClass UserGroup : Add method descriptions
2014-02-02 Alexis Laferrièrelib: intro a simple json reader module using nitcc
2014-02-02 Alexis Laferrièrelib: do not ignore key/values when value is null in...
2014-01-30 Jean PrivatMerge branch 'prepare_projects'
2014-01-29 Jean Privatlib: add ordered_tree
2014-01-29 Jean Privatlib: add file::realpath
2014-01-29 Jean Privatlib: fix simplify_path for .
2014-01-29 Jean PrivatMerge remote-tracking branch 'alexis/various-fixes'
2014-01-29 Alexis Laferrièrelib: changes the behavior of Coll::rand to behave like...
2014-01-29 Alexis Laferrièrelib: adds missing import of math.h in standard library
2014-01-29 Romain Chanoircollection : Fix the description of Set[E] class
2014-01-29 Romain Chanoircollection: Improved the description of Container[E]
2014-01-29 Romain Chanoircollection: fixed Collection[E]::first commentary
2014-01-29 Romain Chanoirgtk3_4: Add getters and setter for the visibility of...
2014-01-27 Romain Chanoirgtk3_4 : Add insert_row and insert_column methods to...
2014-01-27 Romain Chanoirgtk3_4 : Add get_child_at(left, top) in GtkGrid
2014-01-27 Romain Chanoirgtk3_4 : Add setter for resize_mode in GtkContainer
next