Archive for April, 2007

Icequake

Saturday, April 14th, 2007

While investigating GUI apps designed to manage SQLite DBs, I stumbled across Icequake. It’s written in D using DWT. I had never heard of it before. I’ve only just seen the web site and have yet to download it or look at the source, but I’m thinking that porting it to the new tioported SWT might be a neat little exercise.

Technorati Tags: , , , ,

DMD 1.012

Friday, April 13th, 2007

Walter has released DMD 1.012, primarily to correct some issues introduced by 1.011.

Technorati Tags: , , ,

Updated D.key for Crimson Editor

Wednesday, April 11th, 2007

I’ve uploaded an updated D.key file for Crimson Editor. It’s current to 1.011.

Technorati Tags: ,

SWT Gets tioported

Wednesday, April 11th, 2007

tioport is a project that converts Java source to D. That’s pretty cool in and of itself, but what’s even cooler is the reason the project was initiated — to automate the porting of SWT to D. It appears that the goal has been achieved.

Since I don’t see these links on the wiki page linked above, I’ll break my normally rigid rule about posting direct download links on the blog. These are the current snapshots of the converted SWT:

http://dsource.org/projects/tioport/browser/downloads/swt-3.2.1-linux-gtk.tar.bz2?format=raw

http://dsource.org/projects/tioport/browser/downloads/swt-3.2.1-win32.zip?format=raw

I think we’ll be seeing some neat stuff coming out of this. If I can ever make the time to work on it, this is pretty much the last major piece of the puzzle for a D project I’d like to put together. Do you have any extra time you’d like to sell me?

Technorati Tags: , , , ,

Ddbg 0.1 beta

Wednesday, April 11th, 2007

Jascha Wetzel has moved Ddbg from alpha to beta. Among other changes and bug fixes, the new release takes advantage of debug symbols added in the latest DMD.

Technorati Tags: , , ,