On Saturday, 28 May 2016 at 12:27:26 UTC, Stefan Koch wrote:
On Friday, 27 May 2016 at 23:31:24 UTC, Stefan Koch wrote:
On Monday, 9 May 2016 at 16:57:39 UTC, Stefan Koch wrote:
Hi Guys,
I have been looking into the DMD now to see what I can do
about CTFE.
I will post more details as soon a
This is a minor update to Scriptlike: A utility library to help you
write script-like programs in D.
- Fixed deprecation warnings with DMD 2.070.x and 2.071.0
- Fixes the Travis-CI build which had been a little bit borked.
- Interact module properly flushes stdout when prompting for user input
On Saturday, 28 May 2016 at 21:55:58 UTC, Basile B. wrote:
On Saturday, 28 May 2016 at 20:39:18 UTC, Bauss wrote:
So there's no way to do it through the editor? Like I don't
use a dark theme in my OS, but I do like my editors to be dark.
I confirm. Dark theme only available if the OS widget se
On Sunday, 29 May 2016 at 00:37:54 UTC, Alex Parrill wrote:
On Saturday, 28 May 2016 at 19:32:58 UTC, maik klein wrote:
Btw does this even work? I think the struct initializers have
to be
Foo foo = { someVar: 1 };
`:` instead of a `=`
I didn't do this because I actually got autocompletion fo
On Saturday, 28 May 2016 at 19:32:58 UTC, maik klein wrote:
Btw does this even work? I think the struct initializers have
to be
Foo foo = { someVar: 1 };
`:` instead of a `=`
I didn't do this because I actually got autocompletion for
`vertexInputStateCreateInfo.` and that meant less typing
On Saturday, 28 May 2016 at 20:39:18 UTC, Bauss wrote:
So there's no way to do it through the editor? Like I don't use
a dark theme in my OS, but I do like my editors to be dark.
I confirm. Dark theme only available if the OS widget set has one.
On Saturday, 28 May 2016 at 13:08:55 UTC, Basile B. wrote:
On Friday, 27 May 2016 at 17:49:18 UTC, Bauss wrote:
On Thursday, 26 May 2016 at 23:44:21 UTC, Basile B. wrote:
Mostly because an important feature of the library manager
was not compatible with DUB > v0.9.24. Otherwise almost
nothing.
On Saturday, 28 May 2016 at 17:50:30 UTC, Alex Parrill wrote:
On Saturday, 28 May 2016 at 10:58:05 UTC, maik klein wrote:
derelict-vulcan only works on windows, dvulkan doesn't have
the platform dependend surface extensions for xlib, xcb, w32
and wayland. Without them Vulkan is unusable for m
On Saturday, 28 May 2016 at 16:23:41 UTC, Nick Sabalausky wrote:
It'd be nice if there was a pre-defined set of dark highlighter
attributes that could just be selected and then used
out-of-the-box or as a starting point. In general, manually
adjusting editor themes can get to be a pain, especia
On Saturday, 28 May 2016 at 10:58:05 UTC, maik klein wrote:
derelict-vulcan only works on windows, dvulkan doesn't have the
platform dependend surface extensions for xlib, xcb, w32 and
wayland. Without them Vulkan is unusable for me.
I really don't care what I use, I just wanted something th
Also, just a minor wishlist thing, but it'd be nice if the currently
active file (or project name, or something) was prepended to the
window's title bar, so it's displays on people's taskbar. That comes in
handy when using multiple editor windows.
On 05/28/2016 09:08 AM, Basile B. wrote:
On Friday, 27 May 2016 at 17:49:18 UTC, Bauss wrote:
On Thursday, 26 May 2016 at 23:44:21 UTC, Basile B. wrote:
Mostly because an important feature of the library manager was not
compatible with DUB > v0.9.24. Otherwise almost nothing.
See https://githu
On Saturday, 28 May 2016 at 11:26:23 UTC, Seb wrote:
On Saturday, 28 May 2016 at 11:02:37 UTC, Loïc HAMOT wrote:
Hello,
I am working on a C++ to D converter.
The project is opensource, on github :
https://github.com/lhamot/CPP2D
[...]
If somebody is interested to use this software, or to
p
Short description
A database engine for quick and easy integration into any D
program. Full compatibility with D types and ranges.
Design Goals (none is accomplished yet)
- ACID
- No external dependencies
- Single file storage
- Multithread support
- Suitable for micro
On Friday, 27 May 2016 at 17:49:18 UTC, Bauss wrote:
On Thursday, 26 May 2016 at 23:44:21 UTC, Basile B. wrote:
Mostly because an important feature of the library manager was
not compatible with DUB > v0.9.24. Otherwise almost nothing.
See https://github.com/BBasile/Coedit/releases/tag/2_updat
On Saturday, 28 May 2016 at 11:02:37 UTC, Loïc HAMOT wrote:
Hello,
I am working on a C++ to D converter.
The project is opensource, on github :
https://github.com/lhamot/CPP2D
[...]
Interesting!
On Friday, 27 May 2016 at 23:31:24 UTC, Stefan Koch wrote:
On Monday, 9 May 2016 at 16:57:39 UTC, Stefan Koch wrote:
Hi Guys,
I have been looking into the DMD now to see what I can do
about CTFE.
I will post more details as soon as I dive deeper into the
code.
Update :
int bug6498(int x)
On Saturday, 28 May 2016 at 11:02:37 UTC, Loïc HAMOT wrote:
Hello,
I am working on a C++ to D converter.
The project is opensource, on github :
https://github.com/lhamot/CPP2D
[...]
Very nice! Looking at your examples, you should know that the
default protection in D classes is public.
-
On Saturday, 28 May 2016 at 11:02:37 UTC, Loïc HAMOT wrote:
Hello,
I am working on a C++ to D converter.
The project is opensource, on github :
https://github.com/lhamot/CPP2D
Clang is used to parse the C++ code and get the abstract syntax
tree. Then I can visit the AST to print it to D lang
Hello,
I am working on a C++ to D converter.
The project is opensource, on github :
https://github.com/lhamot/CPP2D
Clang is used to parse the C++ code and get the abstract syntax
tree. Then I can visit the AST to print it to D language.
Some tricks are used to convert the simplest macros to
On Saturday, 28 May 2016 at 03:02:23 UTC, WhatMeWorry wrote:
On Friday, 27 May 2016 at 18:40:24 UTC, maik klein wrote:
https://github.com/MaikKlein/VulkanTriangleD
Another dependency is ErupteD which I have forked myself
because there is currently an issue with xlib-d and xcb-d with
their
On 5/28/16 4:23 AM, Seb wrote:
On Friday, 27 May 2016 at 19:18:11 UTC, Andrew Edwards wrote:
On Monday, 16 May 2016 at 17:32:06 UTC, André wrote:
[...]
Hello André,
Congratulations. Job well done on a much need resource for the
community. I sent you an email almost two weeks ago via your web
22 matches
Mail list logo