nit.git
2015-01-27 Alexis LaferrièreC FFI: fix line offset in gcc errors on custom header...
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-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èreandroid: use libgc on Android
2015-01-26 Alexis Laferrièreandroid: intro a script to fetch and build libgc
2015-01-26 Alexis Laferrièrelib/android: clean up debug code from the UI module
2015-01-24 Alexis Laferrièrenitc: rename `c_compiler_option` and cie to `cflags...
2015-01-23 Jean PrivatMerge: improve changelog.sh
2015-01-23 Jean PrivatMerge: lib/github: implements caching to maximize rate...
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 BlackMinoumnit simple : improved audio tests
2015-01-21 BlackMinoumnit simple : change the format of dimensions to fix...
2015-01-21 BlackMinoumnit simple : apparently, you can't name a sound file...
2015-01-21 BlackMinouApp: Audio abstraction in App
2015-01-21 BlackMinouAndroid audio : better audio handling
2015-01-21 Jean PrivatMerge: Check missing return in attributes with a block
2015-01-20 Jean Privatchangelog.sh: also count commits
2015-01-20 Jean Privatchangelog.sh: shortlog with --no-merges
2015-01-20 Jean PrivatMerge: Minor graphics related fixes and features
2015-01-20 Jean PrivatMerge: Fix nitiwiki: Fixes auto-index links.
2015-01-20 Jean PrivatMerge: lib/github: introduces Github hook events
2015-01-20 Jean Privattests: improve base_attr_init_val_block.nit to test...
2015-01-20 Jean Privattyping: check missing return in AAttrPropdef with block
2015-01-19 Alexandre Terrasanitiwiki: makes auto-index appear in test files
2015-01-19 Alexandre Terrasanitiwiki: fixes links to auto-index pages.
2015-01-17 Alexandre Terrasalib/github: introduces Github hook events
2015-01-17 Jean PrivatMerge: nitdoc: does not apply header style to span...
2015-01-17 Jean PrivatMerge: Runtime function
2015-01-16 Alexandre Terrasanitdoc: does not apply header style to span elements...
2015-01-16 Jean Privatcompiler: --erasure use `virtual_runtime_function`...
2015-01-16 Jean Privatcompiler: SeparateCompilerVisitor::table_send uses...
2015-01-16 Jean Privatcompiler: add SeparateRuntimeFunction::c_sig and Separa...
2015-01-16 Jean Privatcompiler: do not generate specific virtual method if...
2015-01-16 Jean Privatcompiler: factorize VirtualRuntimeFunction and Separate...
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èreObjC FFI: import public Objective-C headers for importe...
2015-01-16 Alexis LaferrièreObjC FFI: use bridged cast to store Objective-C objects...
2015-01-16 Alexis Laferrièrenitc: fix duplication on imports of public foreign...
2015-01-16 Alexis Laferrièrelib/glesv2/examples: import sdl only from mnit_linux
2015-01-14 Alexis Laferrièrenitc: move platforms modules to src/platform
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: Do not display test suite modules in Nitdoc
2015-01-14 Jean PrivatMerge: Namespace for
2015-01-14 Jean Privattests: update sav/nitunit since fullnames changed in...
2015-01-14 Jean Privatmodel: implement various c_name and full_name with...
2015-01-14 Jean Privatmodel: implements MProject::full_name and MProject...
2015-01-14 Jean PrivatMerge: GitHub API: handles comments
2015-01-14 Jean PrivatMerge: Websockets
2015-01-14 Jean PrivatMerge: Nitpretty: make the tool more customizable
2015-01-14 Jean PrivatMerge: Allow keys to be nullable in `Map` and `MapIterator`
2015-01-14 Jean PrivatMerge: FFI use `MModule::cname`
2015-01-14 Jean Privatmodel: add MModule::namespace_for and MModule::c_namesp...
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 Alexis Laferrièrenitc: FFI and nitni use MModule::c_name
2015-01-13 Alexandre Terrasanitpretty: does not skip empty lines anymore
2015-01-13 Alexandre Terrasanitpretty: does not force `do` inlining on APropdefs...
2015-01-13 Alexandre Terrasanitpretty: does not force break on string literals...
2015-01-13 Alexandre Terrasanitpretty: displays annotation visibility
2015-01-13 Alexandre Terrasanitpretty: does not assert for location on catch_up
2015-01-13 Alexandre Terrasanitpretty: fixes length calculation for statements
2015-01-13 Alexandre Terrasanitpretty: fixes display of multiple annotations
2015-01-13 Alexandre Terrasanitpretty: does not double tab on multiline statement...
2015-01-13 Alexandre Terrasanitpretty: factorizes block visit on APropdefs
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 Bajoletniti: Fixed primitive type NativeFile for interpreter
2015-01-13 Lucas Bajoletdebugger: Updated to support new Websockets
2015-01-13 Lucas Bajoletlib/websocket: Refactored websocket to be more complian...
2015-01-13 Jean PrivatMerge: Use linker symbols to encode colors
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-13 Jean PrivatMerge: Fix more warnings
2015-01-13 Jean Privatman: document `--colors-are-symbols` in nitc
next