nitg: intro the platform concept
[nit.git] / src /
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-02-28 Jean PrivatMerge remote-tracking branch 'alexandre/nitmetrics'
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 Alexandre TerrasaResolve merge conflicts with master
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
2014-02-25 Alexandre Terrasanitdoc: migrate github modalbox to JQuery.UI widget
2014-02-25 Alexis LaferrièreMerge branch 'privat' into 'cleanup-c-make-and-copy'
2014-02-24 Jean PrivatMerge branch 'c_ffi_alive_again'
2014-02-24 Jean PrivatMerge remote-tracking branch 'alexis/deserialization'
2014-02-24 Alexis Laferrièreniti: import common_ffi module to support some FFI...
2014-02-24 Jean PrivatMerge commit 'b7e675f'
2014-02-24 Jean PrivatMerge branch 'use_more_callsite'
2014-02-24 Jean PrivatRTA: force primitive types to be alive
2014-02-24 Jean PrivatMerge remote-tracking branch 'lucas/string_integration'
2014-02-22 Alexis LaferrièreMerge branch 'privat' into deserialization
2014-02-22 Alexis Laferrièrephase/serialization: detect unsupported case until...
2014-02-21 Jean Privattyping: remove depreciated API and rely only on callsites
2014-02-21 Jean Privatniti: use callsite to do the interpretation
2014-02-21 Jean Privatrta: use callsites to do the analysis
2014-02-21 Jean Privattyping: use a callsite to store "super init call"
2014-02-21 Jean PrivatMerge branch 'fix_param_check'
2014-02-21 Jean PrivatMerge branch 'fix_mkcsrc'
2014-02-21 Jean Privatsrc: new script full_bootstrap
2014-02-21 Jean Privatmkcsrc: remove and replace old c_src
2014-02-21 Jean Privatcompiler_ffi: use `compile_dir` instead of hard-coded...
2014-02-21 Jean Privatabstact_compiler: add `ModelBuilder::compile_dir`
2014-02-21 Jean PrivatMerge remote-tracking branch 'lucas/local_redef_fix'
2014-02-21 Jean PrivatMerge branch 'fix_lookup_definitions'
2014-02-21 Jean Privatmodelize_properties: improve error messages
2014-02-21 Jean Privatmodelize_property: fix the check of the types of parame...
2014-02-20 Alexandre Terrasanitdoc: display right location for empty comments
2014-02-20 Alexandre Terrasanitdoc: introduce require.js a JS module loader
2014-02-20 Alexandre Terrasanitdoc: add --shareurl to link external share files
2014-02-20 Alexis Laferrièrephases: add support for deserialization
2014-02-20 Lucas Bajoletnitg: Fixed modelize_property to print an error when...
2014-02-19 Alexandre Terrasanitdoc: move Piwik tracker out of html footer
2014-02-18 Alexis Laferrièrenitg: divide C compilation into 3 methods in abstract...
2014-02-18 Alexis Laferrièrenitg: use only local files in compilation
2014-02-18 Alexis Laferrièrenitg: copy over gc_choser files
2014-02-18 Alexis Laferrièrenitg: move adding gc_chooser out of the makefile generation
2014-02-18 Alexis Laferrièrenitg: actually copy over files to compile_dir
2014-02-18 Alexis Laferrièrenitg: keep a list of source files to copy to the compil...
2014-02-18 Jean Privatmodel: select_most_specific behave correctly when given...
2014-02-18 Jean Privatmodel: factorize `select_most_specific` from `lookup_...
2014-02-18 Alexis Laferrièrenitg/ffi: adds the annotations c_[copiler|linker]_option
2014-02-18 Alexis Laferrièrenitg/ffi: adds the pkgconfig annotation to detect requi...
2014-02-17 Alexis Laferrièrenitg: detect if a compiler supports the FFI
2014-02-17 Jean Privatnitg: activate support for the FFI in nitg
2014-02-17 Alexis Laferrièrenitg-g: support cast between subtypes of Pointer
2014-02-17 Alexis Laferrièrenitg: intro the compiler_ffi module to support the...
2014-02-17 Alexis Laferrièrenitg: intro the common_ffi module and support for the...
2014-02-17 Alexis Laferrièrenitg: intro the nitni module
2014-02-17 Lucas Bajoletstdlib/strings: Removed usage of Strings as SequenceRea...
2014-02-17 Alexis Laferrièremodel: rta uses its visitor only to visit FFI extern...
2014-02-17 Alexis Laferrièresrc: delete old ffi and native_interface code
2014-02-17 Jean PrivatMerge branch 'enlarge_ffi_syntax' into merge_ffi
2014-02-15 Alexandre Terrasadoc: added comment for metrics::inheritance_metrics...
2014-02-14 Jean Privatparser: regenerate files
2014-02-14 Jean Privatparser: extern stuff accepts types and dot
2014-02-14 Jean Privatparser: drop qualification in annotations
2014-02-13 Jean Privatparser: regenerate table for long strings
2014-02-13 Jean Privatparser: improve long string when mixing " and {
2014-02-12 Jean PrivatMerge branch 'rta_not_mandatory'
2014-02-12 Jean PrivatMerge branch 'reassign_fixes' of https://github.com...
2014-02-12 Jean PrivatMerge branch 'serialization'
2014-02-12 Jean PrivatMerge branch 'unwind_integration'
2014-02-12 Jean Privatnitg-e: run without RTA thus allows recursive generic...
2014-02-12 Jean Privatnitg: new module `collect_super_sends` to use when...
2014-02-12 Jean Privatnitg: protect some null runtime_type_analysis to fall...
2014-02-12 Jean Privatnitg: make runtime_type_analysis nullable to enable...
next