pnacl: remove duplicated check to create project directory
[nit.git] / src /
2014-05-12 Alexis Laferrièrepnacl: remove duplicated check to create project directory
2014-05-07 Alexis LaferrièreMerge branch 'master' into pnacl_integration
2014-05-06 Alexis Laferrièreffi/java: fix support of Boolean types in JNI signature...
2014-05-06 Alexis Laferrièreffi/java: shorten name of generated Java class for...
2014-05-06 Alexis Laferrièreffi/java: fix freeing ref to Java class on execution...
2014-05-06 Alexis Laferrièreffi/java: support callback to method returning virtual...
2014-05-05 Alexis Laferrièreffi/java: use existing Set of callbacks per language...
2014-05-05 Alexis Laferrièreffi: move up Set of callbacks by foreign language
2014-05-04 Alexis Laferrièreffi/java: fix typo
2014-05-02 Djomanixnitg: Added comment for exec_and_check
2014-05-02 Djomanixnitg: Added PNaCl support for Nit
2014-05-01 Alexis Laferrièreandroid: use version code in manifest
2014-05-01 Alexis Laferrièreandroid: get version code from date and time
2014-04-29 Djomanixnitg: Use template::write_to_file in android_platform
2014-04-29 Djomanixnitg: Fixed the copyright notice on android_platform
2014-04-29 Djomanixnitg: Extract exec_and_check from Android
2014-04-29 Jean PrivatMerge: introduce Nith, the ligHt Nit compiler
2014-04-28 Jean PrivatMerge: Interactive parser
2014-04-28 Jean PrivatMerge: Customize the generated Android project
2014-04-28 Jean Privatabs_comp: move call of `supports_libunwind` in the...
2014-04-28 Jean Privatmodelbuilder: name the main module like the first module.
2014-04-28 Jean PrivatMerge: Benchs nullables
2014-04-28 Alexis Laferrièreandroid: use custom manifest lines
2014-04-28 Alexis Laferrièreandroid: use the metadata to customize the generated...
2014-04-28 Alexis Laferrièreandroid: intro annotation to customize Android manifest
2014-04-28 Jean Privatnith: introduce `nith` the ligHt Nit compiler
2014-04-28 Jean Privatnitg: introduce phases for Compiler classes
2014-04-28 Jean PrivatMerge: tests: better handling of tests without a sav...
2014-04-28 Alexis Laferrièreandroid: intro annotation to get project version
2014-04-28 Alexis Laferrièreandroid: intro annotations to gather project metadata
2014-04-28 Jean PrivatMerge: Nitgs semiglobal
2014-04-28 Alexandre Terrasanitc: add option --count-isset-checks to count all...
2014-04-28 Alexandre Terrasanitc: renamed --no-check-initialization in --no-check...
2014-04-27 Jean PrivatMerge: lib: fix broken assert in FStream::opens
2014-04-27 Alexis Laferrièreniti: implement Pointer:address_is_null as "intern...
2014-04-27 Alexis LaferrièreMerge branch 'master' into java-ffi-android
2014-04-27 Jean Privatnitgs: add --no-colo-dead-methods to explicitely disabl...
2014-04-27 Jean Privatsepcomp: do not colorize dead methods
2014-04-27 Jean Privatsepcomp: add --semi-global to activate all semi-global...
2014-04-27 Jean Privatsepcomp: add --skip-dead-methods
2014-04-27 Jean Privatnitge: learn to use RTA if --rta is given
2014-04-27 Jean Privatnitge: optimize compile_class_to_c for dead classes
2014-04-27 Jean Privatnitgs: optimize compile_class_to_c for dead methods
2014-04-27 Jean Privattest_parser: add option `-i` for interactive parsing
2014-04-27 Jean Privatparser_util: add `interactive_parse` to have a simple...
2014-04-27 Jean PrivatMerge: Fix some AST bugs
2014-04-26 Jean Privatmodel: fatal error, instead of abort if more that one...
2014-04-26 Jean PrivatMerge: Metrics nullables
2014-04-25 Alexis Laferrièreniti: add support partial for NativeFile::address_is_null
2014-04-25 Alexis Laferrièrenitg: use load_jclass in Java FFI
2014-04-25 Alexis Laferrièreandroid: enable code in AndroidManifest
2014-04-25 Alexis Laferrièreandroid: support FFI with Java
2014-04-25 Alexis Laferrièrejava ffi: use Java int to store C pointers
2014-04-25 Jean Privattyping: remove `raw_arguments` as a cache
2014-04-25 Jean Privattransform: disable transform of ASuperstringExpr
2014-04-25 Jean Privatrta: do not try to remove things from a set in iteration
2014-04-25 Jean Privatrta: add_monomorphic_send mark the mproperty as live
2014-04-25 Jean Privatrta: guard `add_send` with a specific set, instead...
2014-04-25 Jean Privattransform: do not detach things while itering
2014-04-25 Jean Privatmodelbuilder: a directory named `src` triggers more...
2014-04-25 Jean PrivatMerge: improve nitls
2014-04-25 Jean Privatnitls: parse options before instantiating modelbuilder
2014-04-25 Alexandre Terrasametrics: display sums in to_console
2014-04-25 Alexandre Terrasametrics: count nullable attributes
2014-04-25 Alexandre Terrasametrics: compute number of properties and number of...
2014-04-25 Alexandre Terrasamodel_utils: add MAttribute::is_nullable
2014-04-25 Alexandre Terrasamodel_utils: add attributes count (local + inherited...
2014-04-25 Alexandre Terrasametrics: clear metrics set between each group analysis
2014-04-25 Jean Privatnitls: use `-P` for `--project`. `-p` is already used...
2014-04-25 Jean Privatnitls: option `-M` aliases `-d`, `-p` and `-s`
2014-04-25 Jean Privatnitunit: keeps track of the source directory of the...
2014-04-25 Jean Privatnitunit: `-W` warns fishy block in comments
2014-04-25 Jean Privatnitunit: allows multiple independant block in a single...
2014-04-25 Jean Privatniti: force `eval` to parse things as modules.
2014-04-25 Jean Privatparser_util: fix and nitunitfy `parse_something`
2014-04-24 Jean Privatmarkdown: understang github fencing
2014-04-24 Jean Privatnitunit: lower verbosity level to track each execution...
2014-04-24 Jean Privatnitunit: add option `--no-act` that does noes run the...
2014-04-24 Jean Privatnitunit: more verbose on execution
2014-04-23 Jean Privatmkcsrc: fix a regexp that brokes the reboostrap
2014-04-23 Jean Privatnitunit: learn to use `nit_dir` instead of hardcoding...
2014-04-23 Jean Privatsrc: adapt tools to use `ToolContext::nit_dir` instead...
2014-04-23 Jean Privattoolcontext: add nit_dir service
2014-04-22 Jean Privatnitls: can use `--depends` with others options.
2014-04-22 Jean Privatnitls: add option --path to force the output of paths...
2014-04-18 Jean Privatniti: implements `NativeArray::length`
2014-04-18 Jean Privatnitg: implements `NativeArray::length`
2014-04-15 Jean PrivatMerge: Modernize syntax
2014-04-15 Jean Privatsrc: remove old-style attribute from src/ (except parser)
2014-04-15 Jean Privatparser: regenerate parser files
2014-04-15 Jean Privatparser: add AHexIntExpr
2014-04-15 Jean Privatparser: split `AIntExpr` and `ADecIntExpr`
2014-04-15 Jean Privatparser: force new style FFI in syntax.
2014-04-15 Jean Privatparser: disable unused `=` shortcut for functions
2014-04-15 Jean Privatparser: allow top-level methods between class definitions
2014-04-15 Jean Privatparser: parentheses in `.as` are optional
2014-04-15 Jean Privatparser: add 'public' keyword
2014-04-14 Jean PrivatMerge: FFI with Java
2014-04-11 Jean Privatmodelbuilder: correctly detect property name conflicts
2014-04-10 Jean PrivatMerge: Qualified import
next