Re: Ever want to compile D on your Android phone? Well, now you can!

2016-11-02 Thread Joakim via Digitalmars-d-announce
On Saturday, 29 October 2016 at 21:47:35 UTC, Mergul wrote: On Sunday, 24 January 2016 at 15:12:30 UTC, Joakim wrote: An alpha release of ldc, the llvm-based D compiler, for Android devices is now available. It is best used with the excellent Termux app

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-11-02 Thread Dawid Masiukiewicz via Digitalmars-d-announce
On Tuesday, 1 November 2016 at 13:33:02 UTC, Steven Schveighoffer wrote: android_app.savedState appears to be defined here: https://github.com/joakim-noah/android/blob/polish/android_native_app_glue.d#L56 It's a void *. So comparing against null with != is identical to !is. There are

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-11-01 Thread Daniel9 via Digitalmars-d-announce
On Sunday, 24 January 2016 at 15:12:30 UTC, Joakim wrote: An alpha release of ldc, the llvm-based D compiler, for Android devices is now available. It is best used with the excellent Termux app (https://play.google.com/store/apps/details?id=com.termux=en) and a bluetooth keyboard. ;) Updated

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-11-01 Thread Steven Schveighoffer via Digitalmars-d-announce
On 10/29/16 8:55 PM, rikki cattermole wrote: On 30/10/2016 10:47 AM, Mergul wrote: Application always crash when I'm using android_app.savedState. if (state.savedState != null) { // We are starting with a previous saved state; restore from it. engine.state =

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-10-29 Thread rikki cattermole via Digitalmars-d-announce
On 30/10/2016 10:47 AM, Mergul wrote: On Sunday, 24 January 2016 at 15:12:30 UTC, Joakim wrote: An alpha release of ldc, the llvm-based D compiler, for Android devices is now available. It is best used with the excellent Termux app (https://play.google.com/store/apps/details?id=com.termux=en)

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-10-29 Thread Mergul via Digitalmars-d-announce
On Sunday, 24 January 2016 at 15:12:30 UTC, Joakim wrote: An alpha release of ldc, the llvm-based D compiler, for Android devices is now available. It is best used with the excellent Termux app (https://play.google.com/store/apps/details?id=com.termux=en) and a bluetooth keyboard. ;) Updated

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-01-27 Thread Laeeth Isharc via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 07:48:53 UTC, Joakim wrote: On Wednesday, 27 January 2016 at 06:04:43 UTC, Laeeth Isharc wrote: https://www.reddit.com/r/programming/comments/42w404/dlang_llvmbacked_compiler_alpha_release_for/ Thanks, I wondered if it had been posted, as it's the kind of

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-01-27 Thread Joakim via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 09:07:18 UTC, Vadim Lopatin wrote: On Wednesday, 27 January 2016 at 07:48:53 UTC, Joakim wrote: On Wednesday, 27 January 2016 at 06:04:43 UTC, Laeeth Isharc wrote: https://www.reddit.com/r/programming/comments/42w404/dlang_llvmbacked_compiler_alpha_release_for/

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-01-27 Thread Vadim Lopatin via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 07:48:53 UTC, Joakim wrote: On Wednesday, 27 January 2016 at 06:04:43 UTC, Laeeth Isharc wrote: https://www.reddit.com/r/programming/comments/42w404/dlang_llvmbacked_compiler_alpha_release_for/ I've updated the gist and wiki page to take that change into

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-01-26 Thread Joakim via Digitalmars-d-announce
On Wednesday, 27 January 2016 at 06:04:43 UTC, Laeeth Isharc wrote: https://www.reddit.com/r/programming/comments/42w404/dlang_llvmbacked_compiler_alpha_release_for/ Thanks, I wondered if it had been posted, as it's the kind of oddity they might enjoy. :) On Wednesday, 27 January 2016 at

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-01-26 Thread Laeeth Isharc via Digitalmars-d-announce
On Sunday, 24 January 2016 at 15:12:30 UTC, Joakim wrote: An alpha release of ldc, the llvm-based D compiler, for Android devices is now available. It is best used with the excellent Termux app (https://play.google.com/store/apps/details?id=com.termux=en) and a bluetooth keyboard. ;) Updated

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-01-26 Thread Vadim Lopatin via Digitalmars-d-announce
On Sunday, 24 January 2016 at 15:12:30 UTC, Joakim wrote: If you have a D/OpenGL app you'd like to port to Android and submit to the Play Store, let me know if I can help with that process. I'm going to port DlangUI on Android in nearest future.

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-01-26 Thread Joakim via Digitalmars-d-announce
On Tuesday, 26 January 2016 at 15:54:17 UTC, Vadim Lopatin wrote: On Sunday, 24 January 2016 at 15:12:30 UTC, Joakim wrote: If you have a D/OpenGL app you'd like to port to Android and submit to the Play Store, let me know if I can help with that process. I'm going to port DlangUI on Android

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-01-26 Thread Atila Neves via Digitalmars-d-announce
On Sunday, 24 January 2016 at 15:12:30 UTC, Joakim wrote: An alpha release of ldc, the llvm-based D compiler, for Android devices is now available. It is best used with the excellent Termux app (https://play.google.com/store/apps/details?id=com.termux=en) and a bluetooth keyboard. ;) Updated

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-01-25 Thread Sebastiaan Koppe via Digitalmars-d-announce
Wow! Keep up the good work.