nit.git
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 Alexandre Terrasanitdoc: move github-api to js/lib/
2014-02-20 Alexandre Terrasanitdoc: rewrite GitHub plugin
2014-02-20 Alexandre Terrasanitdoc: display right location for empty comments
2014-02-20 Alexandre Terrasanitdoc: migrate github commitbox to jQuery.UI widget
2014-02-20 Alexandre Terrasanitdoc: migrate github commentbox to jQuery.UI widget
2014-02-20 Alexandre Terrasanitdoc: migrate github loginbox to jQuery.UI widget
2014-02-20 Alexandre Terrasanitdoc: set timeout on keypress to limit quicksearch...
2014-02-20 Alexandre Terrasanitdoc: migrate quicksearch to jQuery.UI widget
2014-02-20 Alexandre Terrasanitdoc: migrate clipboard to jQuery.UI widget
2014-02-20 Alexandre Terrasanitdoc: migrate folding to jQuery.UI widget
2014-02-20 Alexandre Terrasanitdoc: introduce JQuery.UI
2014-02-20 Alexandre Terrasanitdoc: move filtering facilities to its own plugin...
2014-02-20 Alexandre Terrasanitdoc: move clipboard facilities to its own plugin...
2014-02-20 Alexandre Terrasanitdoc: move folding facilities to its own plugin file
2014-02-20 Alexandre Terrasanitdoc: refactor Nitdoc.GitHub JS module into github...
2014-02-20 Alexandre Terrasanitdoc: refactor Nitdoc.QuickSearch JS module into...
2014-02-20 Alexandre Terrasanitdoc: refactor Nitdoc.UI JS module into ui plugin
2014-02-20 Alexandre Terrasanitdoc: create js module utils
2014-02-20 Alexandre Terrasanitdoc: make base64 JS module require.js compatible
2014-02-20 Alexandre Terrasanitdoc: load js libs from require.js
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 Alexis Laferrièrelib: intro the method String::file_copy_to
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èretests: add tests for the pkgconfig annotation
2014-02-18 Alexis Laferrièrenitg/ffi: adds the pkgconfig annotation to detect requi...
2014-02-17 Jean PrivatMerge branch 'ffi_core' into merge_ffi
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 Jean PrivatMerge branch 'ffi_libupdate' into merge_ffi
2014-02-17 Alexis Laferrièrelib: update json module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update the callback_monkey example to the latest...
2014-02-17 Alexis Laferrièrelib: update sort_downloads to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update the socket module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update the curses module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update the signal module to the latest FFI spec
2014-02-17 Jean Privatlib: update mnit module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update gtk3_4 module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update curl module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update sqlite3 module to latest FFI spec
2014-02-17 Alexis Laferrièrelib: update md5 module to latest FFI spec
2014-02-17 Alexis Laferrièrelib: update the json module to latest FFI spec
2014-02-17 Alexis Laferrièretests: update FFI tests to latest spec
2014-02-17 Alexis Laferrièrelib: update standard library to latest FFI spec
2014-02-17 Jean Privatc_src: update for new ffi syntax
2014-02-17 Lucas Bajoletstdlib/strings: Temporary removal of Ropes from stdlib.
2014-02-17 Jean PrivatMerge branch 'prepare-ffi-migration' into merge_ffi
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èretests: remove native interface tests
2014-02-17 Alexis Laferrièresrc: delete old ffi and native_interface code
2014-02-17 Alexis Laferrièretests: fix sav file for test_for_times
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 Lucas Bajoletstdlib/strings: Removed from_substring constructor...
2014-02-14 Lucas Bajoletstdlib/strings: Added view on the chars of String and...
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-14 Jean PrivatMerge branch 'long_string'
2014-02-13 Jean Privattests: add test_string_triple2.nit
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 Privatc_src: remove git attribute `diff` on generated files
2014-02-12 Jean PrivatMerge branch 'rta_not_mandatory'
2014-02-12 Jean PrivatMerge branch 'calculator' of https://github.com/BlackMi...
next