ObjC FFI: import public Objective-C headers for imported modules
[nit.git] / lib /
2015-01-16 Alexis Laferrièrelib/glesv2/examples: import sdl only from mnit_linux
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 diff comments
2015-01-13 Alexandre Terrasalib/github: handles issue comments
2015-01-13 Alexandre Terrasalib/github: handles commit comments
2015-01-13 Alexandre Terrasalib/github: introduces comment abstraction
2015-01-13 Alexandre Terrasalib/github: factorize load_from_github behavior.
2015-01-13 Alexandre Terrasalib/github: uniformize assertions in examples.
2015-01-13 Lucas Bajoletlib/standard/string: Fixed substring, could produce...
2015-01-13 Lucas Bajoletlib/websocket: Refactored websocket to be more complian...
2015-01-13 Jean PrivatMerge: GitHub api: Issues and PRs
2015-01-13 Jean PrivatMerge: Android release mode sign and align the generate...
2015-01-13 Jean PrivatMerge: More on Sockets and FinalizableOnce
2015-01-13 Jean PrivatMerge: neo4j: Introduce an API for graphs
2015-01-12 Alexis Laferrièrelib/android: add a README file to the project
2015-01-12 Lucas Bajoletwebsocket: Fix for use with new version of Streams
2015-01-12 Jean PrivatMerge: GitHub api: handles labels and milestones
2015-01-12 Alexandre Terrasalib/github: handles pull requests
2015-01-12 Alexandre Terrasalib/github: handles issues
2015-01-12 Alexandre Terrasalib/symbol: fixes old style inits
2015-01-12 Alexandre Terrasalib/scene2d: fixes documentation warnings
2015-01-12 Alexandre Terrasalib/scene2d: fixes useless empty init
2015-01-12 Alexandre Terrasalib/opts: fixes documentation warnings
2015-01-12 Alexandre Terrasalib/opts: fixes old style inits
2015-01-12 Alexandre Terrasalib/nitcc_runtime: fixes old style init
2015-01-12 Alexandre Terrasalib/ini: fixes useless local variables
2015-01-12 Alexandre Terrasalib/ini: fixes old style inits
2015-01-12 Alexandre Terrasalib/filter_stream: fixes old style inits
2015-01-12 Alexandre Terrasalib/filter_stream: fixes whitespaces.
2015-01-12 Alexandre Terrasalib/curl: fixes old style inits
2015-01-12 Alexandre Terrasalib/bucketed_games: fixes useless empty init
2015-01-12 Alexandre Terrasalib/array_debug: fixes documentation warnings
2015-01-10 Jean PrivatMerge: Enforce namespace rules
2015-01-08 Alexandre Terrasalib/github: handles milestones
2015-01-08 Alexandre Terrasalib/github: handles labels
2015-01-08 Jean PrivatMerge: Less fixme and todo
2015-01-07 Jean PrivatMerge: No abort() on bad execvp
2015-01-05 Jean PrivatMerge: Support for Java arrays, Java libs on Android...
2015-01-05 Jean PrivatMerge: Better & playable Chainz of Friendz on Android...
2015-01-05 Jean PrivatMerge: More OpenGL ES 2.0 features
2015-01-05 Alexis Laferrièreandroid: add the Google cardboard support module
2015-01-05 Alexis Laferrièrelib/java: add some Java collections
2015-01-04 Alexis Laferrièremnit: completely remove `mnit_zoom`
2015-01-03 Jean Privatlib/array: remove unused&deprecated `Arrray::intern_items`
2015-01-03 Alexis Laferrièreandroid: extract landscape and portrait configs from...
2015-01-03 Alexis Laferrièreandroid: add `AndroidPointerEvent::just_went_down`...
2015-01-03 Alexis Laferrièreandroid: add doc and fix warnings in `input_events`
2015-01-03 Alexis Laferrièreandroid: update style of `input_events`
2015-01-03 Alexis Laferrièreandroid: extract Android input events from `mnit_android`
2015-01-02 Alexis Laferrièrelib/glesv2: update example
2015-01-02 Alexis Laferrièrelib/glesv2: intro features related to glEnable and...
2015-01-02 Alexis Laferrièrelib/glesv2: intro `read_pixels`
2015-01-02 Alexis Laferrièrelib/glesv2: intro `blend_func` and `depth_func`
2015-01-02 Jean Privatlib/exec: if `execvp` fails, just `_exit` instead of...
2015-01-02 Alexis Laferrièrelib/glesv2: intro depth_range, depth_mask, polygon_offs...
2015-01-02 Alexis Laferrièrelib/glesv2: add some doc to `GLError`
2015-01-02 Alexis Laferrièrelib/glesv2: intro some glTexParameter related features
2015-01-02 Alexis Laferrièrelib/glesv2: intro culling related features
2015-01-02 Alexis Laferrièrelib/glesv2: use `GLES` to cleanly organize top level...
2015-01-02 Alexis Laferrièrelib/glesv2: intro GLEnum and subclass GLError and GLFlo...
2015-01-02 Alexis Laferrièrelib/glesv2: simplify implementation of `GLShader::source=`
2014-12-29 Jean-Christophe... neo4j/graph: Enlarge in advance when loading from JSON.
2014-12-29 Jean-Christophe... neo4j/graph: Add a JSON storage mechanism.
2014-12-29 Jean-Christophe... neo4j/graph: Implement optimization services of `Sequen...
2014-12-29 Jean-Christophe... neo4j/graph: Optimize some services of `SequentialNodeC...
2014-12-29 Jean-Christophe... neo4j/graph: Add a sequential identification scheme.
2014-12-29 Jean-Christophe... neo4j/graph: Add Neo4j as a storage mechanism.
2014-12-29 Jean-Christophe... neo4j/graph: Add optimization methods.
2014-12-29 Jean-Christophe... neo4j/graph: Add node removal methods.
2014-12-29 Jean-Christophe... neo4j: Add an API for graphs.
2014-12-29 Jean-Christophe... neo4j: Remove `json_store`.
2014-12-29 Jean-Christophe... progression: Add an API for progression tracking.
2014-12-29 Jean-Christophe... stream: Optimize `StringIStream.read_all`
2014-12-29 Jean-Christophe... pipeline: Add `NullSkipper`.
2014-12-29 Jean-Christophe... json: Factorize the trivial implementation of `to_json`.
2014-12-29 Jean PrivatMerge: Minor Modifications to GTK3
2014-12-28 Jean Privatlib/unicode: Rename a class `UnicodeChar` to `UTF8Char...
2014-12-27 Alexis Laferrièrelib/standard: optimize `Array::add_all`
2014-12-27 Alexis Laferrièrelib/gtk: fix import from `GtkEntry::text`
2014-12-27 Alexis Laferrièrelib/gtk: add `GtkWidget::destroy|show|hide` and avoid...
2014-12-27 Alexis Laferrièrelib/gtk: add `GtkBox` to containers hierarchy
2014-12-27 Alexis Laferrièrelib/socket: report errors on `setsockopt` and close...
2014-12-27 Alexis Laferrièrelib/socket: `PollFD` is `FinalizableOnce`
2014-12-27 Alexis Laferrièrelib/socket: make `NativeSocketPollFD` a pointer
2014-12-27 Alexis Laferrièrelib/socket: remove ISDN related services as they are...
2014-12-27 Alexis Laferrièrelib/gc: intro `FinalizableOnce`
2014-12-25 Jean PrivatMerge: neo_doxygen: Enhance description handling
2014-12-24 Jean PrivatMerge: lib/socket: fix, update style and intro features
2014-12-23 Alexis Laferrièrelib/socket: update socket clients
2014-12-23 Alexis Laferrièrelib/socket: add an easier server example
2014-12-23 Alexis Laferrièrelib/socket: update examples to the latest API
2014-12-23 Alexis Laferrièrelib/socket: minimal update to `SocketObserver` API...
2014-12-23 Alexis Laferrièrelib/socket: intro `flush` and `blocking=`
2014-12-23 Alexis Laferrièrelib/socket: distinguish `TCPServer` from `TCPStream`
2014-12-22 Alexis Laferrièrelib/socket: intro `NativeSocket::non_blocking` and...
next