Skip to content

Releases: CyberShadow/Digger

Digger v2.4 (2015-10-05)

30 Sep 18:59
Compare
Choose a tag to compare
  • Fetch tags explicitly when updating
    (fixes some "unknown /ambiguous revision" errors)
  • Prepend result bin directory to PATH
    (fixes behavior when a dmd 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)

30 Sep 18:59
Compare
Choose a tag to compare
  • 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 with git cache engine
  • Various fixes

Digger v2.2 (2015-06-05)

30 Sep 18:59
Compare
Choose a tag to compare
  • Fix digger install to work with object.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)

30 Sep 18:59
Compare
Choose a tag to compare
  • 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)

30 Sep 18:59
Compare
Choose a tag to compare
  • 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)

30 Sep 18:59
Compare
Choose a tag to compare
  • Add rebuild action, for incremental rebuilds
    (thanks to Sergei Nosov)
  • Add install and uninstall actions
  • Add --help text
  • Add --make-args option
  • Add --model option to replace the --64 switch
  • Add --host and --port to digger-web
  • Various smaller improvements

Digger v1.0 (2014-09-18)

30 Sep 18:59
Compare
Choose a tag to compare

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

2014-08-15

15 Aug 17:11
Compare
Choose a tag to compare
2014-08-15 Pre-release
Pre-release