nit.git
2014-04-03 Jean PrivatMerge: Nitgs optims
2014-04-03 Jean Privatballz: rename to `ballz_android` so tests can check it
2014-04-03 Jean PrivatMerge: Improvements to Moles
2014-04-02 Alexis Laferrièremoles: lower difficulty
2014-04-02 Alexis Laferrièremoles: add rules to Makefile; android-install and pngs
2014-04-02 Alexis Laferrièremoles: add traps!
2014-04-02 Alexis Laferrièremoles: add signs
2014-04-02 Alexis Laferrièremoles: add details to holes
2014-04-02 Alexis Laferrièremoles: use a darker background color
2014-04-02 Alexis Laferrièremoles: improve spacing of holes
2014-04-02 Alexis Laferrièremoles: set scale according to screen resolution on...
2014-04-02 Alexis Laferrièremoles: enable setting scale by platform
2014-04-02 Alexis Laferrièremoles: make number of rows and columns customizable...
2014-04-02 Alexis Laferrièremoles: fix order of columns and rows
2014-04-02 Alexis Laferrièremoles: cuter images
2014-04-02 Alexis Laferrièremoles: empty or hit moles do not intercept taps
2014-04-02 Alexis Laferrièremoles: improve display scaling
2014-04-02 Alexis Laferrièremoles: improve the documentation
2014-04-02 Alexis Laferrièremoles: improve coding style of mnit_moles
2014-04-02 Alexis Laferrièremnit/numbers: fix use image scale
2014-04-01 Jean PrivatMerge: Android Sensors + mnit_ballz
2014-04-01 Jean Privatnitgs: opt_direct_call_monomorph call `before_send...
2014-04-01 Jean Privatnitgs: extract `before_send` from `table_send`
2014-04-01 Jean Privatnitgs: add option --invocation-metrics to count things...
2014-04-01 Jean Privatbenchs: add --inline-some-methods and --direct-call...
2014-04-01 Jean Privatbenchs: add --no-gcc-directive to bench_nitg-s_options...
2014-04-01 Jean Privatbenchs: protect mangle groups of options in `bench_nitg...
2014-04-01 Jean Privatnitgs: add --direct-call-monomorph and --inline-some...
2014-04-01 Jean Privatnitg-s: use is_intern instead of crazy AST stuff
2014-04-01 Jean Privatmodel: add `MMethodDef::is_intern`
2014-04-01 Jean Privatnitg-s: collect static statistics about the invocation...
2014-04-01 Jean Privatversion 0.6.4 v0.6.5
2014-04-01 Romain Chanoirexamples: Adding mnit_ballz, a game using android_senso...
2014-04-01 Romain Chanoirmnit_android: changes android_app to support android_sensor
2014-03-31 Jean PrivatMerge: Incremental Improvements to Dino
2014-03-31 Alexis Laferrièredino: javelins on ground have different angles
2014-03-31 Alexis Laferrièredino: reset level after death
2014-03-31 Alexis Laferrièredino: draw a darker background
2014-03-31 Alexis Laferrièredino: break items on ground when run over
2014-03-31 Alexis Laferrièredino: add bushes!
2014-03-31 Alexis Laferrièredino: keep track of the score and display it
2014-03-31 Alexis Laferrièredino: add digits to assets
2014-03-31 Alexis Laferrièredino: set rand seed at the number of cavemen
2014-03-31 Alexis Laferrièredino: each caveman has a random speed
2014-03-31 Alexis Laferrièredino: each caveman flee in different angles
2014-03-31 Alexis Laferrièredino: each caveman has a predisposition for a hunting...
2014-03-31 Alexis Laferrièredino: cavemen do not get run over by dead dino
2014-03-31 Alexis Laferrièredino: display text under the hearts
2014-03-31 Alexis Laferrièredino: move down hearts according to platform
2014-03-31 Romain Chanoirmnit_android: Adding android_sensor module
2014-03-31 Romain Chanoirmnit_android: Adding SensorEvent in input_event module
2014-03-28 Jean PrivatMerge: CallSite on AFor and ARange
2014-03-28 Jean Privattests: update error messages
2014-03-28 Jean Privatlib/sha1: fix nitunit
2014-03-28 Jean PrivatMerge: lib: added sha1 on String
2014-03-27 Jean Privatnitg: Use gcc special attributes and directives.
2014-03-27 Lucas Bajoletlib: added sha1 on String
2014-03-27 Jean PrivatMerge: Fix visibility importation
2014-03-27 Jean PrivatMerge: Opt disable phase
2014-03-27 Jean PrivatMerge branch 'strings'
2014-03-27 Jean PrivatMerge: Callgraph
2014-03-27 Jean Privatphase: add option --disable-phase
2014-03-27 Jean Privatphase: use a better name on output
2014-03-26 Jean PrivatMerge: Fix ffi null service
2014-03-26 Jean Privattyping: add `ARangeExpr::init_callsite` and use it...
2014-03-26 Jean Privatnit: use callsites in AFor instead re-resolving stuff
2014-03-26 Jean Privatrta: use callsites in AFor instead re-resolving stuff
2014-03-26 Jean Privattyping: AFor store services as CallSite (instead of...
2014-03-26 Jean Privattyping: AFor remove old `iterate` case
2014-03-26 Jean PrivatMerge: More on Pipeline
2014-03-26 Jean Privattests: update sav/nitmetrics_args1.res for RTA-callsite...
2014-03-26 Jean Privatmetrics/rta: add callsite_info to display things
2014-03-26 Jean Privatrta: add live_callsites and live_callsites
2014-03-26 Jean Privatcallsite: add `mmodule` and `anchor` to the callsite...
2014-03-26 Jean Privatcompiler_ffi: factorize code in compile_extern_helper_f...
2014-03-26 Jean Privatcompiler_ffi: ifndef does not protect multiple definiti...
2014-03-26 Jean Privattests: update sav/nitg-e/base_class_name.res because...
2014-03-26 Jean Privatcontrib/nitcc: use FlatBuffer instead of Buffer
2014-03-26 Jean Privatlib/string: remove redefinition of CHARVIEW that expose...
2014-03-26 Jean PrivatMerge origin/master to prepare the integration
2014-03-26 Jean Privatlib/pipeline: add basic functional-like filer processin...
2014-03-25 Lucas Bajoletstdlib/strings: Minor style fix
2014-03-25 Lucas Bajoletstdlib/strings: Repaired hash for Buffers.
2014-03-25 Lucas Bajoletstdlib/strings: Added cache on Buffer.
2014-03-25 Lucas Bajoletstdlib/strings: Abstracted hash (breaks hash on Buffer...
2014-03-25 Lucas Bajoletstdlib/strings: Added cache for efficency when calling...
2014-03-25 Lucas Bajoletstdlib/strings: Added reversed service on Text and...
2014-03-25 Lucas Bajoletstdlib/strings: Generalized to_cstring to all Text...
2014-03-25 Lucas Bajoletstdlib/strings: Added flatten service.
2014-03-25 Lucas Bajoletstdlib/strings: Modified constructor for Buffer, now...
2014-03-25 Lucas Bajoletstdlib/strings: Fixed behaviour for substring_from...
2014-03-25 Lucas Bajoletstdlib/strings: Moved String as abstract, FlatString...
2014-03-25 Lucas Bajoletstdlib/strings: Moved append to Buffer, now works on...
2014-03-25 Lucas Bajoletstdlib/strings: Abstracted functions common to all...
2014-03-25 Jean PrivatMerge: check signature visibility
2014-03-25 Jean Privatnitunit: use `--ignore-visibility` when executon tests
2014-03-25 Jean Privatmodelbuilder: add option `--ignore-visibility`
2014-03-25 Jean Privattests: update nitmetrics
2014-03-25 Jean Privattests: extends `base_prot` to check more visibility...
2014-03-25 Jean Privattests: update base_attr3
next