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
bin
directory toPATH
(fixes behavior when admd
binary was installed in/usr/bin
) - Add support for the
debugDMD
build option on POSIX - Fix incorrect repository tree order when using
git
cache engine - Fix
rebuild
ignoring 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
bisectBuild
bisect config option - Add
--with
and--without
switches to control D components to build - Add
website
component for building dlang.org (POSIX-only) - Work around
appender
memory corruption bug withgit
cache engine - Various fixes
Digger v2.2 (2015-06-05)
- Fix
digger install
to work withobject.d
- Improve resilience of
digger install
- Add
--bootstrap
switch to build compiler entirely from C++ source - Replace usage of
git bisect run
with 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
git
cache engine - Add
cache
action and subcommands - Fix starting
digger-web
in OS X
(auto-correct working directory)
Digger v2.0 (2015-04-26)
idgen.d
update (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
rebuild
action, for incremental rebuilds
(thanks to Sergei Nosov) - Add
install
anduninstall
actions - Add
--help
text - Add
--make-args
option - Add
--model
option to replace the--64
switch - Add
--host
and--port
todigger-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