Re: Mir GLAS v0.0.6: easy usage with DMD and LDC

2016-12-16 Thread jmh530 via Digitalmars-d-announce
On Friday, 16 December 2016 at 22:12:58 UTC, Ilya Yaroshenko wrote: Mir GLAS v0.0.6 was released. Very welcome. Will need to play around with it.

Quick-and-Dirty Xiph Tremor decoder port

2016-12-16 Thread ketmar via Digitalmars-d-announce
here[1] is $subj. it is as close to the original C source as possible. it also includes partial vorbisfile port, so it is completely self-contained and doesn't require any C library besides libc. there is also sample ALSA player[2]. it requires ALSA bindins[3]. grab it now while it's hot,

Re: concepts v0.0.1

2016-12-16 Thread Nicholas Wilson via Digitalmars-d-announce
On Friday, 16 December 2016 at 23:49:18 UTC, Nicholas Wilson wrote: On Friday, 16 December 2016 at 20:51:19 UTC, Atila Neves wrote: @models!(Foo, isFoo) What happened to the __UDA_ATTACHMENT__ proposal? Also are UDAs legal after the symbol? i.e. with __UDA_ATTACHMENT__ could you do struct

Re: concepts v0.0.1

2016-12-16 Thread Nicholas Wilson via Digitalmars-d-announce
On Friday, 16 December 2016 at 20:51:19 UTC, Atila Neves wrote: @models!(Foo, isFoo) What happened to the __UDA_ATTACHMENT__ proposal?

Re: concepts v0.0.1

2016-12-16 Thread Nordlöw via Digitalmars-d-announce
On Friday, 16 December 2016 at 20:51:19 UTC, Atila Neves wrote: Atila Surprisingly little code. Thx.

Mir GLAS v0.0.6: easy usage with DMD and LDC

2016-12-16 Thread Ilya Yaroshenko via Digitalmars-d-announce
Mir GLAS v0.0.6 was released. Changes: 1. GLAS can be used as common dub package with DMD and LDC. No manual library installation is required. Thanks to John Colvin for the good advice! from the README GLAS can be used with DMD and LDC but LDC (LLVM D Compiler) >= 1.1.0 beta 6

Re: test_allocator v0.0.1 - don't leak memory in your std.experimental.allocator using code

2016-12-16 Thread Basile B. via Digitalmars-d-announce
On Friday, 16 December 2016 at 21:03:11 UTC, Atila Neves wrote: So you decide to use std.experimental.allocator for your memory allocations. Let's say you're as paranoid as me about getting the allocations right. How do you know you're not leaking memory now (no GC safety net)?. Or worse,

test_allocator v0.0.1 - don't leak memory in your std.experimental.allocator using code

2016-12-16 Thread Atila Neves via Digitalmars-d-announce
So you decide to use std.experimental.allocator for your memory allocations. Let's say you're as paranoid as me about getting the allocations right. How do you know you're not leaking memory now (no GC safety net)?. Or worse, deallocating memory you shouldn't? The program didn't crash, but you

concepts v0.0.1

2016-12-16 Thread Atila Neves via Digitalmars-d-announce
Since my phobos PR for better static assertions was clearly never getting merged (https://github.com/dlang/phobos/pull/3677), I moved the code to dub instead: http://code.dlang.org/packages/concepts Basically, as long as you pair up your template constraints (e.g. isFoo) with a suitably

Re: unDE 0.1.0: original file manager, image and text viewer

2016-12-16 Thread unDEFER via Digitalmars-d-announce
On Friday, 16 December 2016 at 19:03:29 UTC, MGW wrote: Очень интересная работа. Взглянул на некоторые проблемы с другой стороны. Интересно, это реализовано на D? I'm translating: "Very interesting work. I looked on some problems with other hand. Interesting, is it implemented on D?"

Re: unDE 0.1.0: original file manager, image and text viewer

2016-12-16 Thread MGW via Digitalmars-d-announce
On Thursday, 15 December 2016 at 20:16:10 UTC, unDEFER wrote: Hello, my dear friends! So many days you answers on many my questions. And today I glad to present my work: unDE 0.1.0. It is very original file manager, image and text viewer. More information:

Re: unDE 0.1.0: original file manager, image and text viewer

2016-12-16 Thread unDEFER via Digitalmars-d-announce
On Friday, 16 December 2016 at 14:51:53 UTC, John Colvin wrote: This looks like a very interesting project. I have had similar ideas recently but haven't had time to do anything. I'm looking forward to seeing what you create. Thank you!

Re: unDE 0.1.0: original file manager, image and text viewer

2016-12-16 Thread John Colvin via Digitalmars-d-announce
On Thursday, 15 December 2016 at 20:16:10 UTC, unDEFER wrote: Hello, my dear friends! So many days you answers on many my questions. And today I glad to present my work: unDE 0.1.0. It is very original file manager, image and text viewer. More information: