October 03, 2017
On Monday, 2 October 2017 at 16:50:38 UTC, bitwise wrote:
> On Tuesday, 26 September 2017 at 15:20:54 UTC, Vadim Lopatin wrote:
>> [...]
>
> Is C++ integration on the roadmap?
>
> My main project has a platform abstraction layer for graphics, and libraries for which no bindings are available, so I use Visual D right now, which lets me simply drag all my C++ sources right into a D library project. The downside of course being that Visual D only works on windows.

So far C++ integration is not planned.
I can include it to some milestone after 1.0
October 05, 2017
On Tuesday, 3 October 2017 at 11:35:55 UTC, Vadim Lopatin wrote:
> On Monday, 2 October 2017 at 16:50:38 UTC, bitwise wrote:
>> On Tuesday, 26 September 2017 at 15:20:54 UTC, Vadim Lopatin wrote:
>>> [...]
>>
>> Is C++ integration on the roadmap?
>>
>> My main project has a platform abstraction layer for graphics, and libraries for which no bindings are available, so I use Visual D right now, which lets me simply drag all my C++ sources right into a D library project. The downside of course being that Visual D only works on windows.
>
> So far C++ integration is not planned.
> I can include it to some milestone after 1.0

That would be great. Even something without coloring, formatting or completion would make me happy - just so I could drag my C++ sources into the project and have them built/linked without having maintain separate make-files, projects, etc..

   Thanks

1 2 3
Next ›   Last »