nitc: let CC, CXX and NO_STACKTRACE use env value
[nit.git] / src /
2016-09-21 Alexis Laferrièrenitc iOS: quiet output of `xcodebuild`
2016-09-19 Alexis Laferrièrelib & contrib: update imports
2016-09-16 Alexis Laferrière*: update redefs of `to_json`
2016-09-09 Alexis Laferrièrenitc iOS: fix moving binary in release compilation...
2016-09-09 Alexis Laferrièrenitc iOS: report rmdir errors and quit
2016-09-02 Alexandre Terrasanitweb: replace default md_processor so nitweb can...
2016-09-02 Alexandre Terrasanitweb: move md_processor to config
2016-09-02 Alexandre Terrasasrc/doc_down: does not pre escape nit source code
2016-09-02 Alexandre Terrasasrc/doc_down: make md processors writable
2016-09-01 Jean PrivatMerge: nitweb: use index for quick search
2016-09-01 Jean PrivatMerge: nitweb: better namespaces
2016-09-01 Jean PrivatMerge: frontend: make the warning on unavailable glslan...
2016-09-01 Jean PrivatMerge: typing: Fix minor mistakes in documentation
2016-09-01 Jean PrivatMerge: json::serialization: don't raise errors on missi...
2016-08-31 Alexandre Terrasanitweb: use model index
2016-08-31 Alexandre Terrasanitweb: move view to config
2016-08-31 Alexandre Terrasanitweb: add `namespace` key to all mentities json
2016-08-31 Alexandre Terrasamodel: fix some warnings
2016-08-31 Alexandre Terrasanitweb: fix linearization responses
2016-08-31 Alexandre Terrasanitweb: use model_json `full_json`
2016-08-31 Alexandre Terrasasrc/model: split model json into short and full json
2016-08-30 Alexis Laferrièrefrontend/serialization: missing nullable attribute...
2016-08-30 Alexis Laferrièreserialization: don't throw missing attribute error...
2016-08-30 Alexis Laferrièrefrontend/serialization: leave missing attributes to...
2016-08-30 Alexis Laferrièrefrontend/serialization: remove generated documentation
2016-08-30 Alexis Laferrièremodelize: precise in `has_value` doc the link with...
2016-08-29 Jean-Christophe... typing: Fix minor mistakes in documentation
2016-08-28 Alexis Laferrièrefrontend: always raise advice about missing glslangVali...
2016-08-28 Alexis Laferrièrefrontend: make the warning on missing `glslangValidator...
2016-08-26 Jean PrivatMerge: serialization: fix a bug, improve doc and clean...
2016-08-26 Alexis Laferrièrefrontend/serialization: fix skipping type check for...
2016-08-26 Jean PrivatMerge: modelize_property: Promote `refine-type` to...
2016-08-26 Jean PrivatMerge: Tools use model index
2016-08-25 Alexandre Terrasanitweb: doc_down use model_index
2016-08-25 Alexandre Terrasasrc/model: remove useless services from model_view
2016-08-25 Alexandre Terrasanitdoc: use model index
2016-08-25 Alexandre Terrasanitx: use model index
2016-08-25 Alexandre Terrasasrc/model: associate model index and model view
2016-08-25 Alexandre Terrasanitweb: catch 404 errors from /api/*
2016-08-25 Alexandre Terrasanitweb: better error responses from API
2016-08-25 Alexandre Terrasanitweb: merge ModelHandler and APIHandler
2016-08-25 Alexandre Terrasanitweb: split APIRouter in modules
2016-08-25 Alexandre Terrasanitweb: move catalog to config
2016-08-24 Jean PrivatMerge: Model index
2016-08-23 Jean PrivatMerge: modelize_property: Remove a unnecessary pre...
2016-08-22 Alexandre Terrasatests: test ModelIndex
2016-08-22 Alexandre Terrasanitunit: import frontend
2016-08-22 Alexandre Terrasasrc/model: introduce ModelIndex
2016-08-18 Jean-Christophe... modelize_property: Remove a unnecessary pre-condition
2016-08-18 Jean-Christophe... modelize_property: Promote `refine-type` to an error
2016-08-17 Alexandre Terrasanitweb: move mongo to web_base
2016-08-15 Jean PrivatMerge: Native Windows bootstrap
2016-08-15 Jean PrivatMerge: json::serialization: fallback to the static...
2016-08-15 Alexis Laferrièrenitc: don't use /dev/null on windows
2016-08-15 Alexis Laferrièrenitc: gen precompiler ifs to avoid features incompatibl...
2016-08-14 Alexandre Terrasanitweb: add API user login/logout end points
2016-08-14 Alexandre Terrasanitweb: init session
2016-08-12 Alexis Laferrièrefrontend/serialization: a bit more details to the doc
2016-08-12 Alexis Laferrièrefrontent/serialization: use static types to deserialize...
2016-08-12 Alexis Laferrièrefrontend/serialization: pass the static type to the...
2016-08-12 Alexis Laferrièrefrontend/serialization: use types from model at deseria...
2016-08-12 Alexis Laferrièrefrontent/serialization: fix warnings
2016-08-10 Alexandre Terrasanitweb: use config file
2016-08-10 Alexandre Terrasanitweb: factorize catalog building
2016-08-10 Alexandre Terrasanitweb: factorize APIRouter
2016-08-10 Alexandre Terrasanitweb: fix typo in help message
2016-08-09 Jean PrivatMerge: new class MErrorType to handle buggy types
2016-08-09 Jean PrivatMerge: Text API
2016-08-09 Jean Privatrta: drop local `is_valid_type` and use `is_legal_in...
2016-08-09 Jean Privatmodel: add `MType::is_legal_in` to check the legality...
2016-08-09 Jean Privatmodel: returns more MErrorType instead of aborting
2016-08-09 Jean Privatmodel: add MType::is_ok to check MErrorType in depth
2016-08-09 Jean Privatmodel: new class MErrorType as using MBottomType was...
2016-08-09 Jean PrivatMerge: Faster lookup
2016-08-09 Jean Privatrta: fast fix to avoid resolving illegal types.
2016-08-08 Jean PrivatMerge: Serialization fixes and hardening
2016-08-08 Jean PrivatMerge: `mendel_metrics`: Fix documentation
2016-08-08 Jean Privatmodel: MVirtualType fast resolution for the special...
2016-08-08 Jean Privatmodel: lookup_definitions gains an *iterate the classde...
2016-08-08 Jean Privatmodel: MClassDef register property definitions by its...
2016-08-08 Jean PrivatMerge: modelize_class: Force `Object` to be an interface
2016-08-08 Jean PrivatMerge: modelize_class: Remove an unnecessary pre-condition
2016-08-08 Jean PrivatMerge: modelize_class: Remove a dead check
2016-08-04 Jean-Christophe... modelize_class: Do not crash if `Pointer` is not defined
2016-08-04 Jean-Christophe... modelize_class: Force `Object` to be an interface
2016-08-04 Alexis Laferrièrenitserial: silence property-conflict warning in generat...
2016-08-04 Alexis Laferrièrefrontend: use a prettier "Unknown type" when the type...
2016-08-04 Alexis Laferrièreserialization: AttributeTypeError doesn't need the...
2016-08-04 Alexis Laferrièrefrontend: don't type check values for attributes typed...
2016-08-03 Jean PrivatMerge: app.nit: Intro the `app_files` annotation, and...
2016-08-03 Jean PrivatMerge: Android: import the R class
2016-08-03 Jean-Christophe... modelize_class: Remove a dead check
2016-08-02 Jean-Christophe... mendel_metrics: Fix the bibliographical reference
2016-08-02 Jean-Christophe... mendel_metrics: Fix a spelling mistake
2016-08-02 Jean-Christophe... modelize_class: Remove an unnecessary pre-condition
2016-07-22 Alexis LaferrièreiOS: use `app_files`
2016-07-22 Alexis LaferrièreAndroid: use `app_files` to find android specific files
2016-07-22 Alexis LaferrièreAndroid: move up assets and resources logic
2016-07-22 Alexis LaferrièreAndroid & iOS: collect the arguments from the `app_file...
2016-07-22 Alexis LaferrièreAndroid support: import the R class at the top of all...
next