highlight: move hightlightcode inside HighlightVisitor
[nit.git] / src /
2017-11-29 Jean Privathighlight: move hightlightcode inside HighlightVisitor
2017-11-29 Jean Privathighlight: rename enter_visit and htmlize (and fix...
2017-11-27 Jean PrivatMerge: nitin FFI seems to work
2017-11-27 Jean PrivatMerge: android: update compiler to use the "new" toolchain
2017-11-24 Jean PrivatMerge: src/doc: Introduce doc commands
2017-11-23 Jean Privatlexer: add token for bad extern segment, and bad triple...
2017-11-23 Alexandre Terrasatests: fix model serialization tests
2017-11-23 Alexandre Terrasadoc/commands: introduce docdown related commands
2017-11-23 Alexandre Terrasadoc/docdown: render mdoc as markdown
2017-11-23 Alexandre Terrasadoc/commands: introduce commands group
2017-11-23 Alexandre Terrasadoc/commands: introduce html rendering for commands
2017-11-23 Alexandre Terrasadoc/templates: introduce model to html translations
2017-11-23 Alexandre Terrasalib/html: bootstrap use optional annotation
2017-11-23 Alexandre Terrasadoc/commands: introduce commands results to json transl...
2017-11-23 Alexandre Terrasadoc/commands: introduce command initialization from...
2017-11-23 Alexandre Terrasadoc/commands: introduce commands parser
2017-11-23 Alexandre Terrasadoc/commands: introduce catalog commands
2017-11-23 Alexandre Terrasadoc/commands: introduce usage commands
2017-11-23 Alexandre Terrasadoc/commands: introduce graph commands
2017-11-23 Alexandre Terrasadoc/commands: introduce model commands
2017-11-23 Alexandre Terrasadoc/commands: introduce doc commands
2017-11-23 Alexandre Terrasanitweb: use catalog_json
2017-11-23 Alexandre Terrasacatalog: introduce catalog to json translation
2017-11-23 Alexandre Terrasacatalog: create a group for catalog modules
2017-11-22 Alexis Laferrièreandroid: rewrite of the Android support to use the...
2017-11-21 Jean Privatnaive_interpreter: make `InterpreterFrame::map` and...
2017-11-14 Alexandre Terrasamodel_collect: fix collect_ancestors
2017-11-14 Alexandre Terrasamodel_views: introduce `mentities_by_name` in views
2017-11-10 Alexandre Terrasanitdoc: protect package access when ModelFilters allows...
2017-11-10 Alexandre Terrasatests: fix tests for model visitor
2017-11-10 Alexandre Terrasatests: fix tests for model filters
2017-11-10 Alexandre Terrasatests: fix tests for model index
2017-11-10 Alexandre Terrasanituml: use model filters
2017-11-10 Alexandre Terrasanitweb: use model filters
2017-11-10 Alexandre Terrasanitdoc: use model filters
2017-11-10 Alexandre Terrasanitmetrics: use model filters
2017-11-10 Alexandre Terrasamodel: json use filters
2017-11-07 Alexandre Terrasamodel: views use filters
2017-11-07 Alexandre Terrasamodel: visitor uses filters
2017-11-07 Alexandre Terrasamodel: introduce filters
2017-11-07 Alexandre Terrasamodel: tag groups as tests
2017-10-27 Jean PrivatMerge: model: ModelView uses mainmodule
2017-10-26 Alexandre Terrasanitunit: update documentation
2017-10-26 Alexandre Terrasanitunit: fix nitunits within the README
2017-10-26 Alexandre Terrasanitunit: linearize test execution
2017-10-26 Alexandre Terrasanitunit: introduce before/after class tests
2017-10-26 Alexandre Terrasanitunit: do not execute a before/after test twice
2017-10-26 Alexandre Terrasanitunit: fix `before-all` and `after-all` detection
2017-10-22 Alexandre Terrasamodel_json: update ModelView
2017-10-22 Alexandre Terrasanitweb: update ModelView
2017-10-17 Jean PrivatMerge: markdown: merge MDProcessor and MDEmitter
2017-10-16 Alexandre Terrasanituml: update ModelView
2017-10-16 Alexandre Terrasametrics: update ModelView
2017-10-16 Alexandre Terrasanitdoc: update ModelView
2017-10-16 Alexandre Terrasamodel_index: update ModeView
2017-10-16 Alexandre Terrasamodel_collect: update ModelView
2017-10-16 Alexandre Terrasamodel_views: expect a mainmodule
2017-10-11 Alexandre Terrasalib/markdown: merge processor and emitter
2017-10-10 Jean PrivatMerge: model_collect: collect more things
2017-10-10 Jean PrivatMerge: model: is_accessor
2017-09-29 Alexandre Terrasanitweb: use model_collect for definitions lists
2017-09-29 Alexandre Terrasamodel_collect: collect more things
2017-09-29 Alexandre Terrasamodel_collect: uniformize documentation
2017-09-29 Alexandre Terrasamodel: remove a warning :p
2017-09-29 Alexandre Terrasamodelize: define attribute getters and setters
2017-09-29 Alexandre Terrasamodel: tag getters and setters
2017-09-28 Jean PrivatMerge: model_visitor: reject is_before and is_after...
2017-09-28 Jean PrivatMerge: doc_commands: parse parameters
2017-09-28 Alexandre Terrasanitweb: allow options in graph card
2017-09-28 Alexandre Terrasasrc/doc_down: fix `comment` behavior
2017-09-28 Alexandre Terrasasrc/doc_commands: merge Article and Comment commands
2017-09-26 Alexandre Terrasamodel_visitor: reject is_before and is_after as they...
2017-09-26 Alexandre Terrasanitweb: use new doc commands parser
2017-09-26 Alexandre Terrasanitdoc: use new doc commands parser
2017-09-26 Alexandre Terrasanitdoc: remove warnings from doc_readme
2017-09-26 Alexandre Terrasanitx: update to doc commands parser
2017-09-26 Alexandre Terrasasrc/doc_commands: rewrite doc commands parser
2017-09-26 Alexandre Terrasanitweb: catalog refine search algorithm
2017-09-26 Alexandre Terrasanitweb: remove useless catalog handlers
2017-09-26 Alexandre Terrasanitweb: add catalog sidebar on package views
2017-09-26 Alexandre Terrasanitweb: catalog api serves persons related data
2017-09-26 Alexandre Terrasanitweb: catalog api serves tags related data
2017-09-26 Alexandre Terrasanitweb: catalog api use mpackage_stats
2017-09-26 Alexandre Terrasanitweb: introduce /api/catalog/packages route
2017-09-26 Alexandre Terrasanitweb: introduce custom serialization for CatalogHandler
2017-09-26 Alexandre Terrasanitweb: move catalog building to Catalog redef
2017-09-26 Alexandre Terrasanitweb: rewrite catalog serialization
2017-09-26 Alexandre Terrasanitweb: introduce pagination handler
2017-09-26 Alexandre Terrasacatalog: introduce some sorters
2017-09-26 Alexandre Terrasacatalog: introduce CatalogStats to retrieve all the...
2017-09-26 Alexandre Terrasacatalog: introduce MPackageStats to retrieve the stats...
2017-09-26 Alexandre Terrasacatalog: associate persons to their short name
2017-09-26 Alexandre Terrasacatalog: associate packages to their full_name
2017-09-26 Alexandre Terrasacatalog: extract gravatar from html
2017-09-26 Alexandre Terrasacatalog: split metadata from MPackage class
2017-09-26 Alexandre Terrasacatalog: fix warnings
2017-09-25 Jean PrivatMerge: nitunit: use annotations
2017-09-25 Alexis Laferrièreserialization: generate one less warning
2017-09-18 Jean PrivatMerge: app.nit: easier root window selection and other...
2017-09-07 Alexis Laferrièrehighlight: optionally print errors when highlighting
next