GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Johannes Pfau
I'm happy to announce the first GDC ARM beta on behalf of the GDC team :) ARM support is now at a point where the automated tests (test suite, unit tests) pass and we're ready for feedback from real world usage. All changes have been fully integrated into the standard GDC sources which also means

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Piotr Szturmaj
W dniu 2014-03-17 15:05, Johannes Pfau pisze: I'm happy to announce the first GDC ARM beta on behalf of the GDC team :) ARM support is now at a point where the automated tests (test suite, unit tests) pass and we're ready for feedback from real world usage. All changes have been fully

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Manu
On 18 March 2014 00:05, Johannes Pfau nos...@example.com wrote: ... Awesome work guys! This is a landmark moment! :) What's the status on baremetal, bionic, and iOS?

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Johannes Pfau
Am Tue, 18 Mar 2014 02:07:11 +1000 schrieb Manu turkey...@gmail.com: On 18 March 2014 00:05, Johannes Pfau nos...@example.com wrote: ... Awesome work guys! This is a landmark moment! :) What's the status on baremetal, bionic, and iOS? baremetal: Timo Sintonen and Mike post updates

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Andrei Alexandrescu
Vote up! http://www.reddit.com/r/programming/comments/20n3yw/gdcarm_beta_1_d_programming_language_with_gcc/ https://news.ycombinator.com/newest (find it and vote it) https://twitter.com/D_Programming/status/445607521752215552

unit-threaded v0.3.1, dtest v0.2.0 and dub test

2014-03-17 Thread Atila Neves
unit-threaded is now at version 0.3.1: https://github.com/atilaneves/unit-threaded http://code.dlang.org/packages/unit-threaded New @SingleThreaded UDA causes all tests with it in a module to run sequentially. Sometimes you're testing code that changes global state or isn't thread-safe in

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread simendsjo
On 03/17/2014 06:11 PM, Andrei Alexandrescu wrote: Vote up! (...) https://news.ycombinator.com/newest (find it and vote it) Currently here (nr. 184): https://news.ycombinator.com/x?fnid=dKZJeV9oxnVX2eOw0VUBlt If not, search for GDC.

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Martin
Hi, first of all: thanks for the great work! I've downloaded and tried the pre built toolchains for windows (x86 and x64) on a hello world example and while they worked - the executable produced the desired output - the file consisting of just the writeln() call is 10 MByte in size. I've just

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Johannes Pfau
Am Mon, 17 Mar 2014 21:14:17 + schrieb Martin em...@address.com: Hi, first of all: thanks for the great work! I've downloaded and tried the pre built toolchains for windows (x86 and x64) on a hello world example and while they worked - the executable produced the desired output - the

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Mengu
On Monday, 17 March 2014 at 20:32:13 UTC, simendsjo wrote: On 03/17/2014 06:11 PM, Andrei Alexandrescu wrote: Vote up! (...) https://news.ycombinator.com/newest (find it and vote it) Currently here (nr. 184): https://news.ycombinator.com/x?fnid=dKZJeV9oxnVX2eOw0VUBlt If not, search for

Mono-D v1.7.2 - Again internal refactorings, less completion bugs

2014-03-17 Thread Alexander Bothe
...and a way less annoying completion behaviour, as there's a completion request time out now that just cancels any too long attempt to get completion info. http://mono-d.alexanderbothe.com/again-internal-refactorings-less-completion-bugs-v1-7-2/ Cheers mates, Alex

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread inout
On Monday, 17 March 2014 at 14:07:13 UTC, Johannes Pfau wrote: I'm happy to announce the first GDC ARM beta on behalf of the GDC team :) ARM support is now at a point where the automated tests (test suite, unit tests) pass and we're ready for feedback from real world usage. All changes have

Re: GDC ARM beta #1 (with binary releases!)

2014-03-17 Thread Rikki Cattermole
On Monday, 17 March 2014 at 14:07:13 UTC, Johannes Pfau wrote: I'm happy to announce the first GDC ARM beta on behalf of the GDC team :) ARM support is now at a point where the automated tests (test suite, unit tests) pass and we're ready for feedback from real world usage. All changes have