NOTICE: update dates and authors.
[nit.git] / lib /
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...
2014-09-09 Jean PrivatMerge: Benitlux web interface
2014-09-09 Alexandre Terrasalib: Introduce `markdown`, a Markdown parser for Nit.
2014-09-09 Alexis Laferrièrelib: intro `re`, regular expressions in Nit
2014-09-09 Alexis Laferrièrelib: update egl, glesv2 & x11 to use pkgconfig without...
2014-09-09 Alexis LaferrièreMerge branch 'master' into data_store
2014-09-08 Alexis Laferrièrelib: replace `String.has(Char)` with `String.has(Pattern)`
2014-09-08 Alexis Laferrièrelib/linux: implement app::store using sqlite/json/basedir
2014-09-08 Alexis Laferrièrelib: intro the linux implementation of app.nit
2014-09-08 Alexis Laferrièreandroid: intro android_store
2014-09-08 Alexis Laferrièrelib: intro of app::data_store
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-09-04 Alexis Laferrièrelib/pnacl: fix import of extern classes types source...
2014-09-03 Alexis Laferrièrelib/posix: fix import for extern classes types
2014-09-03 Jean Privatlib: remove remaining declaration of old-style attributes.
2014-09-03 Alexis Laferrièrenitcorn: custom header in FileServer
2014-09-03 Alexis Laferrièrenitcorn: add utility to produce HTTP error pages (and...
2014-09-03 Jean PrivatMerge: lib: add standard/error.nit
2014-09-03 Jean Privatlib: add standard/error.nit
2014-09-03 Jean PrivatMerge: String: Bugfixes
2014-09-02 Lucas Bajoletlib/standard/string: reverse iterator fix on substring...
2014-09-02 Jean PrivatMerge: Nitunit: Allow external test files.
2014-09-02 Lucas Bajoletlib/standard/string: bugfix in Array::to_s when encoute...
2014-09-02 Lucas Bajoletlib/standard/string: Proper handling of trivial cases...
2014-09-02 Alexis Laferrièrelib/nitcorn: intro `HttpRequest::all_args`
2014-09-02 Alexis Laferrièreandroid: update users of `java::io`
2014-09-02 Alexis Laferrièrejava: move `android::java_io` to `java::io` & remove...
2014-09-02 Alexis Laferrièrelib: java is a group
2014-08-29 Jean Privatlib/string_exp: add a missing FFI `import UnicodeChar...
2014-08-29 Jean Privatlib/mnit: globally protect from NIT_TESTING
2014-08-29 Jean Privatlib/mnit_linux: globally protect from NIT_TESTING
2014-08-29 Jean Privatlib/android: use min_api_version in intent and shared_p...
2014-08-28 Jean Privatlib/mnit/opengles: cleanup C dependencies.
2014-08-28 Jean Privatlib/mnit/opengles1.nit: remove unused part that rely...
2014-08-28 Jean PrivatMerge: Calculator refactor & numerics proposition
2014-08-28 Alexandre Terrasanitunit: allow testing from external files called test...
2014-08-27 Alexis Laferrièrelib: intro the `standard::numeric` module
2014-08-27 Jean PrivatMerge: Less char boxings
2014-08-27 Jean Privatlib/stream: BufferedIStream.read_all use Buffer[j]...
next