contrib/jwrapper: Added static overload support
[nit.git] / lib /
2014-07-11 Frédéric Vachonlib/standard: Added to_snake_case and to_camel_case...
2014-07-11 Frédéric Vachonlib/standard: Added is_upper and is_lower to string.nit
2014-07-10 Jean PrivatMerge: Bundle: Nit API wrapping Bundle class
2014-07-10 Jean PrivatMerge: Android assets, resources, and audio
2014-07-10 Jean PrivatMerge: lib/curses: update documentation
2014-07-09 Jean Privatlib/curses: update documentation
2014-07-09 Jean PrivatMerge: Message Passing Interface (MPI) in Nit and parti...
2014-07-08 Romain ChanoirIntroduction of java io API, used by android audio...
2014-07-08 Romain ChanoirIntroduction of the android audio API, needs android...
2014-07-08 Romain ChanoirIntroduction of android assets and resources management API
2014-07-08 Jean PrivatMerge: trees: add `is_empty`, `has_key` and `length...
2014-07-08 Alexis Laferrièrelib: intro the mpi module
2014-07-08 Alexandre Terrasatrees: add `iterator` method to BinTree
2014-07-07 Alexis Laferrièrelib: intro String::rmdir
2014-07-07 Alexis Laferrièrelib: intro the c module
2014-07-03 Alexis Laferrièrelib/serialization: accept Text as input
2014-07-03 Alexis Laferrièrelib: NativeString is an extern class (and not a special...
2014-07-03 Jean Privatupdate code to comply with new superstring policy
2014-07-02 Alexandre Terrasatrees: add `has_key` method to BinTree
2014-07-02 Alexandre Terrasatrees: add `is_empty` method to BinTree
2014-07-02 Alexandre Terrasatrees: add `length` method to BinTree
2014-07-02 Jean PrivatMerge: Enable dummy executions of mnit applications
2014-07-02 Jean PrivatMerge master to resolve conflict in tests not present yet
2014-07-02 Jean PrivatMerge: String api
2014-07-01 Jean Privatlib/mnit: introduce `mnit_null` to execute mnit without...
2014-07-01 Jean Privatlib/mnit: introduce `mnit_injected_input` to inject...
2014-07-01 Jean PrivatMerge: java: intro pop_from_local_frame
2014-07-01 Jean PrivatMerge: Improvements to Pep8analysis Web version
2014-06-30 Frédéric VachonMerge branch 'master' into Bundle
2014-06-27 Alexis Laferrièrejava: intro pop_from_local_frame
2014-06-26 Alexis Laferrièreemscripten: add GC controls
2014-06-26 Jean PrivatMerge: private DFAState
2014-06-26 Jean PrivatMerge: PNaCl: Added 'create_thread' function in the...
2014-06-26 Jean Privatlib/json: regenerate json_lexer with private DFAStates
2014-06-26 Jean PrivatMerge: ordered_tree: make OrderedTree implement Collection
2014-06-25 DjomanixUpdated 'create_thread' function comments.
2014-06-25 Alexandre Terrasaordered_tree: make OrderedTree a subclass of Collection...
2014-06-25 Lucas Bajoletlib/ropes_debug: Adapted new leaves for to_dot operation.
2014-06-25 Lucas Bajoletlib/standard/ropes: Added to_leaf method on RopeNode.
2014-06-23 DjomanixAdded 'create_thread' function to enable thread creatio...
2014-06-23 Lucas Bajoletlib/standard/text: Updated API for String/Buffer, a...
2014-06-19 Lucas Bajoletlib/standard/ropes: Concat nodes cannot be constructed...
2014-06-19 Lucas Bajoletlib/standard/ropes: API change, Leaves are now abstract...
2014-06-18 Jean PrivatMerge: Pep8analysis Web Version
2014-06-18 Jean PrivatMerge: SharedPreferences: Nit API wrapping android...
2014-06-17 Alexis Laferrièrelib: implement `close` in StringOStream
2014-06-17 Jean PrivatMerge: Compilation to JavaScript using the Emscripten SDK
2014-06-16 Jean PrivatMerge: Subtyping test with perfect hashing in the Nit vm
2014-06-16 Alexis Laferrièreemscripten: add general features to lib
2014-06-16 Alexis Laferrièreemscripten: intro the emscripten platform to generate...
2014-06-16 Alexis Laferrièrelib/stream: fix for clang/llvm/emscripten
2014-06-16 Jean Privatmnit: remove virtual type IE
2014-06-16 Jean Privatmnit: does not depends on opengles1
2014-06-16 Jean Privatmnit_fps: add current_fps
2014-06-16 Jean Privatlib/mnit: introduce mnit_fps so each app does not need...
2014-06-14 Frédéric Vachonlib/android: Intro API wrapping android Bundle class
2014-06-13 Frédéric Vachonlib/android: Intro API wrapping android SharedPreferences
2014-06-13 Julien PagèsModification of the numbering in perfect_hashing.
2014-06-13 Jean PrivatMerge: Fix shoot
2014-06-13 Jean Privatlib/app: make App::setup public
2014-06-12 Jean PrivatMerge: PNaCl : Added threading to pnacl.nit
2014-06-12 DjomanixAdded the 'run' method who is in charge of the infinite...
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 DjomanixExecution of the nit code on another thread, and redefi...
2014-06-12 Alexis Laferrièreandroid: do not move down all inputs by 32 px
2014-06-11 Jean PrivatMerge: Distinguish top-level methods
2014-06-10 Lucas Bajoletlib/math: Added gcd method on Int.
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 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 Alexis Laferrièrelib/opengles1: add color methods
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/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...
2014-06-09 Lucas Bajoletlib/standard/file: Preparing substrings method, to...
2014-06-06 Jean PrivatMerge: Android.nit using native_app_glue and vibration
2014-06-06 Alexis Laferrièreandroid: move sensors from mnit_android to android
2014-06-06 Alexis Laferrièreandroid: move the event loop from mnit_android to android
2014-06-05 Alexis Laferrièrelib/mnit: frame_core is not abstract
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted chars method and related...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added backwards equivalents of...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted output to Ropes.
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted to_cstring for Ropes.
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted == method for Ropes since...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted some services from Text.
2014-06-05 Lucas Bajoletlib/standard/ropes: Added prepend service, alias to...
next