nitdoc: remove unused plugin "Copy to Clipboard"
[nit.git] / lib /
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-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
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
next