lib: intro `Float.lerp` for simple linear interpolation
[nit.git] / lib /
2015-03-10 Alexis Laferrièrelib: intro `Float.lerp` for simple linear interpolation
2015-03-10 Alexis Laferrièrelib: add an optimized `SequenceRead[E].rand`
2015-03-07 Jean PrivatMerge: Optimize nitc
2015-03-07 Jean PrivatMerge: Reuse Array Iterators
2015-03-07 Jean PrivatMerge: More lazyness in standard
2015-03-07 Jean PrivatMerge: Extends chars, string and stream with some white...
2015-03-06 Jean Privatlib/poset: avoid useless call of `to_a` in `add_edge`
2015-03-06 Jean Privatlib/array: remember the last used iterator so it could...
2015-03-06 Jean Privatstream: add `read_word` and `read_nonwhitespace`
2015-03-06 Jean Privatstring: add `is_whitespace`
2015-03-06 Jean Privatstring: update *trim to use `is_whitespace`
2015-03-06 Jean Privatlib/map: make concrete `Map.keys` and `Map.values`...
2015-03-06 Jean Privatlib/map: document `Map.has_key` and implement it effici...
2015-03-06 Jean Privatlib/string: make FlatString#chars lazy
2015-03-06 Jean Privatlib/file: make stdin, stdout and strerr lazy
2015-03-06 Jean Privatlib/file: move the call of `stdout.set_buffering_mode...
2015-03-03 Jean PrivatMerge: Introduce Cloneable interface
2015-02-28 Jean Privatlib/array: Array, ArraySet and ArrayMap are cloneable
2015-02-28 Jean Privatkernel: new interface `Cloneable` to provide a `clone...
2015-02-27 Jean Privatkernel: add Char::is_whitespace
2015-02-27 Jean Privatcollection: implements `MapRead::==`
2015-02-26 Jean Privatglesv2: fix bad use of `lazy` annotation (fun instead...
2015-02-26 Jean Privatcode: replace `is cached` by `is lazy`
2015-02-21 Alexis Laferrièrelib/github: deactivate assert in broken nitunit
2015-02-17 Alexis Laferrièrelib/android: add the gamepad module
2015-02-17 Alexis Laferrièrelib/android: move all android annotations to the `aware...
2015-02-17 Alexis Laferrièrelib/more_collections: add `clean` to `HashMap[23]`
2015-02-17 Alexis Laferrièrelib/json: converting JsonValue to float or int casts...
2015-02-11 Jean PrivatMerge: Rename Streams
2015-02-10 Lucas Bajoletlib/standard: Updated documentation of Streams to fit...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-02-08 Alexis Laferrièrelib/glesv2: add glCheckFramebufferStatus
2015-02-08 Alexis Laferrièrelib/glesv2: add glHint
2015-02-08 Alexis Laferrièrelib/glesv2: add glBindFramebuffer and glBindRenderbuffer
2015-02-06 Jean PrivatMerge: String memory fixes
2015-02-05 Lucas Bajoletlib/standard/time: Fixed String-related memory leak
2015-02-05 Lucas Bajoletlib/standard/string: Removed Float.to_precision_native
2015-02-05 Lucas Bajoletlib/standard/string: Fixed leaking Int.to_s method
2015-02-04 Jean PrivatMerge: GitHub misc
2015-02-03 Alexandre Terrasagithub/api: add `search_issue` service in Repo
2015-02-03 Alexandre Terrasagithub/api: move `html_url` to GithubEntity since it...
2015-02-03 Alexandre Terrasagithub/api: return an empty list instead of crashing...
2015-02-03 Alexandre Terrasagithub/api: uniformize `load_issue_event` implementatio...
2015-02-03 Jean Privatlib/more_collections: simplify by using `Map::get_or_null`
2015-02-03 Jean Privatlib/standard: redef a fast path for `HashMap#get_or_null`
2015-02-01 Jean PrivatMerge: Fix virtual types in string
2015-02-01 Jean PrivatMerge: Set accept null
2015-01-30 Alexis Laferrièrelib/android: Bundle do not need a context or to import...
2015-01-30 Alexis Laferrièrelib/android: extract activities from native_app_glue
2015-01-30 Alexis Laferrièrelib/android: in Java, use Activity instead of NativeAct...
2015-01-30 Jean PrivatSince keys of Maps can now be null, it enables the...
2015-01-30 Jean Privatstring: some methods sould return String instead of...
2015-01-30 Jean Privatstring: fix SELFTYPE in String and Buffer
2015-01-30 Jean Privatstring: do not redef SELFTYPE in FlatBuffer
2015-01-30 Jean PrivatMerge: Ropefix
2015-01-29 Jean PrivatMerge: ldflags for Android
2015-01-28 Lucas Bajoletlib/standard/ropes: Removed a few old-style-inits
2015-01-28 Lucas Bajoletlib/standard/ropes: Fixed concatenation routine for...
2015-01-28 Alexis Laferrièrelib: update portable modules with ldflags specific...
2015-01-28 Alexis Laferrièrelib: define Android ldflags in user modules
2015-01-28 Alexis Laferrièrenitc & lib: intro the @android annotation and use it...
2015-01-27 Jean PrivatMerge: A collection of miscellaneous commits
2015-01-27 Alexis Laferrièrelib/egl: add `renderable_type` related features
2015-01-27 Alexis Laferrièrelib/more_collections: add `remove_at` to `HashMap[23]`
2015-01-27 Alexis Laferrièrelib/gtk: copy string returned from `GTKEntry`
2015-01-27 Alexis Laferrièrelib/sdl: intro `has_mouse|input_focus`
2015-01-27 Alexis Laferrièrelib/mnit_input: add `KeyEvent::name`
2015-01-27 Jean PrivatMerge: lib/github: uses nitcorn to listen Github hook...
2015-01-26 Jean PrivatMerge: Rename annotations for the C/C++ compilers and...
2015-01-26 Alexis Laferrièrelib & contrib & tests: update users of `cflags` and...
2015-01-26 Alexis Laferrièrelib/android: pin the App instance being registered...
2015-01-26 Alexis Laferrièrelib/android: clean up debug code from the UI module
2015-01-23 Jean PrivatMerge: lib/github: implements caching to maximize rate...
2015-01-22 Alexandre Terrasalib/github: uses nitcorn to listen Github hook events.
2015-01-22 Alexandre Terrasalib/github: implements caching to maximize rate limit.
2015-01-22 Jean PrivatMerge: Audio management for android + audio Abstraction API
2015-01-21 BlackMinouassets_and_ressources : global ref fixes
2015-01-21 BlackMinouApp: Audio abstraction in App
2015-01-21 BlackMinouAndroid audio : better audio handling
2015-01-20 Jean PrivatMerge: Minor graphics related fixes and features
2015-01-20 Jean PrivatMerge: lib/github: introduces Github hook events
2015-01-17 Alexandre Terrasalib/github: introduces Github hook events
2015-01-16 Jean PrivatMerge: Better Objective-C FFI and cleanup for OS X
2015-01-16 Jean PrivatMerge: GitHub api: Issue events, contributor stats...
2015-01-16 Alexis Laferrièrelib/cocoa/examples: we do not need to import framework...
2015-01-16 Alexis Laferrièrelib/glesv2/examples: import sdl only from mnit_linux
2015-01-14 Alexis Laferrièrelib/glesv2: fix ordering and compatibility in uses...
2015-01-14 Alexis Laferrièrelib/sdl: fix right and middle mouse button id
2015-01-14 Alexis Laferrièrelib/sdl: add access to texture pixels and alpha mask
2015-01-14 Alexis Laferrièrelib/sdl: intro `grab_input`, `ignore_mouse_motion_event...
2015-01-14 Alexis Laferrièrelib/c: fix type of index in `NativeCArray::[]`
2015-01-14 Jean PrivatMerge: GitHub API: handles comments
2015-01-14 Jean PrivatMerge: Websockets
2015-01-13 Alexis Laferrièrelib/more_collections: update more maps to accept nullab...
2015-01-13 Alexis Laferrièrelib/map: add factory to Map returning a HashMap
2015-01-13 Alexis Laferrièrelib: update HashMap and ArrayMap to support nullable...
2015-01-13 Alexis Laferrièrenitc&lib: MapIterator keys can be nullable
2015-01-13 Alexandre Terrasalib/github: handles github files
2015-01-13 Alexandre Terrasalib/github: handles diff comments
2015-01-13 Alexandre Terrasalib/github: handles github contributor stats
next