Releases: CyberShadow/Digger
Releases · CyberShadow/Digger
Digger v2.4 (2015-10-05)
- Fetch tags explicitly when updating
(fixes some "unknown /ambiguous revision" errors) - Prepend result
bindirectory toPATH
(fixes behavior when admdbinary was installed in/usr/bin) - Add support for the
debugDMDbuild option on POSIX - Fix incorrect repository tree order when using
gitcache engine - Fix
rebuildignoring build options on the command-line - Automatically install KindleGen locally when building website
- Update OptLink installer
- Download platform-specific DMD release packages
(contributed by Martin Nowak)
Digger v2.3 (2015-06-14)
- Add
bisectBuildbisect config option - Add
--withand--withoutswitches to control D components to build - Add
websitecomponent for building dlang.org (POSIX-only) - Work around
appendermemory corruption bug withgitcache engine - Various fixes
Digger v2.2 (2015-06-05)
- Fix
digger installto work withobject.d - Improve resilience of
digger install - Add
--bootstrapswitch to build compiler entirely from C++ source - Replace usage of
git bisect runwith internal implementation- Bisection now prefers cached builds when choosing a commit to test
- Allow customizing the set of components to build during bisection
- Use git plumbing in git cache driver for concurrency and better performance
- Don't cache build failures if the error is likely temporary
Digger v2.1 (2015-05-03)
- Add license
- Add
gitcache engine - Add
cacheaction and subcommands - Fix starting
digger-webin OS X
(auto-correct working directory)
Digger v2.0 (2015-04-26)
idgen.dupdate (DMD now requires DMD to build)- Full core overhaul, for improved performance, granularity and extensibility.
A fresh install is recommended.
Digger v1.1 (2015-03-04)
- Add
rebuildaction, for incremental rebuilds
(thanks to Sergei Nosov) - Add
installanduninstallactions - Add
--helptext - Add
--make-argsoption - Add
--modeloption to replace the--64switch - Add
--hostand--porttodigger-web - Various smaller improvements
Digger v1.0 (2014-09-18)
Changes since DConf:
- On Windows, Digger may now download and locally install (unpack) required
software, as needed:- Git
- A number of Visual Studio 2013 Express and Windows SDK components (for
64-bit builds) - 7-Zip and WiX (necessary for unpacking Visual Studio Express components)
- Various smaller improvements