[phobos] [D-Programming-Language/tools] 9bce98: Update DustMite

GitHub via phobos phobos at puremagic.com
Thu Jun 18 09:54:37 PDT 2015


  Branch: refs/heads/stable
  Home:   https://github.com/D-Programming-Language/tools
  Commit: 9bce9851594520ee10b39535850c132383608056
      https://github.com/D-Programming-Language/tools/commit/9bce9851594520ee10b39535850c132383608056
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2015-02-19 (Thu, 19 Feb 2015)

  Changed paths:
    M DustMite/dustmite.d
    M DustMite/splitter.d

  Log Message:
  -----------
  Update DustMite

Commits:
* 0efbe54 Add --reduce-only
* 60293fb splitter: Don't go into an infinite loop in postProcessBlockKeywords
* ec08b00 Add --no-redirect switch
* 955f569 Merge pull request #25 from John-Colvin/patch-2
* 14b3aca making sure to use std.algorithm.sort, not builtin


  Commit: f7898ce5d65169d741b3bd5855f3a0ca832f4b1f
      https://github.com/D-Programming-Language/tools/commit/f7898ce5d65169d741b3bd5855f3a0ca832f4b1f
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-02-19 (Thu, 19 Feb 2015)

  Changed paths:
    M DustMite/dustmite.d
    M DustMite/splitter.d

  Log Message:
  -----------
  Merge pull request #162 from CyberShadow/pull-20150219-003130-dustmite

Update DustMite


  Commit: 37cc1371ba1ee86c1735cb60082e2c852d199c1c
      https://github.com/D-Programming-Language/tools/commit/37cc1371ba1ee86c1735cb60082e2c852d199c1c
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-02-28 (Sat, 28 Feb 2015)

  Changed paths:
    M win32.mak

  Log Message:
  -----------
  use sensible default for DOC dir


  Commit: 61a1f4fd3114b434e3825bedd65b9a4fa7425031
      https://github.com/D-Programming-Language/tools/commit/61a1f4fd3114b434e3825bedd65b9a4fa7425031
  Author: Vladimir Panteleev <thecybershadow at gmail.com>
  Date:   2015-02-28 (Sat, 28 Feb 2015)

  Changed paths:
    M win32.mak

  Log Message:
  -----------
  Merge pull request #163 from MartinNowak/buildDMAN

use sensible default for DOC dir


  Commit: 3ff5be6ee514d7a5239d1854cc58db22e3623ee3
      https://github.com/D-Programming-Language/tools/commit/3ff5be6ee514d7a5239d1854cc58db22e3623ee3
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2015-03-08 (Sun, 08 Mar 2015)

  Changed paths:
    M rdmd.d
    M rdmd_test.d

  Log Message:
  -----------
  fix Issue 14259 - rdmd: --build-only / -of / -od incompatible with --dry-run


  Commit: 1e905b2f1377ad8205072988a3c820b6b3d52472
      https://github.com/D-Programming-Language/tools/commit/1e905b2f1377ad8205072988a3c820b6b3d52472
  Author: John Colvin <john.loughran.colvin at gmail.com>
  Date:   2015-03-27 (Fri, 27 Mar 2015)

  Changed paths:
    M posix.mak

  Log Message:
  -----------
  add dustmite to install


  Commit: 4a7f98dbefbfc77ebe23dea920f270cd2b5e7391
      https://github.com/D-Programming-Language/tools/commit/4a7f98dbefbfc77ebe23dea920f270cd2b5e7391
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2015-03-27 (Fri, 27 Mar 2015)

  Changed paths:
    M posix.mak

  Log Message:
  -----------
  Merge pull request #165 from John-Colvin/patch-3

add dustmite to install


  Commit: f628b566ad17a9256a4373063f7fcebb1d28cd13
      https://github.com/D-Programming-Language/tools/commit/f628b566ad17a9256a4373063f7fcebb1d28cd13
  Author: Tomoya Tanjo <ttanjo at gmail.com>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

  Changed paths:
    M DustMite/dustmite.d
    M DustMite/splitter.d
    M catdoc.d
    M rdmd.d

  Log Message:
  -----------
  Fix implicit conversion of dynamic array to bool


  Commit: 0a8ddbfdbfc8f845982f4184e400e62ce0b44b52
      https://github.com/D-Programming-Language/tools/commit/0a8ddbfdbfc8f845982f4184e400e62ce0b44b52
  Author: Tomoya Tanjo <ttanjo at gmail.com>
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
    M DustMite/dustmite.d
    M DustMite/splitter.d

  Log Message:
  -----------
  Removes changes to DustMite


  Commit: 4812a848b7e042882137576cdb1d68e525c50c12
      https://github.com/D-Programming-Language/tools/commit/4812a848b7e042882137576cdb1d68e525c50c12
  Author: Tomoya Tanjo <ttanjo at gmail.com>
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
    M catdoc.d
    M rdmd.d

  Log Message:
  -----------
  Use `!arr.empty` instead of `arr.length`


  Commit: b8ee2244e870a0213aa06346c37259f282621108
      https://github.com/D-Programming-Language/tools/commit/b8ee2244e870a0213aa06346c37259f282621108
  Author: Tomoya Tanjo <ttanjo at gmail.com>
  Date:   2015-04-17 (Fri, 17 Apr 2015)

  Changed paths:
    M catdoc.d
    M rdmd.d

  Log Message:
  -----------
  Use `arr.ptr`


  Commit: 2aed015dce09a1629266a2affeb736c48539414d
      https://github.com/D-Programming-Language/tools/commit/2aed015dce09a1629266a2affeb736c48539414d
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-04-20 (Mon, 20 Apr 2015)

  Changed paths:
    M catdoc.d
    M rdmd.d

  Log Message:
  -----------
  Merge pull request #166 from tom-tan/fix-implicit-conversion

