Coedit - beta 1 released

2015-04-06 Thread Baz via Digitalmars-d-announce
I'm pleased to announce the first beta of Coedit, the small IDE for the D programming language, based on DMD. This version introduces: - the option editor. - metad, a meta GIT repository composed of static libraries easily buildable with Coedit. - DCD integration: call tips and DDoc comments a

Re: OpenVG bindings

2015-04-06 Thread ddos via Digitalmars-d-announce
On Saturday, 4 April 2015 at 09:24:29 UTC, Baz wrote: On Friday, 3 April 2015 at 22:53:51 UTC, ddos wrote: Hi folks, today i've created my first dlang library ^_^ a binding to the OpenVG library standard. The referenced implementation is ShivaVG which allows to draw vector graphics within an

Re: OpenVG bindings

2015-04-06 Thread ddos via Digitalmars-d-announce
On Saturday, 4 April 2015 at 02:47:46 UTC, Rikki Cattermole wrote: On 4/04/2015 11:53 a.m., ddos wrote: Hi folks, today i've created my first dlang library ^_^ a binding to the OpenVG library standard. The referenced implementation is ShivaVG which allows to draw vector graphics within an Ope

Re: Standardpaths library

2015-04-06 Thread Marco Leise via Digitalmars-d-announce
Am Sun, 05 Apr 2015 12:39:04 + schrieb "FreeSlave" : > On Sunday, 5 April 2015 at 11:42:42 UTC, Marco Leise wrote: > >is this Windows? > > return executable_path > > That depends on what do you understand by data. The data I was referring to is the stuff that is installed with the program ex

Re: Standardpaths library

2015-04-06 Thread Marco Leise via Digitalmars-d-announce
Am Sun, 05 Apr 2015 12:31:23 + schrieb "FreeSlave" : > On Sunday, 5 April 2015 at 11:42:42 UTC, Marco Leise wrote: > > On another note when I ran your 'printdirs' it didn't list a > > user Fonts or Applications directory. The Applications > > directory is ok, but I do have a ~/.fonts/ director

Re: Standardpaths library

2015-04-06 Thread Xavier Bigand via Digitalmars-d-announce
Le 05/04/2015 11:08, FreeSlave a écrit : I wrote small library for getting standard paths (like Pictures, Music) Here's dub package http://code.dlang.org/packages/standardpaths And github repo https://github.com/MyLittleRobo/standardpaths You can see open issues on github. Please, participate in

This Week in D #12: mid-term vision review, library tip, GC profiling

2015-04-06 Thread Adam D. Ruppe via Digitalmars-d-announce
http://arsdnet.net/this-week-in-d/apr-05.html http://www.reddit.com/r/d_language/comments/31mu0i/this_week_in_d_april_6_2015_gc_profiling_library/

Re: DUB 0.9.23 released

2015-04-06 Thread Sönke Ludwig via Digitalmars-d-announce
Am 06.04.2015 um 10:33 schrieb Martin Nowak: On Monday, 6 April 2015 at 08:21:46 UTC, Sönke Ludwig wrote: Apart from that, the major additions are: We also made dub a lot faster https://github.com/D-Programming-Language/dub/pull/388. Didn't realize that this didn't make it into the previous

DMD 2.067.0 Programming Language Specifications

2015-04-06 Thread Jordi Sayol via Digitalmars-d-announce
D Programming Language Specifications for dmd 2.067.0 in several formats, available at: dlangspec-2.067.0.chm -- (Microsoft Compiled HTML Help) dlangspec-2.067.0.epub -- (Electronic Publication for e-book readers) dlangspec-2.067.0.mobi -- (Mob

Re: Reggae v0.0.5 super alpha: A build system in D

2015-04-06 Thread Sergei Nosov via Digitalmars-d-announce
On Sunday, 5 April 2015 at 00:22:35 UTC, Atila Neves wrote: It seems to me that different projects might benefit from different compilation strategies. It might just be a case of unit tests alongside production code vs in separate files. As mentioned before, my experience with per-module compil

Re: DUB 0.9.23 released

2015-04-06 Thread Jordi Sayol via Digitalmars-d-announce
El 06/04/15 a les 10:21, Sönke Ludwig via Digitalmars-d-announce ha escrit: > The new version contains some important bug fixes for sub modules and > overridden string imports, as well as some other major fixes. Congratulations for this new release! Available for Debian/Ubuntu at

Re: DUB 0.9.23 released

2015-04-06 Thread Sönke Ludwig via Digitalmars-d-announce
Am 06.04.2015 um 11:03 schrieb Vladimir Panteleev: On Monday, 6 April 2015 at 08:21:46 UTC, Sönke Ludwig wrote: The new version contains some important bug fixes for sub modules and overridden string imports, as well as some other major fixes. Congratulations! So, 2.068 will include Dub, righ

Re: DUB 0.9.23 released

2015-04-06 Thread Vladimir Panteleev via Digitalmars-d-announce
On Monday, 6 April 2015 at 08:21:46 UTC, Sönke Ludwig wrote: The new version contains some important bug fixes for sub modules and overridden string imports, as well as some other major fixes. Congratulations! So, 2.068 will include Dub, right?

Re: DUB 0.9.23 released

2015-04-06 Thread Martin Nowak via Digitalmars-d-announce
On Monday, 6 April 2015 at 08:21:46 UTC, Sönke Ludwig wrote: Apart from that, the major additions are: We also made dub a lot faster https://github.com/D-Programming-Language/dub/pull/388.

DUB 0.9.23 released

2015-04-06 Thread Sönke Ludwig via Digitalmars-d-announce
The new version contains some important bug fixes for sub modules and overridden string imports, as well as some other major fixes. Apart from that, the major additions are: - "copyFiles" now get hard linked instead of copied and whole directories can be copied in addition to individual fil