nitdoc: removes select behavior on box header
[nit.git] / lib /
2013-11-29 Jean Privatnitcc: end-of-stream does not equate `'\0'`
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
2013-11-14 Alexis Laferrièrelib/bucketed_game: fix virtual type usage
2013-11-14 Alexis LaferrièreMerge branch 'privat' into game_framework
2013-11-13 Alexis LaferrièreMerge branch 'privat' into ready-for-ffi
2013-11-12 Jean Privatlib: move counter more_collections and poset to lib/
2013-11-10 Alexis Laferrièrelib: adds Discrete::times as a shortcut to Range
2013-11-09 Alexis Laferrièrelib: update signals module to use FFI
2013-11-09 Alexis Laferrièrelib: update module md5 to use FFI
2013-11-07 Jean Privatlib/mnit: do not use "loop do"
2013-11-07 Alexis Laferrièrelib/a_star: fix check for max_cost (is more reliable)
2013-11-07 Alexis Laferrièrelib/a_star: fix use of virtual types in PathContext
2013-11-07 Alexis Laferrièrelib/a_star: use heuristic (it is now A*)
2013-11-07 Alexis Laferrièrelib/a_star: minor clean up
2013-11-07 Alexis Laferrièrelib/a_star: adds a larger test
2013-11-07 Alexis Laferrièrelib/a_star: replace some class parameters with virtual...
2013-11-07 Alexis Laferrièrelib/a_star: renames virtual type E to N
2013-11-07 Alexis Laferrièrelib: intro the a_star module (even though it is not...
2013-11-07 Alexis Laferrièrelib: adds sqrt, sin and cos to Int
2013-11-07 Alexis Laferrièrelib: intro the bucketed_game module, providing basic...
2013-11-06 Jean Privatdoc: add a unit test for has_prefix
2013-11-02 Alexis Laferrièrelib/mnit: adds missing link with X11 lib
2013-11-01 Jean Privatnitcc: remove the use of NaiveCollection v0.6.2
2013-10-31 Jean PrivatMerge branch 'nitcc'
2013-10-30 Jean PrivatMerge remote-tracking branch 'alexis/ready-for-ffi'
2013-10-30 Alexis Laferrièrelib: adds `from_a` constructor to all processes (and...
2013-10-30 Alexis Laferrièrelib: adds Pointer::address_is_null to kernel module
2013-10-30 Jean Privatnitcc: add new PoV Node::depth
2013-10-30 Jean Privatnitcc: merge Nodes#items and Node#children
2013-10-25 Jean Privatlib: detach ForAbuser from Collection
2013-10-24 Alexandre Terrasalib: Implemented HeaderMapIterator on Curl
2013-10-18 Jean Privatnitcc: show the text of the token in NParserError.message
2013-10-18 Jean Privatnitcc: parser adds the original error token in the...
2013-10-18 Jean Privatnitcc: lexer do not crash on empty input stream
2013-10-18 Jean Privatnitcc: remove 'print' in parser error
2013-10-17 Jean Privatnitcc: move nitcc_runtime to lib/
2013-10-16 Jean Privatlib: redefine hash in Sequence and Set
2013-10-16 Jean Privatlib: remove the module hash, introduce services in...
2013-10-16 Jean Privatlib: promote AbstractArray#== to SequenceRead
2013-10-16 Jean Privatlib: doc of Collection
2013-10-16 Jean Privatlib: remove the now useless class NaiveCollection
2013-10-16 Jean Privatlib: promote implementations in NaiveCollection to...
2013-10-16 Jean Privatlib: redef Set#==
2013-10-16 Jean Privatlib: add Collection::has_all
2013-10-16 Jean Privatlib: add String::escape_more_to_c
2013-10-16 Jean Privatmove unescape_nit to stdlib
2013-10-09 Jean Privatsqlite: use include <>, not include ""
2013-09-29 Alexandre Terrasalib: fixed bad mallocs in socket
2013-09-09 Jean Privatropes: do not use String.with_native
2013-09-09 Jean PrivatMerge remote-tracking branch 'lucas/ropes'
2013-09-04 Jean PrivatMerge branch 'chdir'
2013-09-04 Jean Privatfile: add String::chdir
2013-09-04 Jean Privatrename 'package' to 'module'
2013-09-03 Lucas BajoletStdlib: Ropes implementation, supports Mutable and...
2013-09-03 Jean Privatfile: add getcwd
2013-09-03 Jean Privatfile: fix diname behavior when result is "/"
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
next