Fix implicit conversions of dynamic array to bool


  Commit: cc95b01fa46b2fb2277f80030ab929691c865c00
      https://github.com/D-Programming-Language/tools/commit/cc95b01fa46b2fb2277f80030ab929691c865c00
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-04-25 (Sat, 25 Apr 2015)

  Log Message:
  -----------
  Merge branch 'stable'


  Commit: 7b655a13ce020232b625fabaaea5918fad18fcc2
      https://github.com/D-Programming-Language/tools/commit/7b655a13ce020232b625fabaaea5918fad18fcc2
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2015-05-01 (Fri, 01 May 2015)

  Changed paths:
    M rdmd.d
    M rdmd_test.d

  Log Message:
  -----------
  fix Issue 13758 - RDMD renames directory if -ofNAME is the name of a directory


  Commit: 90465564e9be19f05c58be834260d7f4068b705c
      https://github.com/D-Programming-Language/tools/commit/90465564e9be19f05c58be834260d7f4068b705c
  Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M rdmd.d

  Log Message:
  -----------
  rdmd: Remove tango warning

This warning has been there for almost a year now, it was introduced by
issue #133. By now all projects should be properly updated. Also, there
is no way to disable the warning, which is triggered even for projects
that are already updated, which makes it extra annoying.


  Commit: 3c061ba00a397db749aca87d03f4548729e24857
      https://github.com/D-Programming-Language/tools/commit/3c061ba00a397db749aca87d03f4548729e24857
  Author: Vladimir Panteleev <thecybershadow at gmail.com>
  Date:   2015-05-13 (Wed, 13 May 2015)

  Changed paths:
    M rdmd.d

  Log Message:
  -----------
  Merge pull request #168 from leandro-lucarella-sociomantic/bye-tango

rdmd: Remove tango warning


  Commit: 0980a4c85eecd05c084679f41b8964f7970dc44a
      https://github.com/D-Programming-Language/tools/commit/0980a4c85eecd05c084679f41b8964f7970dc44a
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2015-05-30 (Sat, 30 May 2015)

  Changed paths:
    M posix.mak

  Log Message:
  -----------
  posix.mak: Add DELETE_ON_ERROR

Delete output files if the command fails.


  Commit: 25e55ffffb1f394d56b2d23d9a78f89cdb7e9434
      https://github.com/D-Programming-Language/tools/commit/25e55ffffb1f394d56b2d23d9a78f89cdb7e9434
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2015-06-15 (Mon, 15 Jun 2015)

  Changed paths:
    M rdmd.d
    M rdmd_test.d

  Log Message:
  -----------
  Merge pull request #164 from CyberShadow/pull-20150308-062031

fix Issue 14259 - rdmd: --build-only / -of / -od incompatible with --dry-run


  Commit: 7d011ab13a7231ffe866fc240a29eab381694b60
      https://github.com/D-Programming-Language/tools/commit/7d011ab13a7231ffe866fc240a29eab381694b60
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2015-06-15 (Mon, 15 Jun 2015)

  Changed paths:
    M posix.mak

  Log Message:
  -----------
  Merge pull request #169 from CyberShadow/pull-20150530-153632

posix.mak: Add DELETE_ON_ERROR


  Commit: 55e5dc6312edbf947cbd775ad34cd25104184c2a
      https://github.com/D-Programming-Language/tools/commit/55e5dc6312edbf947cbd775ad34cd25104184c2a
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2015-06-16 (Tue, 16 Jun 2015)

  Changed paths:
    M rdmd.d
    M rdmd_test.d

  Log Message:
  -----------
  Merge pull request #167 from CyberShadow/pull-20150501-053027-13758

fix Issue 13758 - RDMD renames directory if -ofNAME is the name of a dir...


  Commit: 5a38a5147f7f1b48f9f2fbfc4ff86ad4d0256fb2
      https://github.com/D-Programming-Language/tools/commit/5a38a5147f7f1b48f9f2fbfc4ff86ad4d0256fb2
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-06-17 (Wed, 17 Jun 2015)

  Changed paths:
    M catdoc.d
    M posix.mak
    M rdmd.d
    M rdmd_test.d

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into stable

In preparation of 2.068.0.


  Commit: 9fa16653399484078cc47a12263eff4fe77bde21
      https://github.com/D-Programming-Language/tools/commit/9fa16653399484078cc47a12263eff4fe77bde21
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2015-06-18 (Thu, 18 Jun 2015)

  Changed paths:
    M catdoc.d
    M posix.mak
    M rdmd.d
    M rdmd_test.d

  Log Message:
  -----------
  Merge pull request #171 from MartinNowak/stable

Merge remote-tracking branch 'upstream/master' into stable


Compare: https://github.com/D-Programming-Language/tools/compare/7981c5e697cb...9fa166533994


More information about the phobos mailing list