Digger 1.0

Vladimir Panteleev via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Sep 18 18:36:51 PDT 2014


Most notable change since DConf is that on Windows, Digger can 
now build D from source (including x64 versions) without 
requiring Git or Visual Studio to be installed. It achieves this 
by downloading and locally installing (unpacking) all the 
software it needs.

Windows binaries:

https://github.com/CyberShadow/Digger/releases/tag/1.0

Digger is a tool for working with D's source code and its 
history. It can build D (including older D versions), customize 
the build with pending pull requests or forks, and find the exact 
pull request which introduced a regression (or fixed a bug). It 
comes together with a web interface which makes building D from 
source trivial even for people new to D, Git or the command line.

https://github.com/CyberShadow/Digger


More information about the Digitalmars-d-announce mailing list