Re: IDE - Coedit 2

2016-02-17 Thread Andre Kostur via Digitalmars-d-announce
On 2016-02-17 12:19 PM, Jacob Carlborg wrote: On 2016-02-17 14:18, Basile Burg wrote: The few missing details to compile CE under OSX have been added today. However it has to be build by the user, which might not be easy. I cannot help with this (except for eventual bugfixes). Can't you use

Re: Qt's MOC getting replicated in D for Calypso

2016-02-17 Thread ZombineDev via Digitalmars-d-announce
On Thursday, 18 February 2016 at 02:47:37 UTC, Elie Morisse wrote: Hi all, I now have a working D replacement for moc: https://github.com/Syniurge/Calypso/blob/master/tests/calypso/qt5/moc For those unfamiliar with Qt, moc (the Meta-Object Compiler) is a tool that generates additional

Re: Qt's MOC getting replicated in D for Calypso

2016-02-17 Thread Ali Çehreli via Digitalmars-d-announce
On 02/17/2016 06:47 PM, Elie Morisse wrote: > I now have a working D replacement for moc: > > https://github.com/Syniurge/Calypso/blob/master/tests/calypso/qt5/moc > > For those unfamiliar with Qt, moc (the Meta-Object Compiler) is a tool > that generates additional code for Qt classes, code

Qt's MOC getting replicated in D for Calypso

2016-02-17 Thread Elie Morisse via Digitalmars-d-announce
Hi all, I now have a working D replacement for moc: https://github.com/Syniurge/Calypso/blob/master/tests/calypso/qt5/moc For those unfamiliar with Qt, moc (the Meta-Object Compiler) is a tool that generates additional code for Qt classes, code then used by the signal/slot system,

Re: IDE - Coedit 2

2016-02-17 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-02-17 14:18, Basile Burg wrote: The few missing details to compile CE under OSX have been added today. However it has to be build by the user, which might not be easy. I cannot help with this (except for eventual bugfixes). Can't you use Travis CI to build it if you don't have a Mac

Re: GSoC Deadline Friday

2016-02-17 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 02/17/2016 09:35 AM, Craig Dillabaugh wrote: Hey Andrei, what is the status of the D Foundation? Martin suggested that we apply as the D Foundation, rather than Digital Mars but I wasn't 100% sure if the D Foundation was officially up and running yet. If so does it have a website? The

Re: GSoC Deadline Friday

2016-02-17 Thread Craig Dillabaugh via Digitalmars-d-announce
On Tuesday, 16 February 2016 at 15:26:11 UTC, Andrei Alexandrescu wrote: On 2/16/16 8:46 AM, Craig Dillabaugh wrote: The Google Summer of Code deadline is this Friday. I would like confirmation from the following individuals if they can mentor GSOC this summer. Iain Buclaw Bruno Medeiros

Re: IDE - Coedit 2

2016-02-17 Thread Basile Burg via Digitalmars-d-announce
On Saturday, 13 February 2016 at 08:50:39 UTC, extrawurst wrote: On Friday, 12 February 2016 at 16:09:36 UTC, Basile Burg wrote: see https://github.com/BBasile/Coedit/releases/tag/2_gold Are you planning to support osx too someday ? --Stephan The few missing details to compile CE under OSX

Re: unit-threaded v0.5.7 - advanced multi-threaded unit testing library

2016-02-17 Thread Sebastiaan Koppe via Digitalmars-d-announce
On Wednesday, 17 February 2016 at 09:05:34 UTC, Atila Neves wrote: I'm on a tablet on holiday so sorry in advance for the short answer. You're on a holiday, I appreciate anything you write :) Your versioned import is the reason why I made it so a plain string UDA is just as good as @Name.

Re: unit-threaded v0.5.7 - advanced multi-threaded unit testing library

2016-02-17 Thread Atila Neves via Digitalmars-d-announce
On Tuesday, 16 February 2016 at 22:13:15 UTC, Sebastiaan Koppe wrote: On Monday, 8 February 2016 at 13:23:40 UTC, Atila Neves wrote: What's new: [...] Enjoy! Atila I just started using unit-threaded and I like it so far, specially the parallel runner. Just had some speed-bumps that might