src: rename `nit_version.nit` as `version.nit`
[nit.git] / src /
2014-03-21 Jean Privatsrc: rename `nit_version.nit` as `version.nit`
2014-03-20 Jean PrivatMerge branch 'module_paths'
2014-03-20 Jean PrivatMerge branch 'model_entity'
2014-03-20 Jean Privattest_markdown: adapt to MDoc
2014-03-20 Jean Privatnitx: adapt to MDoc
2014-03-20 Jean Privatnitunit: adapt do MDoc
2014-03-20 Jean Privatnitdoc: adaptation for MDoc
2014-03-20 Jean Privatmarkdown: work on MDoc (instead of ADoc)
2014-03-19 Jean Privatmodelbuilder: fill the `mdoc` of entities
2014-03-19 Jean Privatmodel: add module `model/mdoc` to attach optional MDoc...
2014-03-19 Jean Privatmodel: add `MEntity` as a superclass for model entities...
2014-03-19 Jean PrivatMerge remote-tracking branch 'alexis/various-ffi-fixes'
2014-03-19 Alexis Laferrièreandroid: make apps fullscreen
2014-03-19 Alexis Laferrièreandroid: cleanup indentation in generation of xml files
2014-03-19 Jean Privatnitls: add -M option do list dependencies
2014-03-18 Jean PrivatMakefile: build nitls
2014-03-18 Jean Privatsrc: new tool nitls
2014-03-18 Jean Privatmodelbuilder: add `MGroup::module_paths` to store poten...
2014-03-18 Jean Privatmodelbuilder: `identify_file` works with directories...
2014-03-18 Jean Privatmodelbuilder: extract `search_module_in_paths` from...
2014-03-18 Jean Privatmodelbuilder: get_mmodule_by_name only output lookpaths...
2014-03-18 Jean PrivatMerge branch 'streamable'
2014-03-18 Jean Privatlib/html: adapt HTMLPage & HTMLTag to Streamable
2014-03-18 Alexis Laferrièrenitg: add an extra \n after FFI rules for a better...
2014-03-18 Alexis Laferrièrenitg: fix use of dep_rules to differentiate between...
2014-03-14 Jean Privatmigration: use Comparator instead of Sorter in code
2014-03-14 Jean Privatlib/ordered_tree: adapt OrderedTree to Streamable
2014-03-14 Jean Privatmodel_viz: adapt MProjectDot to Streamable
2014-03-13 Jean PrivatMerge remote-tracking branch 'alexis/much-more-android'
2014-03-13 Jean PrivatMerge branch 'dump_rta'
2014-03-13 Alexandre Terrasadoc: modified comment for typing::AExpr::mtype
2014-03-12 Jean Privatmetrics/rta: save the list of live things in files
2014-03-12 Jean PrivatMerge remote-tracking branch 'alexis/even-more-android'
2014-03-12 Alexis Laferrièrenitg: do not use libunwind for platforms which do not...
2014-03-12 Alexis Laferrièrenitg/android: lock orientation of Android applications
2014-03-12 Jean PrivatMerge branch 'metrics'
2014-03-12 Jean PrivatMerge branch 'fix_module_owner_placebo'
2014-03-12 Jean Privatrta: add `live_methods_to_tree` to provide human-readab...
2014-03-12 Jean Privatrta: add `live_types_to_csv` to provide human-readable...
2014-03-12 Jean Privatmodel: fix module owner placebo
2014-03-12 Alexis Laferrièrenitg: fix compilation of assets to apk
2014-03-12 Jean PrivatMerge branch 'debug_require'
2014-03-12 Jean Privatnitmetrics: do not crash in `to_console` if no values...
2014-03-12 Jean Privatmodelviz: filter out modules without groups to avoid...
2014-03-11 Jean Privatmodel_viz: remove `AlphaComparator`&cie. since thez...
2014-03-11 Jean Privatabstract_compiler: show who require a declaration when...
2014-03-11 Jean Privatsrc: use `ASuperExpr::mpropdef` instead of asking the...
2014-03-11 Jean Privattyping: add `ASuperExpr::mpropdef` to stores the called...
2014-03-11 Jean Privatsrc: suppr. collect_super_sends module
2014-03-11 Jean Privatnitgs: use `MPorpDef::has_supercall` insead of collect_...
2014-03-11 Jean Privatffi: ASuperExternCall set mpropdef.has_supercall as...
2014-03-11 Jean Privatfrontend: move `MPropDef::has_supercall` to `modelize_p...
2014-03-10 Jean PrivatMerge branch 'templates'
2014-03-10 Jean Privatniti: add missing extern&intern methods on Char and...
2014-03-10 Jean Privatsrc: remove now useless compiling_writer
2014-03-10 Jean Privatsrc/c_tools: use template instead of compiling_writer
2014-03-10 Jean PrivatMerge remote-tracking branch 'alexis/more-android'
2014-03-10 Jean PrivatMerge branch 'triple_quoted'
2014-03-10 Jean Privatparser: regenerate for strings
2014-03-10 Jean Privatsyntax: enable empty expression-expansion in super...
2014-03-10 Jean Privatsyntax: allows trailing " and { in triple quoted strings
2014-03-08 Alexis Laferrièrenitg/android: move generate apk file (with -o or locally)
2014-03-08 Alexis Laferrièrenitg/android: load assets on the APK
2014-03-08 Jean Privatsyntax: ignore first '\n' in triple-quoted strings
2014-03-07 Alexis Laferrièrenitg/android: compile with the png lib
2014-03-07 Alexis Laferrièrenitg/android: add a deeper folder to generated project
2014-03-07 Jean PrivatMerge remote-tracking branch 'alexis/ffi-fix'
2014-03-07 Alexis Laferrièrenitg: collect_super_send detects callbacks to super...
2014-03-07 Alexis Laferrièrenitg: activate FFI in all engines
2014-03-07 Jean PrivatMerge remote-tracking branch 'alexandre/nitmetrics'
2014-03-07 Alexandre Terrasametrics: introduce Mendel analysis
2014-03-07 Alexandre Terrasametrics: min and max return the element instead of...
2014-03-07 Alexandre Terrasametrics: refactor RTA metrics
2014-03-07 Alexandre Terrasalib: rename Counter::total into Counter::sum
2014-03-07 Jean PrivatMerge branch 'callsite'
2014-03-07 Alexandre Terrasametrics: make MetricSet output csv
2014-03-07 Alexandre Terrasalib: csv get file to save in save instead of init
2014-03-07 Alexandre Terrasametrics: add Number of Local MProperty class metric
2014-03-07 Alexandre Terrasametrics: print std_dev for each metric
2014-03-07 Alexandre Terrasametrics: add to_console method to pretty print metrics...
2014-03-07 Alexandre Terrasametrics: move up collect in MetricSet
2014-03-07 Alexandre Terrasametrics: move up collect method in Metric
2014-03-07 Alexandre Terrasametrics: move up values method in Metric interface
2014-03-06 Alexis Laferrièrenitg-e: all extern type use the C structures of kernel...
2014-03-06 Alexis Laferrièrenitg-s: all extern type use the C structures of kernel...
2014-03-06 Alexis Laferrièrenitg-s: fix importation of custom C header between...
2014-03-06 Alexis Laferrièrenitg-s: fix "No provided declaration" with FFI casts
2014-03-06 Alexis Laferrièrenitg: fix FFI error with arguments name of extern methods
2014-03-06 Alexis Laferrièrenitg: fix C return type of callbacks to Nit
2014-03-06 Jean PrivatMerge remote-tracking branch 'alexis/android-platform'
2014-03-06 Jean PrivatMerge branch 'error_req_loop'
2014-03-06 Jean Privatmodelbuilder: display error in case of dependency loop
2014-03-06 Alexandre Terrasamodel_utils: better class hierarchy exploration
2014-03-05 Jean Privatauto_super_init: use CallSite
2014-03-05 Jean Privatauto_super_init: clean signature check
2014-03-05 Jean Privatnitx: only depends on modelize_property instead of...
2014-03-05 Jean Privatmodelbuilder: avoid infinitive recursion in case of...
2014-03-05 Jean Privatniti: add method `NaiveInterpreter.callsite` to prepare...
2014-03-04 Jean PrivatMerge remote-tracking branch 'alexis/ffi-fix'
2014-03-04 Alexis Laferrièreandroid: adds support for the android platform
next