README: add system configuration for OS X
[nit.git] / src /
2016-02-06 Jean PrivatMerge: compiler: add a native implementation of NativeA...
2016-02-04 Jean Privatcompiler: add a native implementation of NativeArray...
2016-02-03 Ait younes Mehdi... Introduction to Nit generators
2016-01-29 Jean Privatsrc/Makefile: use peflags to bootstrap on windows
2015-12-29 Lucas Bajoletsrc: Improve speed of interpreter when working with...
2015-12-29 Lucas Bajoletlib/core: Added prefetching of 4 chars at once on ...
2015-12-22 Jean PrivatMerge: model: migrate model_collect to model_views
2015-12-19 Alexandre Terrasanitsaf: add intraprocedural analysis
2015-12-19 Alexandre Terrasanitsaf: add loop flow set merge
2015-12-19 Alexandre Terrasanitsaf: add flow merge on `if..else` blocks
2015-12-19 Alexandre Terrasanitsaf: introduce `nitsaf` binary
2015-12-19 Alexandre Terrasanitsaf: introduce reaching defs analysis
2015-12-19 Alexandre Terrasanitsaf: introduce Nit Static Analysis Framework
2015-12-19 Alexandre Terrasanitx: migrate client to new doc API
2015-12-19 Alexandre Terrasanitdoc: migrate client to new doc API
2015-12-19 Alexandre Terrasanitdoc: migrate phases to model view
2015-12-19 Alexandre Terrasanitdoc: make DocModel a ModelView
2015-12-19 Alexandre Terrasadoc_base: fix warnings
2015-12-19 Alexandre Terrasamodel: make Model::model behaves like for other mentities
2015-12-19 Alexandre Terrasanitmetrics: migrate nullables metrics to model_views
2015-12-19 Alexandre Terrasanitmetrics: migrate mendel metrics to model_views
2015-12-19 Alexandre Terrasanitmetrics: migrate mclasses metrics to model_views
2015-12-19 Alexandre Terrasaautocomplete: use model views
2015-12-19 Alexandre Terrasanituml: use ModelView
2015-12-19 Alexandre Terrasanitweb: use ModelTreeVisitor instead of custom tree...
2015-12-19 Alexandre Terrasanitweb: use MEntityTree instead of ad-hoc list
2015-12-19 Alexandre Terrasanitweb: use ModelView instead of model collect
2015-12-19 Alexandre Terrasanitweb: introduce ModelAction
2015-12-19 Alexandre Terrasanitweb: remove dependencies from `model_html` to `model...
2015-12-19 Alexandre Terrasamodel_collect: use model_views
2015-12-18 Jean PrivatMerge: Better mmodule location
2015-12-18 Jean PrivatMerge: hightlight: correctly highlight loose comments
2015-12-18 Jean Privatnitc: use mmodule.filepath at some place
2015-12-18 Jean Privatmodel: promote MModule::filename to model::mmodule
2015-12-18 Jean Privatloader: update the mmodule location once the source...
2015-12-18 Jean Privathightlight: correctly highlight loose comments
2015-12-18 Jean PrivatMerge: model: Beefup model visitor
2015-12-18 Alexandre Terrasatests: update tests for model_visitor
2015-12-18 Alexandre Terrasamodel_view: introduce views to model based on model...
2015-12-18 Alexandre Terrasamodel: introduce MEntityTree
2015-12-18 Alexandre Terrasamodel: beef up ModelVisitor
2015-12-17 Jean PrivatMerge: FFI: Fix extern methods in generic classes with...
2015-12-17 Jean PrivatMerge: Alternative intern
2015-12-17 Alexis LaferrièreFFI nith: fix using `void*` for generics and nullables...
2015-12-17 Alexis LaferrièreFFI niti: fix extern methods in generic classes
2015-12-17 Jean Privatnitni: can mangle all formal type, not just virtual...
2015-12-16 Jean PrivatMerge: Qualified class identifiers
2015-12-16 Jean PrivatMerge: niunit: fix after/before test calls
2015-12-16 Jean Privatnitc: update code to use qclassids
2015-12-16 Jean Privatparser: regenerate (with qclassid)
2015-12-16 Jean Privatparser: use qualified class ids in the AST (changes...
2015-12-16 Jean Privatparser: expose qualified class id (qclassid)
2015-12-16 Alexandre Terrasamodel: fix some warnings
2015-12-15 Jean Privatinterpreter: a method can be extern and intern, extern...
2015-12-15 Jean Privatnitni: can mangle all formal type, not just virtual...
2015-12-15 Jean Privatcompiler: a method can be extern and intern, extern...
2015-12-15 Alexandre Terrasanitunit: always call before/after methods
2015-12-15 Jean Privatcompiler: intern methods on NativeArray can fallback...
2015-12-15 Alexandre Terrasanitunit: clean warnings for testing_suite
2015-12-15 Jean PrivatMerge: nitweb: nitcorn based API to access model and...
2015-12-11 Alexandre Terrasanitweb: introduce nitweb binary
2015-12-11 Alexandre Terrasanitweb: introduce web actions
2015-12-11 Alexandre Terrasanitweb: introduce views used to render information
2015-12-11 Alexandre Terrasanitweb: render model entities to html
2015-12-11 Alexandre Terrasasrc: introduce a new tool called nitweb
2015-12-11 Alexandre Terrasamodelize: introduce ModelBuilder::mentity2node method
2015-12-10 Jean Privatengine: handle the compilation/interpretation of multip...
2015-12-09 Alexandre Terrasamodel_collect: allow collect by full namespace
2015-12-09 Jean PrivatMerge: Cleanup auto_super_init
2015-12-09 Jean PrivatMerge: Inline binops
2015-12-08 Jean Privatautosuper: remove most historic heuristics on implicitl...
2015-12-08 Jean Privatautosuper: remove heuristic where a homonymous named...
2015-12-08 Jean Privatcode: various update to clean declaration or usage...
2015-12-08 Lucas Bajoletlib/core: Re-implemented some frequently used binops...
2015-12-08 Alexis Laferrièresrc: as casts define the type of class attributes
2015-12-04 Jean PrivatMerge: Intro of nitrestful a RESTful API generator
2015-12-03 Jean Privatsrc/astvalidation: use a CircularArray instead of an...
2015-11-30 Jean Privatmodelize: always check visibility of return types
2015-11-30 Jean Privatsrc/rta: import csv publicly.
2015-11-30 Jean Privatnitc/ffi: make private some top-level methods
2015-11-29 Alexis Laferrièresrc: intro the nitrestful tool
2015-11-29 Alexis Laferrièrelib/gen_nit: move NitModule from nitserial to gen_nit
2015-11-29 Alexis Laferrièresrc/serialization: remove already resolved TODO
2015-11-27 Jean PrivatMerge: Prefix grammar
2015-11-27 Lucas Bajoletparser: Regenerated tables for previous commit
2015-11-27 Lucas Bajoletparser: Updated grammar to support prefixed and suffixe...
2015-11-25 Jean Privatmodel: fix `try_get_primitive_method`
2015-11-16 Alexis Laferrièresrc/android: do not link with libpng
2015-11-12 Jean PrivatMerge: Handle gracefuly multi-varargs
2015-11-10 Jean PrivatMerge: frontend: `missing-doc` advice is conditioned...
2015-11-10 Jean PrivatMerge: add piwik to the nitcatalog
2015-11-10 Jean Privatjava_compiler: handle multi-varargs
2015-11-10 Jean Privatfrontend: `missing-doc` advice is conditioned to the...
2015-11-10 Jean Privatmodelize: combine initialize signatures without losing...
2015-11-10 Jean Privatmodel: accept multiple vararg parameters
2015-11-10 Jean Privattyping: handle multiple vararg
2015-11-10 Jean Privattyping: extact `check_one_vararg` from `check_signature`
2015-11-10 Jean Privattyping: move vararg_length on each argument, instead...
2015-11-09 Jean PrivatMerge: autosuperinit: do not crash on broken model
2015-11-09 Jean Privatautosuperinit: do not crash on broken model
next