[D-runtime] [D-Programming-Language/druntime] e6510d: allow to configure file names for memory profile r...

GitHub via D-runtime d-runtime at puremagic.com
Tue Sep 1 21:52:14 PDT 2015


  Branch: refs/heads/stable
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: e6510d042a71c4fea95b8f3b938626bc79cd4128
      https://github.com/D-Programming-Language/druntime/commit/e6510d042a71c4fea95b8f3b938626bc79cd4128
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-08-29 (Sat, 29 Aug 2015)

  Changed paths:
    M src/core/runtime.d

  Log Message:
  -----------
  allow to configure file names for memory profile reports


  Commit: 91a669bf33d95885dce6a2e0f8123060b54933f6
      https://github.com/D-Programming-Language/druntime/commit/91a669bf33d95885dce6a2e0f8123060b54933f6
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-08-29 (Sat, 29 Aug 2015)

  Changed paths:
    M src/core/runtime.d
    M src/rt/trace.d

  Log Message:
  -----------
  allow to configure file names for profile reports


  Commit: 7c05b9f67e2764959918a7cca1d81f1238b646e1
      https://github.com/D-Programming-Language/druntime/commit/7c05b9f67e2764959918a7cca1d81f1238b646e1
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-08-29 (Sat, 29 Aug 2015)

  Changed paths:
    M src/rt/profilegc.d
    M src/rt/trace.d

  Log Message:
  -----------
  ensure null terminated filename


  Commit: 5160b33211c3f9fafbd414b769584da10fbdc76c
      https://github.com/D-Programming-Language/druntime/commit/5160b33211c3f9fafbd414b769584da10fbdc76c
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-08-29 (Sat, 29 Aug 2015)

  Changed paths:
    M posix.mak
    A test/profile/Makefile
    A test/profile/both.def.exp
    A test/profile/bothgc.log.exp
    A test/profile/myprofilegc.log.exp
    A test/profile/mytrace.def.exp
    A test/profile/src/both.d
    A test/profile/src/profile.d
    A test/profile/src/profilegc.d

  Log Message:
  -----------
  add tests for profile and trace output


  Commit: c395612ca532757507f2d8e64d38520d42599722
      https://github.com/D-Programming-Language/druntime/commit/c395612ca532757507f2d8e64d38520d42599722
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-08-29 (Sat, 29 Aug 2015)

  Changed paths:
    R changelog.dd

  Log Message:
  -----------
  remove old changelog


  Commit: 89d836e3a930ae2cf00f927cb6dd99dbcadf1463
      https://github.com/D-Programming-Language/druntime/commit/89d836e3a930ae2cf00f927cb6dd99dbcadf1463
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-08-29 (Sat, 29 Aug 2015)

  Changed paths:
    A changelog.dd
    M posix.mak
    M win32.mak
    M win64.mak

  Log Message:
  -----------
  add changelog


  Commit: ba9ea9ebaaed3c96024d74463926daf45479cfee
      https://github.com/D-Programming-Language/druntime/commit/ba9ea9ebaaed3c96024d74463926daf45479cfee
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-09-02 (Wed, 02 Sep 2015)

  Changed paths:
    M changelog.dd
    M posix.mak
    M src/core/runtime.d
    M src/rt/profilegc.d
    M src/rt/trace.d
    A test/profile/Makefile
    A test/profile/both.def.exp
    A test/profile/bothgc.log.exp
    A test/profile/myprofilegc.log.exp
    A test/profile/mytrace.def.exp
    A test/profile/src/both.d
    A test/profile/src/profile.d
    A test/profile/src/profilegc.d
    M win32.mak
    M win64.mak

  Log Message:
  -----------
  Merge pull request #1359 from MartinNowak/profilegc

follow up for -profile=gc


Compare: https://github.com/D-Programming-Language/druntime/compare/281bf608c07b...ba9ea9ebaaed


More information about the D-runtime mailing list