src: use `ASuperExpr::mpropdef` instead of asking the frame or visitors
[nit.git] / src /
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
2014-03-04 Alexis Laferrièrenitg: intro the platform concept
2014-03-04 Alexis Laferrièrenitg: refactor the ToolChain class by adding an abstrac...
2014-03-04 Alexis Laferrièrenitg: extract toolchain methods into a new ToolChain...
2014-03-04 Alexis Laferrièrenitg: fix generated code for call to super from C
2014-03-04 Alexis Laferrièrenitg: fix generated signature for FFI cast
2014-03-04 Alexis Laferrièrenitg: fix FFI _is_null functions
2014-02-28 Jean PrivatMerge branch 'hardening_types'
2014-02-28 Jean PrivatMerge remote-tracking branch 'alexandre/nitmetrics'
2014-02-28 Jean Privatnitg-s: remove partial_types
2014-02-28 Alexandre Terrasametrics: add colors to metrics output
2014-02-28 Alexandre Terrasametrics: remove useless redef of Model from metrics_base
2014-02-28 Alexandre Terrasametrics: replace is_user_defined() by is_standard()
2014-02-28 Alexandre Terrasametrics: refactor inheritance metrics
2014-02-28 Alexandre Terrasametrics: extract mclasses_metrics in its own nit module
2014-02-28 Alexandre Terrasametrics: extract mmodule_metrics in its own module
2014-02-28 Alexandre Terrasametrics: add abstract metrics classes for better organi...
2014-02-28 Jean Privatnitg-s: do not color undead types
2014-02-28 Alexandre TerrasaResolve merge conflicts with master
2014-02-28 Jean Privatnitg-s: compile_type_to_c generate partial tables for...
2014-02-28 Jean Privatnitg-s: use table_size instead of resolution_table...
2014-02-28 Jean Privatnitg-s: use the original type in type tests
2014-02-28 Jean Privatnitg-s: add hardening_live_open_type and hardening_cast...
2014-02-28 Jean Privatrta: store real types in live_cast_type
2014-02-27 Jean PrivatMerge remote-tracking branch 'alexis/cpp'
2014-02-27 Jean PrivatMerge remote-tracking branch 'alexandre/fix-vt-redef'
2014-02-27 Alexis Laferrièrenitg: fix use only local files in generated Makefile...
2014-02-27 Alexis Laferrièrenitg/ffi: adds support for the cpp_compiler_options
2014-02-27 Alexis Laferrièrenitg/ffi: intro of FFI with C++
2014-02-27 Alexandre Terrasamodelize_mproperty: fix virtual type redef on already...
2014-02-27 Jean PrivatMerge branch 'super_init_call'
2014-02-26 Jean Privatengines: assert the right number of arguments in calls
2014-02-26 Jean Privatengines: collect only required arguments in super init...
2014-02-26 Jean Privattyping: check signature in super init call without...
2014-02-26 Jean Privatauto_super_init: Better check of the signature
2014-02-26 Jean PrivatMerge remote-tracking branch 'lucas/unwind_integration'
2014-02-26 Jean PrivatMerge remote-tracking branch 'alexis/cleanup-c-make...
2014-02-26 Lucas Bajoletnitg: Added signal information when producing a stack...
2014-02-25 Alexis Laferrièrenitg: fix errors related to mainmodule (.mk file and...
2014-02-25 Alexis Laferrièrenitg: minor optimization and cleanup
2014-02-25 Jean PrivatMerge remote-tracking branch 'alexandre/fix-iterators'
2014-02-25 Alexandre Terrasanitmetrics: correct typo from `reciever` to `receiver`
2014-02-25 Alexandre Terrasacorrect typo from `reciever` to `receiver` in error...
2014-02-25 Alexandre Terrasatyping: standardize error messages for AForExpr loops
2014-02-25 Alexandre Terrasatyping: fix failed cast when iterate over a nullable...
2014-02-25 Alexandre Terrasanitdoc: remove unused plugin "Copy to Clipboard"
2014-02-25 Alexandre Terrasanitdoc: move css files to share/css/ dir
next