[phobos] [D-Programming-Language/phobos] 1b90ce: Variadic version of cartesianProduct.

GitHub noreply at github.com
Thu Feb 7 15:01:17 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 1b90ce37021de777cc2a6d7d9e32a8625ca4a100
      https://github.com/D-Programming-Language/phobos/commit/1b90ce37021de777cc2a6d7d9e32a8625ca4a100
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2013-02-07 (Thu, 07 Feb 2013)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Variadic version of cartesianProduct.


  Commit: 206c3b4cc798a91d7a21b72555315af706078e18
      https://github.com/D-Programming-Language/phobos/commit/206c3b4cc798a91d7a21b72555315af706078e18
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2013-02-07 (Thu, 07 Feb 2013)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Fix compile error.

Add unittest.


  Commit: ef259db8d2d724ebc86eaa61d663e1d0e878bd7c
      https://github.com/D-Programming-Language/phobos/commit/ef259db8d2d724ebc86eaa61d663e1d0e878bd7c
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2013-02-07 (Thu, 07 Feb 2013)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Disable unittest that eats too much memory.


  Commit: bcdb07d1c2ccc1dc9a7fc4eef71113578393e1f4
      https://github.com/D-Programming-Language/phobos/commit/bcdb07d1c2ccc1dc9a7fc4eef71113578393e1f4
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2013-02-07 (Thu, 07 Feb 2013)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Expand docs to showcase 3-argument cartesianProduct.

Use same code in unittest (it's good to make sure examples actually
work! :-P)


  Commit: 96ae34ea53ec5d1d2801986cda13f595d713e8db
      https://github.com/D-Programming-Language/phobos/commit/96ae34ea53ec5d1d2801986cda13f595d713e8db
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2013-02-07 (Thu, 07 Feb 2013)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Showcase precise ordering of output.


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

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Merge pull request #1120 from quickfur/multi_cartprod

Implement variadic cartesianProduct


Compare: https://github.com/D-Programming-Language/phobos/compare/4d59ddc504da...eec793e18c09


More information about the phobos mailing list