LDC 0.9.2 released

2010-03-19 Thread Christian Kamm
A new version of LDC, the LLVM based compiler for the D programming language has been released. It is built with DMDFE version 1.057 and LLVM 2.6. The runtime library has been upgraded to Tango 0.99.9. In addition to up-to-date dependencies, this release incorporates a wealth of fixes and

Re: C++0x Concepts - Dead?

2009-07-14 Thread Christian Kamm
Walter Bright Wrote: There are unconfirmed reports that this morning, the C++0x standards group in Frankfurt voted to kill Concepts. This seems to be the relevant pre-Frankfurt text: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2893.pdf I doubt concepts are 'dead' - from the

Re: dmd 1.046 and 2.031 releases

2009-07-06 Thread Christian Kamm
Walter Bright Wrote: The deps thing comes from the LDC group. They've been relying on it as-is, so they'd need to agree on any changes. Actually, it's from Tomasz' xfBuild http://wiki.team0xf.com/index.php?n=Tools.XfBuild . As it is intended as a generally useful dependency format though,

Re: ldc 0.9.1 released

2009-05-29 Thread Christian Kamm
Timo Gransch wrote: Christian Kamm schrieb: but I am using a debug runtime. Does inserting a breakpoint in your code and running to that work? Back on x86-64 again: (gdb) break main Breakpoint 1 at 0x409150 Since there's main and _Dmain and I don't know how the GDB patches interact

Re: ldc 0.9.1 released

2009-05-28 Thread Christian Kamm
Timo Gransch wrote: I compile a programm using ldmd -g -debug test.d Then I try to debug using gdb with the D patches: (gdb) list 1 ../sysdeps/x86_64/elf/start.S: No such file or directory. in ../sysdeps/x86_64/elf/start.S On x86-32 that gives me a listing of the main function

ldc 0.9.1 released

2009-05-27 Thread Christian Kamm
use the ldmd wrapper if you want a drop-in replacement for DMD. Linux x86-32 download: http://www.incasoftware.de/~kamm/ldc/ldc-0.9.1-x86_32.tar.bz2 Linux x86-64 download: http://www.incasoftware.de/~kamm/ldc/ldc-0.9.1-x86_64.tar.bz2 Tomas Lindquist Olsen Christian Kamm Frits van Bommel Kelly

Re: Planet D is back

2009-05-09 Thread Christian Kamm
cemiller wrote: Can you please take Christopher E. Miller out of the Blogs? I don't know why it's there pointing back to http://planet.dsource.org - you'd think it was an infinite loop! The feeds for Christopher's, pragma's and h3r3tic's blogs seem to be down. I'd rather not remove them - it

Planet D is back

2009-05-08 Thread Christian Kamm
The Planet D aggregator at http://planet.dsource.org is being updated again! Thanks go to Anders Bergh, who made it and provided me with the necessary files.

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Christian Kamm
Lars Kyllingstad Wrote: Are there plans to release a Tango-LDC bundle any time soon? Yes. There will be a new release of LDC that comes bundled with Tango 0.99.8.