nit.git
2018-06-22 Alexandre Terrasasrc/doc/commands: clean commands modules importation
2018-06-22 Alexandre Terrasasrc/doc/commands: move `render_code` to clients modules
2018-06-22 Alexandre Terrasasrc/doc/commands: refactor `CmdCode` and `CmdEntityCode`
2018-06-22 Alexandre Terrasasrc/doc/commands: redef `render_comment` in `commands_h...
2018-06-22 Alexandre Terrasasrc/doc/templates: move `html_list_item` to `static_cards`
2018-06-22 Alexandre Terrasasrc/doc/doc_down: move base MDoc services to `mdoc...
2018-06-22 Alexandre Terrasalib/html: escape Bootstrap links titles
2018-06-22 Alexandre Terrasasrc/doc/commands: clean importation for `commands_base`
2018-06-21 Alexandre Terrasabenchmarks/markdown: add benches for markdown2
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-21 Alexandre Terrasacmd/commands_http: parse filter options from HttpRequest
2018-06-21 Alexandre Terrasacmd/commands_http: clean Bool options handling
2018-06-21 Alexandre Terrasacmd/commands_http: clean Int options handling
2018-06-21 Alexandre Terrasacmd/commands_http: clean String options handling
2018-06-21 Alexandre Terrasacmd/cmd_parser: parse filter options from cmd string
2018-06-21 Alexandre Terrasacmd/cmd_parser: clean Bool options handling
2018-06-21 Alexandre Terrasacmd/cmd_parser: clean Int options handling
2018-06-21 Alexandre Terrasacmd/cmd_parser: clean String options handling
2018-06-21 Alexandre Terrasacmd/cmd_parser: remove ModelFilter parameter from init
2018-06-21 Alexandre Terrasadoc/commands: test commands with filters
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: nitweb: show full name in mentities cards
2018-06-20 Jean PrivatMerge: nitweb: fix access to query results count
2018-06-20 Jean PrivatMerge: lib/trees: introduce BKTree
2018-06-20 Jean PrivatMerge: src/indexing: Introduces CodeIndex
2018-06-19 Alexandre Terrasasrc/indexing: introduce `code_index`
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-14 Alexandre Terrasadoc/commands: remove default filter from tests
2018-06-14 Alexandre Terrasacmd/cmd_catalog: use filter
2018-06-14 Alexandre Terrasamodel_index: use filter
2018-06-14 Alexandre Terrasamodel_filters: allow copy of filter options
2018-06-14 Alexandre Terrasamodel_filters: make all options writable
2018-06-14 Alexandre Terrasamodel_collect: fix MClass ancestors and descendants...
2018-06-14 Alexandre Terrasanitweb: fix access to query results count
2018-06-14 Alexandre Terrasanitweb: show full name in mentities cards
2018-06-10 Alexandre Terrasalib/github: fix README commands
2018-06-10 Alexandre TerrasaMakefile: update rules for the new nitdoc
2018-06-10 Alexandre Terrasatests: update tests for the new nitdoc
2018-06-10 Alexandre Terrasanitdoc: full rewrite of the nitdoc engine
2018-06-10 Alexandre Terrasasrc/doc/templates: add template for the Person class...
2018-06-10 Alexandre Terrasasrc/doc/templates: protect access to nullable signatures
2018-06-10 Alexandre Terrasasrc/doc/commands: CmdRedefs to return definitions inste...
2018-06-10 Alexandre Terrasasrc/doc_down: save headlines from InlineDecorator
2018-06-10 Alexandre Terrasasrc/catalog: export package stats to map
2018-06-10 Alexandre Terrasasrc/nitdoc: remove old nitdoc
2018-06-10 Alexandre Terrasasrc/doc/api: add links to renderer code
2018-06-09 Alexis Laferrièregit: ignore .exe versions of bootstrap compilers
2018-06-09 Alexis Laferrièrewindows: skip more tests failing in separate compilatio...
2018-06-08 Jean PrivatMerge: nitce: do not forgot to autoadapt in native_arra...
2018-06-08 Jean PrivatMerge: nitc: intro hidden option to compile to a shared...
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-08 Jean Privatnitce: do not forgot to autoadapt in native_array_instance
2018-06-08 Jean PrivatMerge: Makefile: add nitpackage
2018-06-08 Alexis Laferrièrenitc: intro command option --shared-lib to compile...
2018-06-08 Jean PrivatMerge: text: escape_to_mk should not escape =
2018-06-07 Alexis Laferrièrewindows: testall.sh skip niti and nitvm on Windows...
2018-06-07 Alexis Laferrièrewindows: blacklist failing tests
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-04 Jean PrivatMakefile: add nitpackage
2018-06-04 Jean PrivatMerge: nitweb: add documentation links in rendered...
2018-06-04 Jean PrivatMerge: model_filter: introduce `is_broken` and `is_gene...
2018-06-02 Alexandre Terrasanitmetrics: fix tests following linearization change
2018-06-02 Alexandre Terrasasrc/model: add `is_generated` filter
2018-06-02 Alexandre Terrasasrc/model: add `is_broken` filter
2018-06-01 Alexandre Terrasadoc/commands: CmdCode does not use infoboxes in html...
2018-06-01 Jean PrivatMerge: Changed nitcorn HTTPResponse body type to Writable
2018-06-01 Jean PrivatMerge: Use links in nitlight --no-infobox
2018-06-01 Jean PrivatMerge: crypto: add some methods on Bytes, Char & String
2018-06-01 Jean PrivatMerge: Nitunit: mass compile non-simple docunits
2018-05-31 Jean Privatnitcorn clients: remove `write_to_string` when a Writab...
2018-05-31 Jean Privattests: serve simple and complex binary
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...
next