lib/sdl: intro services to get the X11 window handle
[nit.git] / src /
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 Alexis Laferrièrephases: add support for deserialization
2014-02-20 Lucas Bajoletnitg: Fixed modelize_property to print an error when...
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...
2014-02-12 Jean Privatrta: check the type NativeArray before the method with_...
2014-02-12 Jean Privatrta: use `to_s_with_length` instead of `to_s` in litera...
2014-02-12 Jean Privatstack_trace: move include and declaration in main body
2014-02-12 Jean Privatstack_trace: always exports the show_backtrace service
2014-02-12 Jean Privatstack_trace: do not stacktrace on explicit exit
2014-02-12 Alexis Laferrièrefrontend: fix doc in serialization_phase
2014-02-12 Alexis Laferrièrefrontend: force order of serialzation and literal phase...
2014-02-11 Lucas Bajoletnitg: Usefix, avoids producing a backtrace when encount...
2014-02-11 Lucas Bajoletnitg: Added option to disable use of libunwind to gener...
2014-02-11 Lucas Bajoletnitg: Corrected bug when creating a new AVarExpr, uses...
2014-02-08 Alexis LaferrièreMerge branch 'privat' into topub
2014-02-08 Alexis Laferrièrephase/serialization: add utilities to get name and...
2014-02-07 Jean Privatsrc: remove check_init_instance everywhere
2014-02-07 Alexis Laferrièrefrontend: intro the serialization phase
2014-02-07 Jean Privatmodulebuilder: remove protection for multiple loading...
2014-02-07 Jean Privatmodulebuilder: module_absolute_path does always its job
2014-02-05 Jean Privatmetrics: remove mmodule_nesting_hierarchy in poset_metrics
2014-02-05 Jean Privatmetrics: generate projects and groups in model_hyperdoc
2014-02-05 Jean Privatmetrics: use model_viz in generate_hierarchies
2014-02-05 Jean Privatsrc: add model_viz.nit
2014-02-05 Jean Privatnitunit: do some kind of shenanigans to import the...
2014-02-05 Jean Privatnitx: use projects instead of owner
2014-02-05 Jean Privatmodelbuilder: load modules in projects and groups
2014-02-05 Jean Privatmodel: add mproject module
2014-02-05 Jean Privatmodelbuilder: in load_rt_module, rename `owner` to...
2014-02-05 Jean Privatmodulebuilder: extract load_module_ast from load_module
2014-02-04 Jean Privatremove bit-rotting interpretor_type_test.nit
2014-02-04 Jean Privattest_phase: remove unavailable `import modelize_module`
2014-02-03 Jean PrivatMerge remote-tracking branch 'alexandre/fix-nitdoc'
2014-02-03 Jean PrivatMerge remote-tracking branch 'lucas/unwind_integration'
2014-02-01 Alexandre Terrasanitdoc: fix show source link
2014-02-01 Alexandre Terrasamodelbuilder: Remove duplicates from modules list
2014-02-01 Alexandre Terrasanitdoc: exec without arguments terminates on exit(0)
2014-01-31 Lucas Bajoletnitg: Added option to bind C function names to Nit...
2014-01-30 Jean PrivatMerge branch 'prepare_projects'
2014-01-29 Jean Privatmodel: move MModule related classes into mmodule.nit
2014-01-29 Jean Privattools: add test_phase.nit
2014-01-29 Jean Privattools: move run_global_phases/process_mainmodule into...
2014-01-29 Jean Privatniti: add extern `file_realpath`
2014-01-29 Jean PrivatMerge remote-tracking branch 'lucas/unwind_integration'
2014-01-28 Jean PrivatMerge remote-tracking branch 'lucas/compiler_abstract_fix'
2014-01-27 Lucas Bajoletnitg: Added typing test on new for non-concrete classes...
2014-01-27 Lucas Bajoletnitg: Added C stack trace when encountering an error
2014-01-22 Alexis Laferrièrenitg-s: fix call to super in primitive types and add...
2014-01-22 Alexis Laferrièrenitg-s: fix abstract methods in extern classes and...
2014-01-20 Jean PrivatMerge remote-tracking branch 'lucas/Code injection...
2014-01-17 Lucas Bajoletdebugger: Modified commands for the debugger.
next