Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / platform /
2019-02-26 Alexis LaferrièreJava FFI: extra_java_file annotation use full Java...
2018-05-11 Jean PrivatMerge: android: remove the deprecated armeabi target...
2018-05-11 Alexis Laferrièreandroid: remove the deprecated armeabi target
2018-05-07 Lucas Bajoletpnacl: remove target and related projects
2018-01-26 Jean PrivatMerge: nitc: check pkg-config packages availability...
2018-01-25 Jean PrivatMerge: Gamnit on iOS
2018-01-23 Alexis Laferrièrenitc: document the phase detecting the annots `platform...
2018-01-18 Alexis Laferrièreios: accept spaces in path to the Nit project
2018-01-17 Alexis LaferrièreiOS: add support for bdgwc/libgc
2018-01-17 Alexis Laferrièrenitc ios: xcode support per file cflags
2018-01-17 Alexis Laferrièrenitc: use GMT as numeric version instead of local time
2018-01-17 Alexis Laferrièreandroid: use the gcc toolchain
2018-01-14 Alexis Laferrièrenitc: support iOS assets
2017-11-28 Alexis Laferrièreandroid: tweak the GC compilation flags
2017-11-28 Alexis Laferrièreandroid: don't change metadata in debug mode
2017-11-28 Alexis Laferrièreandroid: accept adaptive icons and other previous icon...
2017-11-22 Alexis Laferrièreandroid: rewrite of the Android support to use the...
2016-09-21 Alexis Laferrièrenitc iOS: quiet output of `xcodebuild`
2016-09-09 Alexis Laferrièrenitc iOS: fix moving binary in release compilation...
2016-09-09 Alexis Laferrièrenitc iOS: report rmdir errors and quit
2016-08-03 Jean PrivatMerge: app.nit: Intro the `app_files` annotation, and...
2016-07-22 Alexis LaferrièreiOS: use `app_files`
2016-07-22 Alexis LaferrièreAndroid: use `app_files` to find android specific files
2016-07-22 Alexis LaferrièreAndroid: move up assets and resources logic
2016-07-22 Alexis LaferrièreAndroid & iOS: collect the arguments from the `app_file...
2016-07-22 Alexis LaferrièreAndroid support: import the R class at the top of all...
2016-05-20 Alexis Laferrièresrc/platforms: fallback to "0" on error when asking...
2016-04-15 Alexis Laferrièrenitc iOS: use ???? as bundle signature (now we can)
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-15 Alexis Laferrièrenitc/ios: add Assets.xcassets
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-11 Alexis Laferrièrenitc: add permission for HTTP requests to iOS apps
2015-11-16 Alexis Laferrièresrc/android: do not link with libpng
2015-11-08 Alexis Laferrièrenitc/android: do not compile for MIPS, but it is easy...
2015-11-07 Alexis Laferrièrenitc/android: temporally disable the GC on Android
2015-09-14 Alexis Laferrièresrc/android: skip signing the APK if KEY_ALIAS env...
2015-09-09 Jean Privatsrc: mass rename project->package
2015-08-27 Alexis Laferrièrenitc: add ONLY_ACTIVE_ARCH to the xcodebuild invokation
2015-08-26 Jean Privatplatform/android: the root group is no more src, thus...
2015-07-18 Alexis Laferrièresrc & lib: use the default behavior of `basename` where...
2015-07-09 Alexis Laferrièresrc/android: use the project to find the assets, res...
2015-05-29 Jean Privatsrc: remove remaining references to .nit_compile
2015-05-29 Jean Privatabstract_compiler: introduce root_compile_dir for platf...
2015-05-09 Alexis Laferrièrelib & src: name Android API version annotations
2015-04-28 Alexis Laferrièresrc/android: remove configChange section from XML,...
2015-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-04-11 Alexis Laferrièrenitc/ios: use a camel case version of app namespace...
2015-04-10 Alexis Laferrièrenitc/ios: remove all testing related entities from...
2015-04-08 Jean Privatcode: remove useless `or else` now that they are detected
2015-04-02 Alexis Laferrièrenitc: the iOS platform use app.nit annotations
2015-04-02 Alexis Laferrièrenitc: move up the default values of a project from...
2015-04-02 Alexis Laferrièrenitc: extract common app.nit annotations from Android
2015-03-30 Alexis Laferrièrenitc: support compiling for the iOS platform
2015-03-30 Alexis Laferrièrenitc: `Toolchain` keeps the compiler as an attribute
2015-03-23 Alexis Laferrièrenitc: fix closing manifest writer when done for #1216
2015-03-17 Alexis Laferrièreandroid: declare Activities for the manifest in an...
2015-02-20 Alexis Laferrièrenitc/android: compile Android projects for x86, mips...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-01-29 Jean PrivatMerge: ldflags for Android
2015-01-28 Alexis Laferrièrenitc & lib: intro the @android annotation and use it...
2015-01-28 Alexis Laferrièresrc: each platform has a name, except for the default
2015-01-27 Jean PrivatMerge: Android support improvements
2015-01-27 Alexis Laferrièrenitc/android: "handle" all config changes
2015-01-27 Alexis Laferrièrenitc/android: differentiate between debug and release...
2015-01-27 Alexis Laferrièrenitc/android: support using -m with Android compilation
2015-01-26 Alexis Laferrièreandroid: use libgc on Android
2015-01-14 Alexis Laferrièrenitc: move platforms modules to src/platform