[phobos] [D-Programming-Language/phobos] 8ee30e: Implement nextPermutation for bidirectional ranges...

GitHub noreply at github.com
Sun Feb 3 16:28:39 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 8ee30eff4e98c8ed678271d3f798fb727b76bd15
      https://github.com/D-Programming-Language/phobos/commit/8ee30eff4e98c8ed678271d3f798fb727b76bd15
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2012-12-31 (Mon, 31 Dec 2012)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Implement nextPermutation for bidirectional ranges.


  Commit: ce18015ff215415d1659283d6f2f86c353e0a45d
      https://github.com/D-Programming-Language/phobos/commit/ce18015ff215415d1659283d6f2f86c353e0a45d
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2012-12-31 (Mon, 31 Dec 2012)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Implement nextEvenPermutation.


  Commit: 380ee9b899ddbe7c7f45149a308592010373780c
      https://github.com/D-Programming-Language/phobos/commit/380ee9b899ddbe7c7f45149a308592010373780c
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2012-12-31 (Mon, 31 Dec 2012)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Improve ddocs for nextPermutation and nextEvenPermutation.


  Commit: 7c8834ad0e70869f576cce988f56ff6c38436a99
      https://github.com/D-Programming-Language/phobos/commit/7c8834ad0e70869f576cce988f56ff6c38436a99
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2012-12-31 (Mon, 31 Dec 2012)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Improve documentation.


  Commit: d13845de2c53d8dd856ca8f0ef034fe312d9225b
      https://github.com/D-Programming-Language/phobos/commit/d13845de2c53d8dd856ca8f0ef034fe312d9225b
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2012-12-31 (Mon, 31 Dec 2012)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Add unittests for non-default sorting order.


  Commit: 09674dd4cadeaae8ef0bdf9f0deeb4959c953c89
      https://github.com/D-Programming-Language/phobos/commit/09674dd4cadeaae8ef0bdf9f0deeb4959c953c89
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2013-01-01 (Tue, 01 Jan 2013)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Fix rollover bug in nextEvenPermutation.


  Commit: 27cbd336270917b3f6a2a06dcb311cbf7354fc05
      https://github.com/D-Programming-Language/phobos/commit/27cbd336270917b3f6a2a06dcb311cbf7354fc05
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2013-01-01 (Tue, 01 Jan 2013)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Add non-trivial example for nextEvenPermutation.


  Commit: 7bd5c502e1437d3d7066800daa983a299626ac75
      https://github.com/D-Programming-Language/phobos/commit/7bd5c502e1437d3d7066800daa983a299626ac75
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2013-01-01 (Tue, 01 Jan 2013)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Oops, fix typo in ddoc.


  Commit: 61d26e7dcf2fbab4431753ed5c1b53aafcb04295
      https://github.com/D-Programming-Language/phobos/commit/61d26e7dcf2fbab4431753ed5c1b53aafcb04295
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2013-02-03 (Sun, 03 Feb 2013)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Merge pull request #1022 from quickfur/permute

Implement nextPermutation and nextEvenPermutation


Compare: https://github.com/D-Programming-Language/phobos/compare/857f1ed87593...61d26e7dcf2f


More information about the phobos mailing list