nitg/ffi: intro of FFI with C++
[nit.git] / lib /
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
2014-01-27 Romain Chanoirgtk3_4 : Add getter for resize_mode in GtkContainer
2014-01-27 Romain Chanoirgtk3_4 : Add method remove_widget to GtkContainer
2014-01-27 Romain Chanoirgtk3_4 : adds commentary to add method in GtkContainer
2014-01-24 Romain Chanoirgitk3_4 : rename getter and setter of sensitive
2014-01-24 Romain Chanoirgitk3_4 : Adds methods "set_sensitive" and "get_sensiti...
2014-01-23 Alexis Laferrièrelib: fix conversion of hex char to int and add test
2014-01-16 Jean PrivatMerge branch 'killnitc' old branch renamed as 'oldnitc'
2014-01-15 Jean PrivatMerge remote-tracking branch 'alexis/times' into killnitc
2013-11-29 Jean Privatnitcc: end-of-stream does not equate `'\0'`
2013-11-27 Jean Privatlib: make `is_same_instance` intern
2013-11-26 Jean Privatlib: add `Object::is_same_instance` that will replace...
2013-11-26 Jean Privatlib: remove useless usage of `is`
2013-11-26 Jean Privata_star: remove find_closest because of clpsure
2013-11-19 Jean Privatremove closures from code
2013-11-17 Alexis Laferrièrelib: improves usage example of Int::times
2013-11-16 Alexis Laferrièrelib: move the `times` method to Int
2013-11-14 Jean PrivatMerge remote-tracking branch 'alexis/game_framework'
2013-11-14 Alexis Laferrièrelib/a_star: adds doc to Link class
2013-11-14 Alexis Laferrièrelib/a_star: use asserts in module documentation
2013-11-14 Alexis Laferrièrelib/bucketed_game: make the GameEvent an interface
2013-11-14 Alexis Laferrièrelib/bucketed_game: add Apply logic to game events
next