nit.git
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 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 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
2015-01-12 Alexandre Terrasanitdoc: do not generate page for test suites.
2015-01-12 Alexandre Terrasamodel: add MModule::is_test_suite attribute.
2015-01-12 Jean Privatcompiler: add `Platform::supports_linker_script`
2015-01-12 Jean Privatcompiler: add early `Compiler::target_platform` with...
2015-01-12 Jean Privatcompiler: use linker symbols to encode colors
2015-01-12 Alexis Laferrièrelib/android: add a README file to the project
2015-01-12 Alexis Laferrièrenitc/android: sign and align the APK file in release...
2015-01-12 Alexis Laferrièrenitc/android: set the icon for the APK as expected...
2015-01-12 Alexis Laferrièrenitc: `exec_and_check` print the command on verbose...
2015-01-12 Lucas Bajoletwebsocket: Fix for use with new version of Streams
2015-01-12 Jean Privatcompiler: add an aditionnal linker_script file
2015-01-12 Jean PrivatMerge: contrib/nitiwiki: fixes nitiwiki warnings
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-11 Alexis Laferrièrenitc: fix indentation of `exec_and_check`
2015-01-10 Jean Privatcompiler: generalize `const_color` in entities
2015-01-10 Jean PrivatMerge: Enforce namespace rules
2015-01-10 Jean PrivatMerge: nitdoc: do not repeat intro comment in mpropdef...
2015-01-10 Jean Privatmodel: add `MModule::mproject` to simplify clients
2015-01-09 Jean Privattest_docdown: rename `test_markdown` as `do_test_markdown`
2015-01-09 Jean Privatpep8analysis: rename `run` in `pep8analysis_web` as...
2015-01-09 Jean Privatmodelize: check full-name conflicts for properties
2015-01-09 Jean Privatmodelize: check full-name conflicts in projects for...
2015-01-09 Jean PrivatMerge: More jwrapper: fix terminology and add a single...
2015-01-08 Alexis Laferrièrecontrib/jwrapper: rename the `types` module to `model`
2015-01-08 Alexis Laferrièrecontrib/jwrapper: revamp the README file
2015-01-08 Alexandre Terrasanitdoc: do not repeat intro comment in mpropdef lists
2015-01-08 Alexandre Terrasanitpretty: factorizes annotation management for properties
2015-01-08 Alexandre Terrasanitpretty: better length management for long method...
2015-01-08 Alexandre Terrasalib/github: handles milestones
2015-01-08 Alexandre Terrasalib/github: handles labels
2015-01-08 Alexandre Terrasanitpretty: fixes crash on attribute annotations
2015-01-08 Jean PrivatMerge: null as receiver
2015-01-08 Jean PrivatMerge: Less fixme and todo
2015-01-07 Alexis Laferrièrecontrib/jwrapper: remove double spaces in generated...
2015-01-07 Alexis Laferrièrecontrib/jwrapper: convert style of getters and setters...
2015-01-07 Alexis Laferrièrecontrib/jwrapper: remove code left over from array...
2015-01-07 Alexis Laferrièrecontrib/jwrapper: rename `NitModule::value` to `name`
2015-01-07 Alexis Laferrièrecontrib/jwrapper: rename JReturnAndParams to JavaMethod
next