nit.git
2016-03-01 Alexis Laferrièresrc/ffi: protect friendly macro names in type check...
2016-03-01 Alexis Laferrièresrc/ffi: fix use of c_name for mangled names
2016-02-26 Jean PrivatMerge: examples/calculator: fix missing icon in Android
2016-02-25 Alexis Laferrièreexamples/calculator: fix missing icon in Android
2016-02-25 Jean PrivatMerge: core/list: fix `List::clear` so it resets `lengt...
2016-02-25 Jean PrivatMerge: contrib/opportunity: fix usage of % format,...
2016-02-25 Jean PrivatMerge: lib/sdl: workaround to avoid constructor callbac...
2016-02-25 Jean PrivatMerge: Opportunity and Tnitter logos
2016-02-25 Jean PrivatMerge: Minor fix to atan2 and triangulate
2016-02-25 Jean PrivatMerge: Minor tweaks and fixes for Android
2016-02-25 Alexis Laferrièrelib/core: fix `List::clear` not setting `length` to 0
2016-02-23 Alexis Laferrièrecontrib/opportunity: fix usage of % format indexed...
2016-02-23 Alexis Laferrièrexymus.net: point to subfolders instead of subdomains...
2016-02-23 Alexis Laferrièrexymus.net: track more pages with google analytics
2016-02-23 Alexis Laferrièrexymus.net: use opportunity and tnitter branding in...
2016-02-23 Alexis Laferrièrecontrib/tnitter: intro wide icon for the web client
2016-02-23 Alexis Laferrièrecontrib/opportunity: revamp style of welcome page and...
2016-02-23 Alexis Laferrièrecontrib/opportunity: intro branding source file
2016-02-23 Alexis Laferrièrelib/core: fix order of the params of `atan(y, x)`
2016-02-23 Alexis Laferrièrelib/geometry: do not sort points as it invalidates...
2016-02-22 Jean PrivatMerge: Recover `recover_with`
2016-02-22 Jean PrivatMerge: more work on nitcc
2016-02-22 Jean Privattest_regex_check.nit: use the shorter `join`
2016-02-22 Jean Privatlib/core/collection: improve the default `has_all`...
2016-02-22 Jean Privatnitcc: improve perf by caching the result of cmangle
2016-02-22 Jean Privatnitcc: fixup the .lr.out file
2016-02-21 Alexis Laferrièrelib/sdl: fix for constructor callback bug
2016-02-21 Jean Privatcontrib: use add_all instead of recover_with
2016-02-20 Alexis Laferrièrenitc: do not define be32toh when it exists on Android
2016-02-20 Alexis Laferrièrelib/android: use the more general NativeContext with...
2016-02-20 Alexis Laferrièrelib/android: pin Nit buttons from Java callbacks
2016-02-20 Alexis Laferrièrelib/android: fix ListLayout by pinning the adapter...
2016-02-19 Jean Privatcode: update clients of the former `recover_with`
2016-02-19 Jean Privatlib/core: rename `recover_with` as `add_all`
2016-02-18 Jean PrivatMerge: OSX: disable non-working tests, and tests cocoa
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
next