nitc: fix calling extern constructors from extern code in separate compiler
[nit.git] / lib /
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
2015-01-13 Alexandre Terrasalib/github: handles github issue events
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
next