modelize_property: removed useless super_init var
[nit.git] / lib /
2013-08-30 Jean Privatstring: more migration from String::from_cstring to...
2013-08-30 Jean PrivatMerge remote-tracking branch 'lucas/string_refactor'
2013-08-29 Lucas Bajoletstdlib: Removed constructors from String
2013-08-29 Lucas BajoletStdlib: Removed all references to String constructors...
2013-08-26 Jean PrivatMerge branch 'mnit-lib'
2013-08-26 Jean PrivatMerge remote-tracking branch 'alexis/bcm2835-and-gpio...
2013-08-25 Alexis Laferrièrelib/bcm2835: adds the Buzzer component
2013-08-25 Alexis Laferrièrelib/bcm2835: adds the StepperMotor component
2013-08-25 Alexis Laferrièrelib/bcm2835: adds the Switch component
2013-08-25 Alexis Laferrièrelib: intro the linux version of the mnit module
2013-08-25 Alexis Laferrièrelib: intro abstract mnit lib
2013-08-24 Jean PrivatMerge remote-tracking branch 'alexis/gpio-mpd-rpi'
2013-08-24 Alexis Laferrièrelib/bcm2835: move components support from contrib to lib
2013-08-24 Alexis Laferrièrelib/mpd: adds the load_playlist method
2013-08-24 Alexis Laferrièrelib/mpd: add the time field to SongInfo
2013-08-24 Alexis Laferrièrelib/mpd: adds fields to the ServerStatus
2013-08-24 Alexis Laferrièrelib/mpd: do not crash when connection fails
2013-08-24 Alexis Laferrièrelib/mpd: renames MPD::write to write_and_check
2013-08-24 Alexis Laferrièrelib/socket: fix FFSocket::read to use malloc
2013-08-23 Jean PrivatMerge branch 'highlightdoc-and-implies'
2013-08-23 Jean Privatdoc: fix some malformed documentation
2013-08-23 Jean PrivatMerge remote-tracking branch 'alexis/privileges'
2013-08-23 Alexis Laferrièrelib: intro of privileges
2013-08-23 Alexis Laferrièrelib: adds the posix module with privilege functions
2013-08-22 Jean Privatmerge branch 'nitlight'
2013-08-22 Jean Privatlib: add String#to_cmangle and String#escape_to_c
2013-08-22 Jean Privatlibhtml: correctly handle void elements in HTML
2013-08-21 Jean Privatlibhtml: gives access to HTMLTag#classes
2013-08-21 Jean PrivatMerge remote-tracking branch 'alexis/lib/sqlite3'
2013-08-21 Alexis Laferrièrelib/sqlite3: adds fallback for sqlite3_errstr in case...
2013-08-21 Jean PrivatMerge remote-tracking branch 'alexis/sort_downloads'
2013-08-20 Alexis Laferrièrelib: clean up error codes in sqlite3
2013-08-20 Alexis Laferrièrelib: simplifies sqlite3
2013-08-20 Alexis Laferrièrelib: use more than one classe in sqlite3
2013-08-20 Alexis Laferrièrelib: use Sqlite3 return codes
2013-08-20 Alexis Laferrièrelib: intro of the sqlite3 module
2013-08-17 Jean Privatlib: add some examples/unit tests
2013-08-17 Jean Privatlib: fix implem of Range::has_only
2013-08-17 Jean Privatlibhtml: escape attributes keys and values
2013-08-17 Jean Privatlibhtml: add HTMLTag#save
2013-08-16 Jean Privatarray: fix Array::swap_at
2013-08-16 Jean Privatlib: improve examples in documentation
2013-08-16 Jean Privatlib: remove duplicated documentation in string
2013-08-16 Jean Privatlibthml: add HTMLTag::add_raw_html
2013-08-15 Jean Privatlib: fix typo and style in documentation
2013-08-15 Jean Privatlibhtml: more efficiency way to render HTML
2013-08-15 Jean Privatlibhtml: `HTMLTag.append` add a text-child node
2013-08-14 Jean PrivatMerge remote-tracking branch 'lucas/int_boost'
2013-08-13 Jean PrivatMerge remote-tracking branch 'lucas/netdbg_wip'
2013-08-13 Lucas BajoletKernel : Int, optimization on the digit count method...
2013-08-13 Lucas Bajoletstdlib: Strings, optimized to_s for Int.
2013-08-06 Alexis Laferrièrelib: adds Map::get_or_default
2013-08-06 Alexis Laferrièrelib: adds some features to file.nit
2013-08-06 Alexis Laferrièrelib: extend time.nit with C's time_t and struct tm
2013-08-06 Alexis Laferrièrelib: adds methods == and hash to BM_Pattern
2013-08-05 Alexis Laferrièrelib: converts curses.nit to use the FFI
2013-08-02 Alexis Laferrièrelib: fix import of stdio.h for String::to_precision
2013-08-01 Jean PrivatMerge branch 'ni-merge'
2013-08-01 Jean PrivatMerge branch 'intern_native_arg'
2013-08-01 Jean PrivatMerge branch 'curl'
2013-08-01 Jean Privatcurl: protected classes does not exists (yet?)
2013-08-01 Alexis Laferrièrelib: makes native_arg[cv] intern
2013-08-01 Jean PrivatMerge remote-tracking branch 'alexandre/ni-merge' into...
2013-07-31 Matthieu Lucaslib: fixing visibility of intern use only Curl Response...
2013-07-31 Matthieu Lucaslib: integrating Mail module inside Curl module
2013-07-29 Jean PrivatMerge remote-tracking branch 'alexis/raspberry-pi'
2013-07-29 Alexis Laferrièrelib: adds the mail submodule to curl
2013-07-29 Alexis Laferrièrelib: intro curl module by Matthieu Lucas
2013-07-20 Jean Privatlib: implements `Float::to_precision` in a non native way
2013-07-19 Alexandre Terrasalib: allow multiple class definition in html elements
2013-07-11 Jean PrivatMerge remote-tracking branch 'alexandre/libhtml'
2013-07-10 Jean PrivatMerge remote-tracking branch 'lucas/strings-fix'
2013-07-08 Alexandre Terrasalib: Replaced strings by buffer in HTML lib to fix...
2013-06-25 Lucas Bajoletlibsocket : Updated sockets to add poll function, also...
2013-06-25 Lucas Bajoletstdlib : AbstractString/String, Added trim function...
2013-06-22 Alexandre Terrasalib: added 'slice' method to List
2013-06-22 Alexandre Terrasalib: added init.from in array and hashset
2013-06-14 Alexandre Terrasalib: HTML clear children before each render to avoid...
2013-06-13 Lucas Bajoletstdlib: Strings, added function to avoid passing refs...
2013-06-13 Lucas Bajoletstdlib : Cleaned the code for the Strings, renamed...
2013-06-11 Alexandre Terrasalib: Introduced new html lib
2013-06-11 Jean Privatlib: add for_abuse.nit
2013-06-06 Jean Privatlib: fix string comparaison
2013-05-28 Jean PrivatMerge remote-tracking branch 'alexis/libs/json' into...
2013-05-28 Alexis Laferrièrelib/json: fix const char* errors
2013-05-27 Alexis Laferrièrelib/json: also check for null in Sequence
2013-05-27 Jean PrivatMerge remote-tracking branch 'alexis/libs/realtime...
2013-05-27 Alexis Laferrièrelibs/json: duplicate null check for retro-compatibility
2013-05-27 Alexis Laferrièrelib: adds the realtime module to keep time of real...
2013-05-27 Alexis Laferrièrelib/bcm2835: intro of the bcm2835 module to do GPIO...
2013-05-27 Alexis Laferrièrelib/gpio: intro of a basic GPIO abstraction library
2013-05-26 Alexis Laferrièrelib/mpd: intro of the MPD client module
2013-05-26 Alexis Laferrièrelib: adds the subarray method to the Sequence class
2013-05-16 Jean Privatsrc: change API of split and depreciate split_with
2013-05-16 Jean Privatlib: remove REQUIRE on pipeline::sort_with
2013-05-16 Jean Privatlib: AbstractSorter accepts null
2013-05-16 Jean PrivatMerge branch 'socket' into next
2013-05-16 Alexis Laferrièrelib/json: separate the pretty print from libjson0 v0.10
2013-05-15 Alexis Laferrièrelib/gtk: clean up trailing white spaces
2013-05-15 Alexis Laferrièrelib/gtk: brings back the gtk lib as a defaut redirection
next