.gitattribute: do not diff c_src and parser generated files
[nit.git] / lib /
2013-05-16 Jean PrivatMerge branch 'socket' into next
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
2013-05-15 Alexis Laferrièrelib/gtk: adds gtk3_6 and move GtkSearchEntry to it
2013-05-15 Alexis Laferrièrelib/gtk: renamed to gtk3_4
2013-05-15 nathan.heugtk: add license terms
2013-05-15 nheugtk: add basic dialog widget and derived dialog windows...
2013-05-15 nheugtk: add graphical assistants widgets
2013-05-15 nheugtk: add a couple of -lower interest- widgets
2013-05-15 nheugtk: refactor structure of library
2013-05-15 nheugtk: add Entry, Scrollbar and Ranges widget
2013-05-15 nheugtk: add enumeration modules and new widgets
2013-05-15 nathan.heugtk: new widgets and base classe Misc
2013-05-15 nheugtk: add some state method to GtkWindow
2013-05-15 nheugtk: integrates GtkBin in the hierarchy
2013-05-15 Matthieu Lucaslib/socket: intro of the socket module and examples
2013-04-08 Jean PrivatMerge branch 'alexis/libs/gtk'
2013-04-04 Alexis Laferrièrelib: intro of the GTK module
2013-03-25 Jean PrivatMerge remote-tracking branch 'lucas/string'
2013-03-25 Jean PrivatMerge branch 'debugger'
2013-03-21 Alexis Laferrièrelib: fix Float::to_precision
2013-03-21 Alexis Laferrièrelib: fix write_char to use more standard C code
2013-03-19 Lucas BAJOLETstdlib: Char, added functions is_alpha and is_alphanume...
2013-03-19 Lucas BAJOLETstdlib: Corrected comments for function has_substring...
2013-03-19 Lucas Bajoletstdlib: Strings, modified concatenation operations...
2013-03-19 Lucas Bajoletstdlib: Modified strings for performances with substrin...
2013-03-18 Lucas Bajoletstdlib: AbstractString, added function is_numeric
2013-03-15 Jean PrivatMerge remote-tracking branch 'at/nitmetrics'
2013-02-11 Jean PrivatMerge branch 'al-libs'
2013-02-11 Jean Privatlib: add missing #include<stdio.h>
2013-02-04 Alexis Laferrièrelib: adds base64 module and according tests
2013-02-01 Alexis Laferrièrelib: check the return of calls to pipe(), report errors...
2013-02-01 Alexis Laferrièrelib: fix method FDStream::write_char
2013-01-31 Jean Privatlib: make AbstractSorter#compare public
2013-01-24 Alexandre Terrasanitmetrics: moved CSVDocument from metrics_base to...
2013-01-17 Jean Privatlib: modify lib/pipeline to work on collection instead...
2013-01-17 Jean Privatlib: new module pipeline
2012-12-07 Jean Privatlib: fix ArrayMapValues::first
2012-12-06 Jean Privatlib: rewrite Collection::rand without explicit closure
2012-10-30 Jean PrivatMerge branch 'at/nitg--separate'
2012-10-27 Alexandre Terrasalib: Fixes NONITCNI imports
2012-10-25 Alexis Laferrièrelib: adds setenv to environ module
2012-10-25 Jean Privatlib: move game.nit as lib/scene2d.nit
2012-10-25 Jean Privatlib: move poll_in from curses to file
2012-10-25 Jean Privatlib: move nanosleep from curses to time
2012-10-25 Jean Privatlib: move curses to lib/
2012-10-22 Jean PrivatMerge branch 'pass_tests'
2012-10-22 Jean Privatlib: fix "--" handling in opts
2012-10-02 Jean PrivatMerge branch 'alexandre/inf7741'
2012-10-02 Alexandre Terrasalib: Math::Int add binaries operations and, or, xor
2012-10-02 Jean PrivatMerge remote-tracking branch 'origin/pu/opts'
2012-09-21 Alexandre Pennetieropts: get_errors function instead of check_errors.
2012-09-21 Alexandre Pennetieropts: handling for packed short options
2012-09-21 Alexandre Pennetieropts: errors gathered into OptionContext class
2012-09-21 Alexandre Pennetieropts: error when unexpected value for an enum
2012-09-21 Alexandre Pennetieropts: error when lack of a mandatory parameter
2012-09-21 Alexandre Pennetieropts: error when lack of a mandatory option
2012-08-12 Jean Privatlib: implements String#to_f as a legacy extern method...
2012-08-11 Jean Privatni: use macro NONITCNI to disable nitni in extern files
2012-05-30 Jean Privatlib: do not mix declaration and code in external C...
2012-05-02 Jean Privatlib: Array::== do not return false if the dynamic types...
2012-05-02 Jean Privatlib: fix another formal type error in the Maps
2012-04-26 Jean Privatlib: move symbol outside standard
2012-04-26 Jean Privatlib: move "environ" from Symbol to String
2012-04-26 Jean Privatlib: improve shortdoc of modules
2012-04-16 Jean PrivatMerge branch 'wip2'
2012-04-16 Jean Privatlib: fix mismatch between keys and values formal types
2012-04-16 Jean PrivatMerge remote branch 'alexis/wip'
2012-04-12 Alexis Laferrièrelib: adds String::to_f
2012-04-12 Alexis Laferrièrelib: intro module to generate md5 hash from a string
2012-04-12 Alexis Laferrièrelib: intro module to manage C signals
2012-04-12 Alexis Laferrièrelib: adds function to list files within a directory
2012-04-12 Alexis Laferrièrelib: adds poll function to stream module
2012-04-12 Alexis Laferrièrelib: updates module stream to new attributes styles
2012-04-12 Alexis Laferrièrelib: updates module exec to new attributes style
2012-04-10 Jean Privatlib: add 'module' keyword to environ
2012-04-10 Jean Privatclean: make some classes abstract or interfaces
2012-03-06 Alexis Laferrièrelib: adds a method to force invocation of garbage collector
2012-02-27 Jean Privatlib: remove NativeFileCapable
2012-02-27 Jean PrivatMerge branch 'global' into wip
2012-02-24 Jean Privatlib: remove obsolete sdl and game library
2012-02-24 Jean Privatlib&src: remove detected warnings
2012-02-17 Jean Privatlit: add join_path
2012-02-17 Jean Privatlib: handle ../.. in the simplify_path method
2012-02-15 Jean PrivatMerge branch 'ni' into wip
2012-02-15 Jean PrivatMerge branch 'nitdoc2' into wip
2012-02-15 Jean PrivatMerge branch 'lib' into wip
2012-02-15 Jean Privattools: remove remaining POSIX_C_SOURCE
2012-02-14 Jean Privatlib: update the documentation
2012-02-14 Jean Privatlib: promote replace, html_escape and simplify_path...
2012-02-13 Alexis Laferrièrelib: adds hypotenuse to math module as Float::hypot
2012-02-13 Alexis Laferrièrelib: adds String::file_extension to retreive extension...
2012-02-13 Alexis Laferrièrelib: adds Collection::rand to get a random element...
2012-02-13 Alexis Laferrièrelib: adds swap_at to arrays
2012-02-13 Alexis Laferrièrelib: adds abs function to Int
2012-02-13 Jean Privatlib: remove some depreciated methods in Map
2012-02-13 Jean Privatlib: removals on Map are done on the views (keys and...
2012-02-13 Jean Privatlib: for on maps require two parameters
2012-02-13 Jean Privatlib: add 'keys' and 'values' methods in Map
2012-02-13 Jean Privatlib: MapIterator is no more an Iterator
next