NOTICE: Fix years
[nit.git] / src /
2016-07-04 Jean PrivatMerge: model: Fix a spelling mistake
2016-07-04 Jean PrivatMerge: model: Write errors to stderr
2016-07-04 Jean PrivatMerge: nitweb: stars rating system
2016-07-04 Jean PrivatMerge: nitwebcrawl: add a simple crawler for nitweb
2016-07-04 Jean PrivatMerge: model: Fix a minor documentation mistake
2016-07-04 Jean PrivatMerge: model_collect: Fix a spelling mistake
2016-07-04 Jean Privatnitwebcrawl: add a simple crawler for nitweb
2016-07-04 Jean-Christophe... model: Fix a spelling mistake
2016-07-04 Jean-Christophe... model: Write errors to stderr
2016-07-04 Jean-Christophe... model: Fix an error message
2016-06-30 Jean-Christophe... model: Fix a minor documentation mistake
2016-06-30 Jean-Christophe... model_collect: Fix a spelling mistake
2016-06-30 Jean PrivatMerge: modelize_class: Fix a verb tense
2016-06-30 Jean-Christophe... modelize_class: Fix a verb tense
2016-06-30 Jean-Christophe... model: Fix minor documentation mistakes
2016-06-30 Alexandre Terrasanitweb: introduce feedback API for star rating system
2016-06-30 Alexandre Terrasaweb: rename `model_api` into `api_model`
2016-06-25 Jean Privattyping: `isa` do not adapt to a supertype.
2016-06-24 Jean PrivatMerge: Basic Memory Profiler
2016-06-24 Jean PrivatMerge: loader accept qualified names
2016-06-24 Jean Privatnitc: add memory_logger.nit
2016-06-24 Jean Privatcompiler: add hooks for before and at the begin of...
2016-06-24 Jean Privatcompiler: do not call C `nit_alloc` directly but a...
2016-06-24 Jean Privatcompiler: remove services for deprecated calloc_array
2016-06-24 Jean Privatengines: remove useless native method `calloc_string`
2016-06-23 Jean PrivatMerge: nitlight as a service with embedded editor and...
2016-06-23 Jean Privathighlight: avoid some NPE and fix warnings
2016-06-23 Jean Privatnitlight_aas: inject a tailing `\n` to avoid parsing...
2016-06-23 Jean Privatnitlight_aas: ajax update the content
2016-06-23 Jean Privatnitlight_aas: register and clean line widgets.
2016-06-23 Jean Privatnitlight_aas: use linewidgets for error messages
2016-06-23 Jean Privatnitlight_aas: move up hightlightcode
2016-06-23 Jean Privatnitlight_aas: use codemirror as editor
2016-06-23 Jean Privatnitlight_aas: HLCode for standalone highlighted piece...
2016-06-23 Jean Privatnitlight_aas: use templates
2016-06-23 Alexandre Terrasanitweb: add /docdown route
2016-06-23 Alexandre Terrasasrc/doc: add doc command DocGraph
2016-06-23 Alexandre Terrasasrc/doc: remove doc_commands dependency to doc_base
2016-06-22 Alexandre Terrasanitweb: api return the unified web_url
2016-06-22 Alexandre Terrasasrc: move model_html module from web/ to doc/
2016-06-22 Alexandre Terrasanitweb: remove useless modules since Angular app introd...
2016-06-21 Jean PrivatMerge: nitweb: add graphs stubs
2016-06-21 Jean PrivatMerge: model: Fix spelling mistake
2016-06-21 jcbrinfomodel: Fix spelling mistake
2016-06-21 Alexandre Terrasanitweb: add /api/graph/:entity
2016-06-21 Alexandre Terrasanitweb: add /api/inheritance/:id service
2016-06-21 Alexandre Terrasamodel_collect: generalize hierarchy_poset service
2016-06-20 Alexandre Terrasanitweb: add signatures to refs
2016-06-17 Jean Privatsrc: add examples/test_loader.nit
2016-06-17 Jean Privatidentify_module: give hint for qualified modules
2016-06-17 Jean Privatloader: accept qualified notation `foo::bar` and handle...
2016-06-17 Jean Privatloader: simplify special cases of identify_module
2016-06-17 Jean Privatloader: add `last_loader_error` to handle the potential...
2016-06-17 Jean Privatloader: `identify_group` ignore local files that are...
2016-06-15 Jean Privathighlight: remove default links. Clients have to provid...
2016-06-15 Jean Privattest_highlight: use only local links
2016-06-15 Jean Privatnitlight: use contextual links
2016-06-15 Jean Privathighlight: add HighlightVisitor::hrefto to allow client...
2016-06-13 Jean PrivatMerge: nitunit: improve generated XML
2016-06-13 Jean PrivatMerge: hightlight: improve infrastructure
2016-06-13 Jean PrivatMerge: hightlight as a service
2016-06-11 Jean Privatnitunit: add --no-time to avoid time and improve reprod...
2016-06-11 Jean Privatnitunit: move compilation errors to `<testcase>` as...
2016-06-11 Jean Privatnitunit: use shorter names in the XML
2016-06-11 Jean Privatnitunit: use `message` attribute in XML to store the...
2016-06-11 Jean Privatnitunit: add time information
2016-06-10 Jean Privathighlight: highlight ids in a qualified id
2016-06-10 Jean Privathighlight: add two configuration, show_messages and...
2016-06-10 Jean Privathighlight: always decorate children token
2016-06-10 Jean Privatsrc: add examples/nitlight_as_a_service.nit
2016-06-10 Jean Privattoolcontext: disable error messages if `opt_warn.value...
2016-06-10 Jean Privattoolcontext: make `nit_dir` more robust and client...
2016-06-10 Jean Privathighlight: can hightlight a full source file (not a...
2016-06-08 Lucas Bajoletlib/core: Renamed `Text::bytelen` to `Text::byte_length`
2016-06-08 Alexandre Terrasanitweb: add /api/defs/:entity to list definitions
2016-06-07 Jean PrivatMerge: nitweb: list linearized definitions
2016-06-07 Jean PrivatMerge: catalog: only render the asked packages (not...
2016-06-07 Jean Privatloader: make module name mismatch a false error so...
2016-06-07 Jean Privatnitunit: drop -t option
2016-06-07 Jean Privatnitunit: just process test_suite when given
2016-06-07 Jean Privatnitunit: compile with -q to silent warnings
2016-06-07 Jean PrivatMerge: nitunit: Fix documentation to reflect actual...
2016-06-07 Alexandre Terrasanitweb: add /api/linearization/:full_name service
2016-06-07 Alexandre Terrasamodel_collect: introduce `collect_linearization` service
2016-06-06 Jean Privatcatalog: only render the asked packages (not the import...
2016-06-06 Jean-Christophe... nitunit: Fix documentation to reflect actual test disco...
2016-06-06 Jean PrivatMerge: nitweb: use ConsoleLog middleware
2016-06-06 Jean PrivatMerge: nitweb: use catalog as homepage
2016-06-06 Alexandre Terrasanitweb: use ConsoleLog middleware
2016-06-06 Alexandre Terrasanitweb: introduce API catalog route
2016-06-06 Alexandre Terrasanitweb: move APIRouter to nitweb.nit
2016-06-06 Alexandre Terrasanitweb: move APIHandler to web_base
2016-06-05 Jean PrivatMerge: nitls: fix tree representation of nested groups
2016-06-05 Jean PrivatMerge: Honor `source.exclude` in ini files
2016-06-04 Jean Privatcode: add some `source.exclude` to remove errors in...
2016-06-04 Jean Privatnitls: fix broken group tree when there is a chain...
2016-06-04 Jean Privatloader: honor `source.exclude` config in the package.ini
2016-06-04 Jean Privatmodelbuilder: stop reporting hints again and again...
2016-06-03 Jean Privatnitunit: add `--autosav` for testsuites
2016-06-03 Jean Privatnitunit: add a `info` to unit-test for noteworthy infor...
next