Merge: Opportunity
[nit.git] / lib /
2014-10-29 Jean PrivatMerge: example: rosetta code
2014-10-27 Jean Privatlib: add Array::+
2014-10-27 Jean-Christophe... xml: Add an usage example.
2014-10-27 Jean-Christophe... xml: Add some tests for SAXpohoNit.
2014-10-27 Jean-Christophe... xml: Introduce SAXophoNit, a SAX processor in Nit.
2014-10-27 Jean-Christophe... xml: Add classes to help testing a SAX parser.
2014-10-27 Jean-Christophe... xml: Port SAX 2.0.
2014-10-25 Jean Privatlib: add Text::justify
2014-10-20 Jean PrivatMerge: Fix the old bug where (-0.1).to_s == "0.-1"
2014-10-17 Alexis Laferrièrelib/standard: fix `Float::to_precision`
2014-10-16 Jean-Christophe... file: Fix `join_path` to handle paths ending with a...
2014-10-15 Jean-Christophe... console: use snake case.
2014-10-14 Alexis Laferrièrelib/standard: improve documentation of `Float::to_s`
2014-10-13 Jean PrivatMerge: new warning: useless null test
2014-10-11 Jean Privatlib: remove useless comparison on null that broke tests
2014-10-11 Jean Privatsrc: remove useless comparisons on null
2014-10-11 Jean PrivatMerge: console: Offer a more reliable API.
2014-10-10 Jean-Christophe... console: Offer a more reliable API.
2014-10-10 Jean PrivatMerge: introduce `Iterator::finish`
2014-10-10 Jean PrivatMerge: Fix test of for abuse
2014-10-09 Jean PrivatMerge: Tester over MPI
2014-10-09 Jean Privatlib/standard: introduce *Iterator::finish
2014-10-08 Jean PrivatMerge: Opportunity
2014-10-08 Jean Privatlib/file: fix IFStream::close
2014-10-07 Jean PrivatMerge: nitunit: accept an absolute path for `--dir`.
2014-10-07 Jean PrivatMerge: lib/math: Added bin_not function to Int
2014-10-06 Jean-Christophe... nitunit: accept an absolute path for `--dir`.
2014-10-06 Lucas Bajoletlib/standard/math: Fixed documentation on old binary...
2014-10-06 Jean PrivatMerge: stream: push-back reader
2014-10-06 Jean-Christophe... stream: Introduce a push-back reader.
2014-10-06 Lucas Bajoletlib/nitcorn: HttpRequest added methods to get an argume...
2014-10-06 Lucas Bajoletlib/sqlite: Added last_rowid method to SQLite
2014-10-06 Jean PrivatMerge: Improve Comparator type-kindness
2014-10-03 Alexis Laferrièrelib/signals: improve documentation
2014-10-03 Lucas Bajoletlib/math: Added bin_not function to Int
2014-10-03 Jean-Christophe... stream: Offer string-backed input streams.
2014-10-02 Jean Privatlib: beef-up the Comparator api and documentation
2014-10-02 Jean Privatlib: new API for Comparator
2014-10-02 Jean PrivatMerge: lib: move some examples/* into specific subdirec...
2014-10-01 Jean Privatniti: add -n to run the program for each line in file...
2014-10-01 Jean Privatlib/standard: make IFStream a PollableIStream so it...
2014-09-30 Jean Privatlib: move some examples/* into specific subdirectories...
2014-09-30 Jean Privatlib: create directories for some lib (in order to prepa...
2014-09-30 Jean PrivatMerge: Fix generic parameter names
2014-09-27 Jean Privatsrc: migrate some modules to new constructors
2014-09-27 Jean Privatlib: some update towards more use of new constructors
2014-09-26 Jean Privatlib: rename E to V in Map-related classes
2014-09-25 Jean PrivatMerge: Various fixes and improvements from We Broke...
2014-09-25 Jean PrivatMerge: mnit improvements from We Broke The World
2014-09-25 Alexis Laferrièrelib/ai: fix typo in doc
2014-09-25 Alexis Laferrièrelib/bucketed_game: support cancel actions
2014-09-25 Alexis Laferrièrelib/a_star: find alternative targets on path
2014-09-25 Alexis Laferrièremnit: Display use Numeric as coordinates
2014-09-25 Jean PrivatMerge: String services on paths
2014-09-25 Jean PrivatMerge: Markdown: minor fixes
2014-09-25 Jean Privatlib: add String::relpath for advanced path manipulation
2014-09-25 Jean Privatlib: add String::/ for path jonction
2014-09-25 Jean PrivatMerge: App.nit Data Store
2014-09-25 Alexandre Terrasalib/markdown: remove some dead code
2014-09-25 Alexandre Terrasalib/markdown: fix some documentation
2014-09-25 Alexandre Terrasalib/markdown: fix truncated lines in fence block.
2014-09-25 Alexandre Terrasalib/markdown: move line_kind to MarkdownProcessor
2014-09-23 Jean PrivatMerge: Embarassing fixes
2014-09-23 Alexis Laferrièrelib/re: fix invalid malloc
2014-09-23 Jean PrivatMerge: Model uml
2014-09-23 Jean PrivatMerge: Crypto
2014-09-23 Lucas Bajoletlib/standard/string: Moved escape_to_dot from nitcc...
2014-09-23 Lucas Bajoletlib/crypto: Added cryptography basic algos to lib
2014-09-23 Jean PrivatMerge: markdown: decorator generate headline ids and...
2014-09-23 Jean PrivatMerge: Template strings and macros
2014-09-23 Alexis Laferrièrelib/mnit_android: do not adjust input from C code
2014-09-23 Alexis Laferrièremnit_android: intro `AndroidKeyEvent::is_volume_up...
2014-09-23 Alexis Laferrièremnit_android: rename `key_char` to implement `to_c`
2014-09-23 Alexis Laferrièrelib/tileset: TileSet::subimages is public so it can...
2014-09-23 Alexandre Terrasamarkdown: fix out of bound access on MDLine
2014-09-23 Alexandre Terrasamarkdown: decorator generate headline ids and save...
2014-09-22 Alexandre Terrasalib: add tests for `TemplateMacro`
2014-09-22 Alexandre Terrasalib: introduce `TemplateMacro`.
2014-09-22 Lucas Bajoletlib/standard/math: Added function is_even to Int
2014-09-20 Jean PrivatMerge: lib/standard/string: Introducting Copy-on-Write...
2014-09-20 Jean PrivatMerge: nitcorn: redirect requests of directories to...
2014-09-19 Lucas Bajoletlib/standard/string: Fix the case of null items in...
2014-09-18 Alexis Laferrièrecpp: add missing annotation declaration
2014-09-18 Alexis Laferrièrenitcorn: improve default file listing of `FileServer`
2014-09-17 Alexis Laferrièrenitcorn: optimize `FileServer::root` to be used later...
2014-09-17 Alexis Laferrièrenitcorn: better and safer access to root of a file...
2014-09-17 Alexis Laferrièrenitcorn: redirect requests of directories to an URI...
2014-09-16 Lucas Bajoletlib/standard/string: FlatStrings built from NativeStrin...
2014-09-16 Lucas Bajoletlib/standard/string: Introducting Copy-on-Write FlatBuffers
2014-09-12 Alexandre Terrasalib: create group `template`.
2014-09-12 Lucas Bajoletlib/standard/string: Added capitalized/capitalize metho...
2014-09-10 Jean PrivatMerge: Nitcorn improvements & avoid double Tnits
2014-09-10 Alexis Laferrièrenitcorn: by default a file is an application/octet...
2014-09-10 Alexis Laferrièrenitcorn: use a default virtual host when none are confi...
2014-09-10 Alexis Laferrièrenitcorn: add the media type for `apk` extension
2014-09-10 Alexis LaferrièreMerge branch 'master' into polymorphic_extern_classes
2014-09-10 Alexis Laferrièrelib/curl: fix missing import of string.h and clean...
2014-09-10 Jean PrivatMerge: Markdown
2014-09-09 Jean PrivatMerge: pkgconfig annotation uses the module name if...
2014-09-09 Jean PrivatMerge: Regular expressions & prop to bring back a bette...
next