nit.git
2016-02-18 Jean Privattests: add ncurses and x11 to OSX toto
2016-02-18 Jean Privattests: enable testing cococa on OSX
2016-02-18 Jean PrivatMerge: Use a subfolder `android` for Android related...
2016-02-18 Jean PrivatMerge: nitcc fix issue when a DFA node has only a singl...
2016-02-17 Jean Privatnitcc: add test/lexer-any.sablecc
2016-02-17 Jean Privatnitcc: Handle case of DFA state with a unique Any trans...
2016-02-17 Alexis Laferrièrecontrib & examples: update Android apps
2016-02-17 Alexis Laferrièrenitc android: do not use quiet the call to ant as it...
2016-02-17 Alexis Laferrièrenitc android: move android specific folders (res/libs...
2016-02-16 Jean PrivatMerge: Revamp `Text::format`
2016-02-16 Jean PrivatMerge: nitcorn: cache served files, custom JS for FileS...
2016-02-16 Jean PrivatMerge: iOS icon support and fix black bars on physical...
2016-02-16 Alexis Laferrièretests: niti and nitvm don't support iOS
2016-02-16 Alexis Laferrièretests: update iOS tests with files generated from the...
2016-02-16 Alexis Laferrièrenitc: add -Wno-trigraph to CFLAGS
2016-02-16 Alexis Laferrièrecontrib/tnitter: add icon for iOS
2016-02-16 Alexis Laferrièrecontrib/tnitter: convert font to path for portability
2016-02-16 Alexis Laferrièreexamples/calculator: intro icon for iOS
2016-02-16 Alexis Laferrièrecontrib/inkscape_tools: update README
2016-02-16 Alexis Laferrièrecontrib/inkscape_tools: create target folder if it...
2016-02-16 Alexis Laferrièrecontrib/inkscape_tools: add iOS target format
2016-02-16 Alexis Laferrièrelib/ios: document how to set an app icon
2016-02-16 Alexis Laferrièrelib/ios: fix unicode whitespace, was reported as a...
2016-02-16 Alexis Laferrièrefrontend/i18n: escape % in internationalized strings
2016-02-16 Alexis Laferrièrelib/text: `Text::format` harder to break and using...
2016-02-15 Alexis Laferrièrelib/text: `Text::format` uses an index starting at...
2016-02-15 Alexis Laferrièrelib/text: `FlatString::substring` returns "" on count...
2016-02-15 Alexis Laferrièrenitc/ios: add Assets.xcassets
2016-02-15 Alexis Laferrièrelib/nitcorn: cache files served by `FileServer` for...
2016-02-15 Alexis Laferrièrelib/nitcorn: intro the attribute `FileServer::javascrip...
2016-02-15 Alexis Laferrièrelib/nitcorn: do not include `proxy` with nitcorn by...
2016-02-15 Alexis Laferrièrenitc/ios: add LoadingScreen.storyboard
2016-02-15 Alexis Laferrièrenitc/ios: remove superfluous content of the generated...
2016-02-12 Jean PrivatMerge: iOS: implement data_store and missing life cycle...
2016-02-12 Alexis Laferrièrelib/serialization: serialize all insances of Text as...
2016-02-12 Alexis Laferrièrelib/ios: execute missing callbacks of app.nit on iOS
2016-02-12 Alexis Laferrièrelib/ios: implement data_store using NSUserDefaults
2016-02-12 Alexis Laferrièrelib/ios: wrap NSUserDefaults
2016-02-12 Jean PrivatMerge: Small cleanups related to constructors
2016-02-12 Jean PrivatMerge: Android support: better doc and libgc compilatio...
2016-02-12 Jean PrivatMerge: Intro support for async HTTP requests and ListLa...
2016-02-12 Jean Privatrta: improve code for methods of classes
2016-02-12 Jean Privatniti: rename `args` as `arguments` in `call`
2016-02-12 Jean Privatnitc: remove the redundant property `mfree_init`
2016-02-12 Jean Privatsdl: remove old style init
2016-02-12 Jean Privatdino: remove old style init
2016-02-11 Alexis Laferrièrecontrib/tnitter: add iOS app rule
2016-02-11 Alexis Laferrièrelib/ios: implement `app::http_request`
2016-02-11 Alexis Laferrièrelib/ios: complete implementation of app::ui with suppor...
2016-02-11 Alexis Laferrièrelib/cocoa: intro wrappers for NSData, NSError and NSInd...
2016-02-11 Alexis Laferrièrelib/cocoa: intro `NSString::nil
2016-02-11 Alexis Laferrièrenitc: add permission for HTTP requests to iOS apps
2016-02-11 Alexis Laferrièrelib/pthreads: do not include libgc on iOS
2016-02-11 Alexis Laferrièreshare/libgc: update tools_dir to support the latest...
2016-02-11 Alexis Laferrièrelib/android: better doc on how to configure the host...
2016-02-10 Jean PrivatMerge: Intro partial implementation of app::UI for iOS
2016-02-10 Jean PrivatMerge: lib: add new lib `event_queue` a data-structure...
2016-02-10 Jean Privatlib: add new lib `event_queue` a data-structure to...
2016-02-09 Alexis Laferrièreexamples/calculator: add rule to build iOS version
2016-02-09 Alexis Laferrièrelib/ios: add README.md file
2016-02-09 Alexis Laferrièrelib/ios: intro iOS implementation of `app::ui`
2016-02-09 Alexis Laferrièrelib/cocoa: add services to `NSString` to convert to...
2016-02-09 Alexis Laferrièrelib: explicitly cast long to int to fix clang warnings
2016-02-09 Alexis Laferrièrelib/ios: fix mising rootViewController in hello_ios
2016-02-09 Alexis Laferrièrecontrib/objcwrapper: add the UIKit example
2016-02-09 Alexis Laferrièrenitc: fix casts from Objective-C to internal C
2016-02-09 Alexis Laferrièrenitc: do not intercept signals on iOS either
2016-02-09 Alexis LaferrièreREADME: add system configuration for OS X
2016-02-09 Alexis Laferrièremisc/nit_env.sh: add support for zsh and fix fallback...
2016-02-08 Jean PrivatMerge: Intro Action Nitro!
2016-02-08 Jean PrivatMerge: flying numbers in memory
2016-02-08 Jean PrivatMerge: lib/core: use intern && ffi since it is now...
2016-02-06 Jean PrivatMerge: compiler: add a native implementation of NativeA...
2016-02-06 Jean Privattest: update sav based on kernel line numbers and content
2016-02-06 Jean Privatcontrib/memory: draw flying numbers when buttons are...
2016-02-06 Jean Privatcontrib/memory: use centered numbers
2016-02-06 Jean Privatlib/mnit: add `centered` to blit_number
2016-02-05 Alexis Laferrièrecontrib: intro action_nitro, a game for the clibre...
2016-02-05 Alexis Laferrièrecontrib/asteronits & model_viewer: fix user for new...
2016-02-05 Alexis Laferrièrelib/gamnit flat: rotation follows the right hand rule...
2016-02-05 Alexis Laferrièrelib/gamnit: invert Y axis so higher values are higher...
2016-02-04 Jean Privatlib/core: use intern && ffi since it is now allowed...
2016-02-04 Jean Privatcompiler: add a native implementation of NativeArray...
2016-02-04 Jean PrivatMerge: Introduction to Nit generators
2016-02-03 Ait younes... Introduction to Nit generators
2016-02-03 Jean PrivatMerge: gamnit: intro static particles, Sprite tint...
2016-02-03 Alexis Laferrièrelib/gamnit: fix clock starting at first usage, not...
2016-02-03 Alexis Laferrièrelib/gamnit: intro `Sprite::invert_x`
2016-02-02 Alexis Laferrièrelib/gamnit: intro `Sprite::tint`
2016-02-02 Alexis Laferrièrelib/gamnit: divide frame_core_flat in 2 parts to draw...
2016-02-02 Alexis Laferrièrelib/gamnit: intro static particles, the default most...
2016-02-01 Alexis Laferrièrecontrib/inkscape_tools: fix generated code for arrays...
2016-01-31 Jean Privatversion 0.8 v0.8
2016-01-29 Jean PrivatMerge: c_src: regenerate
2016-01-29 Jean Privatc_src: regenerate
2016-01-29 Jean PrivatMerge: src/Makefile: use peflags to bootstrap on windows
2016-01-29 Jean Privatsrc/Makefile: use peflags to bootstrap on windows
2016-01-28 Jean PrivatMerge: Harden tests script
2016-01-28 Jean PrivatMerge: Fix makefile of Tinks!
2016-01-28 Alexis Laferrièrecontrib/tinks: remove the archive rule
next