nit.git
2014-06-17 Alexis Laferrièrepep8analysis: add copyright info for viz.js
2014-06-17 Alexis Laferrièretests: adds sav file for pep8analysis_web
2014-06-17 Alexis Laferrièrepep8analysis: improve initial loading speed
2014-06-17 Alexis Laferrièrepep8analysis: show annotated CFG in web interface
2014-06-17 Alexis Laferrièrepep8analysis: add doc to web interface
2014-06-17 Alexis Laferrièrepep8analysis: intro the web interface
2014-06-17 Alexis Laferrièrepep8analysis: intro a variant main program for a web...
2014-06-17 Alexis Laferrièrepep8analysis: intro a feature to clear the list of...
2014-06-17 Alexis Laferrièrepep8analysis: print CFG as dot graph to OStream
2014-06-17 Alexis Laferrièrepep8analysis: enable analyzing from stream
2014-06-17 Alexis Laferrièrepep8analysis: fix format and encoding of some sample...
2014-06-17 Alexis Laferrièrelib: implement `close` in StringOStream
2014-06-17 Jean PrivatMerge: Compilation to JavaScript using the Emscripten SDK
2014-06-17 Jean Privatemscipten_platform: do not use `append` on String
2014-06-17 Jean PrivatMerge: Give top-level methods some rules
2014-06-16 Jean PrivatMerge: Subtyping test with perfect hashing in the Nit vm
2014-06-16 Jean Privattests: add tests for nitvm
2014-06-16 Jean PrivatMerge: No duplicated mclassdefs
2014-06-16 Alexis Laferrièreemscripten: add general features to lib
2014-06-16 Alexis Laferrièreexamples: intro a README file to emscripten examples
2014-06-16 Alexis Laferrièreexample: intro an emscripten wrapper around fibonacci
2014-06-16 Alexis Laferrièreexample: intro an emscripten wrapper around hello world
2014-06-16 Alexis Laferrièretests: support testing the emscripten module
2014-06-16 Alexis Laferrièreemscripten: intro the emscripten platform to generate...
2014-06-16 Alexis Laferrièrenitg: extracts default_outname from default toolchain
2014-06-16 Alexis Laferrièrenitg: extracts makefile_name from default toolchain
2014-06-16 Alexis Laferrièrenitg: use libgc only if platform supports it
2014-06-16 Alexis Laferrièrelib/stream: fix for clang/llvm/emscripten
2014-06-16 Jean Privattests: add error_toplevel.nit
2014-06-16 Jean Privattyping: check correct usage of top-level methods
2014-06-16 Jean PrivatMerge: Mnit fps
2014-06-16 Jean Privatmnit_fps: add current_fps
2014-06-16 Jean Privatmnit: update examples to use maximim_fps
2014-06-16 Jean Privatlib/mnit: introduce mnit_fps so each app does not need...
2014-06-13 Jean PrivatMerge: grammar: support spaces and doc with the `in...
2014-06-13 Alexis Laferrièregrammar: support spaces and doc with the `in "Java...
2014-06-13 Julien PagèsModification of the numbering in perfect_hashing.
2014-06-13 Julien PagèsFirst files for the Nit virtual machine
2014-06-13 Jean PrivatMerge: Fix shoot
2014-06-13 Jean Privatshoot: use `app_name` and `app_version`
2014-06-13 Jean Privatshoot: fix usage of the new App framework
2014-06-13 Jean Privatlib/app: make App::setup public
2014-06-12 Jean PrivatMerge: Search `README.md` to document groups
2014-06-12 Jean PrivatMerge: PNaCl : Added threading to pnacl.nit
2014-06-12 DjomanixUpdated the example with 'run' method
2014-06-12 DjomanixAdded the 'run' method who is in charge of the infinite...
2014-06-12 Jean Privattests: update model-related tools because there is...
2014-06-12 Jean Privattests: check that double definitions in distinct AClass...
2014-06-12 Jean Privatmodelbuilder: `check_redef_keyword` and `build_property...
2014-06-12 DjomanixUpdated the example, to show how to handle an 'exit...
2014-06-12 DjomanixEdited 'exit' function for pnacl in order to avoid...
2014-06-12 DjomanixDeleted useless 'while' and inlined write method
2014-06-12 DjomanixSuppression of the '-Werror' flag to avoid failing...
2014-06-12 DjomanixUpdated the example for pnacl, to make it work with...
2014-06-12 DjomanixExecution of the nit code on another thread, and redefi...
2014-06-12 Jean Privatmodelbuilder: `build_properties` process `all_defs...
2014-06-12 Jean Privatmodelbuilder: add `AClassdef::all_defs` to retrieve...
2014-06-12 Jean PrivatMerge: android: do not move down all inputs by 32 px
2014-06-12 Jean Privatmodelbuilder: modeling of top-level methods use `parent`
2014-06-12 Alexis Laferrièreandroid: do not move down all inputs by 32 px
2014-06-12 Jean Privatmodelbuilder: `build_a_mclassdef` reuse existing mclassdefs
2014-06-12 Jean Privatmodelbuilder: mclass2nclassdef registers the first...
2014-06-12 Jean Privatmodelbuilder: simplify the call of `add_in_hierarchy`
2014-06-12 Jean Privatmodelbuilder: document group in the base directory...
2014-06-11 Jean PrivatMerge: Distinguish top-level methods
2014-06-11 Jean Privattests: update error messages related to `iterator`...
2014-06-11 Jean Privattyping: `interator` in for is correclty set on self
2014-06-11 Jean PrivatMerge: lib/math: Added gcd method on Int.
2014-06-10 Lucas Bajoletlib/math: Added gcd method on Int.
2014-06-10 Jean Privattests: add tests for top-level redefinitions
2014-06-10 Jean Privatmodelize_property: top_level methods can only redefine...
2014-06-10 Jean Privatmodel: add `MMethod::is_toplevel`
2014-06-10 Jean Privattests: update for new error message on already defined...
2014-06-10 Jean PrivatMerge: Move sensors and Dalvik related services from...
2014-06-10 Jean PrivatMerge: lib/opengles1: add color methods
2014-06-10 Jean PrivatMerge: App n tiles
2014-06-10 Jean Privatmodelize_property: improve error message for property...
2014-06-10 Jean Privatmodelize_property: remove double check of duplicate...
2014-06-10 Jean Privatmodelize_property: always check `redef`
2014-06-10 Jean Privatlib/standard: Move top-level methods in `file` really...
2014-06-10 Jean PrivatMerge: Ropes integration
2014-06-10 Jean Privatlib/app: move stuff from `App::init` to a new function...
2014-06-10 Alexis Laferrièreandroid: exit application on destroy request
2014-06-10 Alexis Laferrièreandroid: pause on lost focus too
2014-06-10 Alexis Laferrièreandroid: extract Dalvik VM related services to their...
2014-06-10 Jean PrivatMerge: nitg: add support for unary - as an extern method
2014-06-10 Alexis Laferrièrelib/opengles1: add color methods
2014-06-10 Alexis Laferrièrenitg: add support for unary - as an extern method
2014-06-09 Jean Privatlib/mnit: introduce `blit_scaled`
2014-06-09 Jean Privatlib/mnit: fix an clarify documentation of blit_stretched
2014-06-09 Jean Privatlib/mnit/antroid: backkey has code 4 on my phone
2014-06-09 Jean Privatlib/mnit: add tileset to manage tilesets and monospace...
2014-06-09 Lucas Bajoletlib/standard/string: Added methods prepend, append...
2014-06-09 Lucas Bajoletlib/standard/string: SELFTYPE now refers to String...
2014-06-09 Lucas Bajoletlib/standard/text: Added global test on all the API...
2014-06-09 Lucas Bajoletlib/standard/ropes: Added test for Ropes.
2014-06-09 Lucas Bajoletlib/standard/ropes: Re-activated ropes in standard.
2014-06-09 Lucas Bajoletlib/standard/ropes: Introduced method to_dot on Ropes...
2014-06-09 Lucas Bajoletlib/streams: Rope now capable of using write_to
2014-06-09 Lucas Bajoletlib/standard/ropes: Adapted write for performance with...
next