mmodule: Added support of package importation
[nit.git] / src / model / mmodule.nit
2019-08-27 Florian Deljarrymmodule: Added support of package importation
2017-08-15 Alexandre Terrasaloader: use `test` annotations for modules
2017-02-10 Jean Privatnitc: add new module annotation `is generated`
2017-02-02 Jean Privatnitc: first_real_mmodule is now explicitly set.
2016-08-31 Alexandre Terrasamodel: fix some warnings
2016-05-13 Jean Privatmodel: filepath is now just an alias on the location
2016-05-13 Jean Privatmodel: promote location to any `MEntity`
2016-04-27 Jean Privatmodel: double the name of the default module to make...
2015-12-18 Jean Privatmodel: promote MModule::filename to model::mmodule
2015-12-18 Jean Privatloader: update the mmodule location once the source...
2015-10-22 Jean PrivatMerge: Less null warnings in src/
2015-10-22 Jean Privatsrc: remove some `call on nullable` warning with a...
2015-10-21 Jean Privatmodel: move-up `is_fictive` from MModule to MEntity
2015-10-17 Jean Privatloader: improve documentation
2015-09-09 Jean Privatsrc: mass rename project->package
2015-07-21 Jean Privatmodel: remove requirement unique_invocation of `MModule...
2015-04-02 Alexis Laferrièremodel: intro `MModule::first_real_mmodule` to get the...
2015-01-14 Jean PrivatMerge: Do not display test suite modules in Nitdoc
2015-01-14 Jean Privatmodel: add MModule::namespace_for and MModule::c_namesp...
2015-01-12 Alexandre Terrasamodel: add MModule::is_test_suite attribute.
2015-01-10 Jean Privatmodel: add `MModule::mproject` to simplify clients
2014-12-28 Jean Privatmodel: remove a last bit of old module nesting hierarchy
2014-12-17 Jean Privatmodel: promote `c_name` from abstract-compiler to model
2014-12-17 Jean Privatmodel: promote `full_name` to MEntity
2014-12-09 Alexandre Terrasamodel: removes deprecated, now unused, method MModule...
2014-12-02 Jean Privatmodel: add MEntity::mdoc_or_fallback to get more docume...
2014-11-05 Jean Privatsrc: update most tools to new constructors
2014-10-01 Jean Privatsrc: reduce warnings and spelling errors
2014-09-18 Jean Privatmodel: remove MModule::direct_owner
2014-09-18 Jean Privatmodel: introduce MGroup::default_mmodule to replace...
2014-09-17 Jean Privatmodel: remove public_owner methods
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-07-30 Jean Privatsrc: remove some useless import
2014-07-21 Alexandre Terrasamodel: Generalize access to `model` form `MEntitiy`.
2014-07-17 Jean Privatmodel: promote `is_fictive` from doc_model
2014-06-25 Alexandre Terrasamodel: introduce MConcern
2014-06-25 Alexandre Terrasamodel: introduce `name` in MEntity according to it...
2014-03-19 Jean Privatmodel: add `MEntity` as a superclass for model entities...
2014-03-12 Jean Privatmodel: fix module owner placebo
2014-02-05 Jean Privatmodelbuilder: load modules in projects and groups
2014-02-05 Jean Privatmodel: add mproject module
2014-01-29 Jean Privatmodel: move MModule related classes into mmodule.nit