nit.git
2014-03-03 Jean Privatbenchs: compile last nitg from bin/nitg
2014-03-03 Jean Privatbenchs: remove old nitc related benchs
2014-02-28 Jean Privatupdate .mailmap
2014-02-28 Alexis Laferrièredoc: modified comment for a_star
2014-02-27 Jean PrivatMerge remote-tracking branch 'alexis/cpp'
2014-02-27 Jean PrivatMerge remote-tracking branch 'github/pr/292/head'
2014-02-27 Jean PrivatMerge remote-tracking branch 'github/pr/291/head'
2014-02-27 Alexis Laferrièredoc: added comment for standard::math::Float::rand
2014-02-27 Jean PrivatMerge remote-tracking branch 'alexandre/fix-vt-redef'
2014-02-27 Alexis Laferrièredoc: added comment for standard::math::Int::rand
2014-02-27 Alexis Laferrièrenitg: fix use only local files in generated Makefile...
2014-02-27 Alexis Laferrièretests: intro tests for FFI with C++
2014-02-27 Alexis Laferrièrenitg/ffi: adds support for the cpp_compiler_options
2014-02-27 Alexis Laferrièrelib: intro the cpp module to support C++ code
2014-02-27 Alexis Laferrièrenitg/ffi: intro of FFI with C++
2014-02-27 Jean PrivatMerge remote-tracking branch 'alexis/glesv2'
2014-02-27 Alexandre Terrasamodelize_mproperty: fix virtual type redef on already...
2014-02-27 Alexis Laferrièretests: skip example opengles2_hello_triangle for nitg-s
2014-02-27 Jean PrivatMerge remote-tracking branch 'alexis/mnit-comments'
2014-02-27 Jean PrivatMerge branch 'super_init_call'
2014-02-26 Alexis Laferrièrelib/mnit: rewrite doc of `input_events`
2014-02-26 Alexis Laferrièrelib/mnit: rewrite doc of `InputEvent`
2014-02-26 Alexis Laferrièreexamples: adds the hello_triangle example using glesv2...
2014-02-26 Alexis Laferrièrelib: intro of the glesv2 module
2014-02-26 Alexis Laferrièrelib: intro of the x11 module
2014-02-26 Alexis Laferrièrelib: intro of the egl module
2014-02-26 Jean Privattests: error_needed_method_alt5
2014-02-26 Jean Privattests: add base_init_super_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 Privatlib: suppr useless (and unafe) constructor in FlatBuffe...
2014-02-26 Jean PrivatMerge remote-tracking branch 'lucas/unwind_integration'
2014-02-26 Alexis Laferrièrelib/sdl: minor whitespace cleanup
2014-02-26 Alexis Laferrièrelib/sdl: intro services to get the X11 window handle
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 Terrasatests: fix test errors for engine nitc
2014-02-25 Alexandre Terrasatests: fix error messages for engine nitg-s
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 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èretests: skip test_json for nitg-g
2014-02-24 Alexis Laferrièreniti: import common_ffi module to support some FFI...
2014-02-24 Alexis Laferrièrelib/realtime: use c_linker_option in realtime module
2014-02-24 Alexis Laferrièreexample: update and fix the extern_methods example
2014-02-24 Alexis Laferrièrelib/socket: fix missing FFI imports in socket
2014-02-24 Alexis Laferrièrelib/sdl: use c_compiler_option annotations
2014-02-24 Alexis Laferrièrelib/sqlite3: use pkgconfig in sqlite3
2014-02-24 Alexis Laferrièrelib/json: make SequenceRead jsonable instead of Sequence
2014-02-24 Alexis Laferrièrelib/json: fix missing FFI imports
2014-02-24 Alexis Laferrièrelib/json: use pkgconfig in json module
2014-02-24 Alexis Laferrièrelib/curses: use pkgconfig in curses module
2014-02-24 Alexis Laferrièrelib/curl: adds missing FFI import
2014-02-24 Alexis Laferrièrelib/curl: use pkgconfig in curl module
2014-02-24 Alexis Laferrièrelib/gtk: use the pkgconfig annotation in GTK module
2014-02-24 Alexis Laferrièretests: adds tests for the annotations "c_?_options"
2014-02-24 Jean PrivatMerge commit 'b7e675f'
2014-02-24 Jean PrivatMerge branch 'use_more_callsite'
2014-02-24 Jean Privattests: add base_attr_init_val_int.nit
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èretests: use a Char in test_deserialization
2014-02-22 Alexis Laferrièrelib/json_serialization: fix support for Char
2014-02-22 Alexis Laferrièrelib/json_serialization: remove use of \b in Nit strings
2014-02-22 Alexis Laferrièrephase/serialization: detect unsupported case until...
2014-02-22 Alexis Laferrièrephase/serialization: fix test_serialization_redef to...
2014-02-22 Alexis Laferrièrelib/simple_json_reader: unprotect special char in strings
2014-02-22 Alexis Laferrièretests: add deserialization test
2014-02-21 Jean Privattests: update RTA tests to relates the change in rta...
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 Privattests: update sav and remove some fixme.
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 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
next