Merge: nitunit: Use markdown2
[nit.git] / src /
2018-08-13 Jean PrivatMerge: nitunit: Use markdown2
2018-07-05 Alexandre Terrasanitweb: compute model index at startup
2018-07-05 Alexandre Terrasasrc/model/model_index: fix tests
2018-07-05 Alexandre Terrasasrc/model/model_index: use BKTree for similarity matches
2018-07-04 Alexandre Terrasasrc/model/model_index: name and full_name queries does...
2018-07-04 Alexandre Terrasasrc/test_model_index: add query time in interactive...
2018-07-04 Alexandre Terrasasrc/test_model_index: add interactive mode
2018-07-04 Alexandre Terrasasrc/test_model_index: expect `-q` option for query
2018-06-27 Alexandre Terrasanitunit: use the new markdown parser
2018-06-27 Alexandre Terrasasrc/nitunit: remove warnings from `testing_doc`
2018-06-26 Jean PrivatMerge: src/doc/commands: clean commands hierarchy
2018-06-26 Jean PrivatMerge: src/doc/commands: use filters
2018-06-22 Alexandre Terrasasrc/doc/commands/templates: move `commands_json` to...
2018-06-22 Alexandre Terrasasrc/doc/commands/templates: move `commands_json` to...
2018-06-22 Alexandre Terrasasrc/doc/commands/templates: move `commands_html` to...
2018-06-22 Alexandre Terrasasrc/doc/commands/templates: rename `templates_json...
2018-06-22 Alexandre Terrasasrc/doc/commands/templates: rename `templates_term...
2018-06-22 Alexandre Terrasasrc/doc/commands/templates: rename `templates_html...
2018-06-22 Alexandre Terrasasrc/doc/commands: clean `commands_docdown`
2018-06-22 Alexandre Terrasasrc/doc/commands: move cmd processing to `commands_html`
2018-06-22 Alexandre Terrasasrc/doc/commands: merge `doc_down` intro `templates_html`
2018-06-22 Alexandre Terrasasrc/doc/commands: move markdown related services from...
2018-06-22 Alexandre Terrasasrc/doc/commands: merge `catalog_json` intro `templates...
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 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 Jean PrivatMerge: nitdoc: full rewrite
2018-06-19 Alexandre Terrasasrc/indexing: introduce `code_index`
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-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-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-04 Jean PrivatMakefile: add nitpackage
2018-06-04 Jean PrivatMerge: nitweb: add documentation links in rendered...
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: Use links in nitlight --no-infobox
2018-06-01 Jean PrivatMerge: Nitunit: mass compile non-simple docunits
2018-05-31 Jean Privatsrc/htmlight: if no infofox but a href, insert a link...
2018-05-31 Jean Privatsrc/htmlight: A classtype points to the class introduction
2018-05-31 Jean Privatnitunit: try to mass compile all docunits at once
2018-05-31 Jean Privatnitunit: `test_single_docunit` call `execute_simple_doc...
2018-05-31 Jean Privatnitunit: extract `generate_single_docunit` from `test_s...
2018-05-31 Jean Privatnitunit: rename and redocument `test_simple_docunits...
2018-05-31 Jean PrivatMerge: Object destroy traces
2018-05-30 Jean PrivatMerge: model: remove ModelView
2018-05-30 Alexandre Terrasanitpackage: remove ModelView dependency
2018-05-30 Alexandre Terrasavim_autocomplete: remove ModelView dependency
2018-05-30 Alexandre Terrasafrontend: remove ModelView dependency
2018-05-30 Alexandre Terrasanitmetrics: remove ModelView dependency
2018-05-30 Alexandre Terrasanitx: remove ModelView dependency
2018-05-30 Alexandre Terrasanitdoc: remove ModelView dependency
2018-05-28 olivierschirmadd destruction traces, add lttng channel configuration...
2018-05-25 Jean PrivatMerge: nitpackage: check existence of README.md files
2018-05-25 Jean PrivatMerge: nitc: use pthread_keys on iOS where __thread...
2018-05-24 Jean Privatnitls: option -M escapes characters in paths
2018-05-21 Alexis Laferrièrenitc: use pthread_key_create and others when __thread...
2018-05-17 Alexandre Terrasanitpackage: check existence of README.md files
2018-05-17 Alexandre Terrasauml: remove ModelView dependency
2018-05-17 Alexandre Terrasanitweb: remove ModelView dependency
2018-05-17 Alexandre Terrasadoc/commands: remove ModelView dependency
2018-05-17 Alexandre Terrasamodel_collect: kill ModelView
2018-05-15 Jean PrivatMerge: src/doc/commands: fix test class name for `comma...
2018-05-15 Jean PrivatMerge: contrib: apply nitpackage --gen-ini
2018-05-15 Alexandre Terrasanitpackage: generate and check man pages
2018-05-15 Alexandre Terrasanitpackage: generate and check Makefiles
next