Merge: nitunit: Use markdown2
[nit.git] / lib /
2018-08-07 Alexandre Terrasalib: fix unrecognized code blocks in doc units
2018-06-26 Jean PrivatMerge: src/doc/commands: clean commands hierarchy
2018-06-26 Jean PrivatMerge: lib/markdown2: introduce a new Markdown engine
2018-06-22 Alexandre Terrasalib/html: escape Bootstrap links titles
2018-06-21 Alexandre Terrasalib/markdown2: introduce `nitmd` client
2018-06-21 Alexandre Terrasalib/markdown2: introduce wikilinks parsing
2018-06-21 Alexandre Terrasalib/markdown2: introduce Github extended mode
2018-06-21 Alexandre Terrasalib/markdown2: introduce markdown rendering to LaTeX
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown rendering to Manpages
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown rendering to markdown
2018-06-20 Alexandre Terrasalib/markdown2: import tests from CommonMark spec
2018-06-20 Alexandre Terrasalib/markdown2: import tests from DaringFireball
2018-06-20 Alexandre Terrasalib/markdown2: add tests from issues
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown rendering to HTML
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown rendering interfaces
2018-06-20 Alexandre Terrasalib/markdown2: add tests for markdown nodes location
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown base test services
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown block parser
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown AST inline parser
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown AST nodes
2018-06-20 Jean PrivatMerge: nitdoc: full rewrite
2018-06-20 Jean PrivatMerge: Windows: fix bootstrap
2018-06-20 Jean PrivatMerge: lib/trees: introduce BKTree
2018-06-19 Alexandre Terrasalib/vsm: default tfidf values are extracted from terms...
2018-06-19 Alexandre Terrasalib/vsm: factorize term increments
2018-06-19 Alexandre Terrasalib/vsm: speedup matches using a reverse index
2018-06-19 Alexandre Terrasalib/vsm: make documents kind customizable
2018-06-19 Alexandre Terrasalib/trees: introduce BKTree
2018-06-10 Alexandre Terrasalib/github: fix README commands
2018-06-08 Jean PrivatMerge: lib/core: remove uses of Byte for Text
2018-06-08 Lucas Bajoletlib/core: remove ascii method on Int and 'b' prefix
2018-06-08 Lucas Bajoletlib/core: remove uses of Byte for Text
2018-06-06 Alexis Laferrièretext: escape_to_mk should not escape =
2018-06-06 Alexis Laferrièreprivileges: update import in clients of the `posix...
2018-06-06 Alexis Laferrièreposix: add REAME.md
2018-06-06 Alexis Laferrièreposix: merge the `posix_ext` package in `posix`
2018-06-06 Alexis Laferrièreposix: move `posix` out of `core` as its own package
2018-06-05 Alexis Laferrièrecore: move `Int::isatty` to `file`
2018-06-01 Jean PrivatMerge: Changed nitcorn HTTPResponse body type to Writable
2018-06-01 Jean PrivatMerge: crypto: add some methods on Bytes, Char & String
2018-05-31 Jean Privatnitcorn clients: remove `write_to_string` when a Writab...
2018-05-31 Jean Privatnitcorn: HttpResponse::body is now an agnostic Writable
2018-05-31 Jean Privatnitcorn: render the response in a template to avoid...
2018-05-31 Jean Privatcore/stream: add Writable::write_to_bytes
2018-05-31 Jean Privatcrypto: add some methods on Bytes, Char & String
2018-05-30 Alexandre Terrasalib/core/text: uniformize doc units
2018-05-30 Alexandre Terrasalib/core/text: fix unrecognized doc units
2018-05-30 Alexandre Terrasalib/core/text: remove deprecated mentions
2018-05-15 Jean PrivatMerge: lib/md5: nitunitize tests
2018-05-15 Jean PrivatMerge: lib/base64: nitunize tests
2018-05-15 Jean PrivatMerge: lib/a_star: nitunitize tests
2018-05-15 Jean PrivatMerge: lib/core: remove BufferedReader
2018-05-15 Alexandre Terrasalib: add some manpages generated with `nitpackage`
2018-05-15 Alexandre Terrasalib: add two examples of Makefile generated by `nitpackage`
2018-05-15 Alexandre Terrasalib/md5: nitunitize tests
2018-05-15 Alexandre Terrasalib/base64: nitunize tests
2018-05-15 Alexandre Terrasalib/a_star: nitunitize tests
2018-05-13 Lucas Bajoletlib/core: remove BufferedReader
2018-05-12 Jean PrivatMerge: lib/config: better tool configuration
2018-05-11 Jean PrivatMerge: File no buffered
2018-05-11 Jean PrivatMerge: Added HTTP METHODS to CurlHTTPRequest
2018-05-11 Jean PrivatMerge: Bitmap fix missing checks
2018-05-11 Jean PrivatMerge: lib/socket: remove BufferedReader superclass
2018-05-11 Jean PrivatMerge: Fix Reader::read
2018-05-11 Lucas Bajoletlib/core: add blocking eof implementation
2018-05-11 Lucas Bajoletlib/core: fix read_bytes_to_cstring implementation
2018-05-11 Lucas Bajoletlib/core: remove BufferedReader as file superclass
2018-05-11 Alexandre Terrasalib/github: define better `tool_description` for loader
2018-05-11 Alexandre Terrasalib/markdown: nitmd use `config` instead of `options`
2018-05-11 Alexandre Terrasalib/config: introduce --stub-man option
2018-05-11 Alexandre Terrasalib/config: add `-?` option as help
2018-05-11 Lucas Bajoletlib/websocket: refactor websocket as a Protocol
2018-05-11 Lucas Bajoletlib/socket: remove BufferedReader superclass
2018-05-11 Lucas Bajoletlib/core: add protocols for decorator streams
2018-05-11 Lucas Bajoletlib/core: add failsafe to UTF8Codec::decode_string
2018-05-11 Lucas Bajoletlib/core: fix Reader::read
2018-05-11 Lucas Bajoletlib/bitmap: fix unchecked error while reading bytes
2018-05-11 Alexandre Terrasalib/bitmap: fix warnings
2018-05-11 Jean PrivatMerge: lib/crypto: add in-place xor cipher on CStrings
2018-05-11 Jean PrivatMerge: lib: add `package.desc` keys to the `package...
2018-05-11 Jean PrivatMerge: lib/core/text: add memset to `CString`
2018-05-10 Jean PrivatMerge: lib/core: provide default codec-aware read_char
2018-05-10 Jean PrivatMerge: json: rename and improve the quick and easy...
2018-05-10 Lucas Bajoletlib/core: provide default codec-aware read_char
2018-05-10 Lucas Bajoletlib/crypto: add in-place xor cipher on CStrings
2018-05-10 Matthieu Le GuellautAdded HTTP METHODS to CurlHTTPRequest
2018-05-10 Lucas Bajoletlib/core/text: add memset to `CString`
2018-05-10 Alexandre Terrasalib: manually add `package.desc` keys to some packages
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2018-05-09 Jean PrivatMerge: lib/actors: uniformize Makefile names with the...
2018-05-09 Jean PrivatMerge: lib/ini: better output
2018-05-08 Alexis Laferrièrejson: rename and improve the quick and easy `deserializ...
2018-05-08 Alexandre Terrasalib/popcorn: remove unknown ini key `version`
2018-05-08 Alexandre Terrasalib: update INI files with for expanded paths
2018-05-08 Alexandre Terrasalib: generate missing INI files with `nitpackage`
2018-05-08 Alexandre Terrasalib/actors: uniformize Makefile names with the rest...
2018-05-08 Alexandre Terrasalib/ini: write output with groups
2018-05-08 Alexandre Terrasalib/ini: remove warnings
2018-05-08 Alexandre Terrasalib/ini: write output with groups
2018-05-08 Alexandre Terrasalib/ini: remove warnings
next