[D-runtime] [D-Programming-Language/druntime] 281bf6: Merge pull request #1364 from WalterBright/fix1492...

GitHub via D-runtime d-runtime at puremagic.com
Mon Sep 7 11:52:05 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 281bf608c07b0acdfc5ff97e1699057896082155
      https://github.com/D-Programming-Language/druntime/commit/281bf608c07b0acdfc5ff97e1699057896082155
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2015-08-29 (Sat, 29 Aug 2015)

  Changed paths:
    M src/rt/profilegc.d

  Log Message:
  -----------
  Merge pull request #1364 from WalterBright/fix14926

fix Issue 14926 - Programs compiled using dmd 2.068 are generating dummy profilegc.log files


  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


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

  Changed paths:
    M changelog.dd

  Log Message:
  -----------
  purge 2.068.1 changelog


  Commit: a0daf0fc3b9e8c0cc14912e439ef82235f4a2bac
      https://github.com/D-Programming-Language/druntime/commit/a0daf0fc3b9e8c0cc14912e439ef82235f4a2bac
  Author: Vladimir Panteleev <github.private at thecybershadow.net>
  Date:   2015-09-06 (Sun, 06 Sep 2015)

  Changed paths:
    M changelog.dd

  Log Message:
  -----------
  Merge pull request #1381 from MartinNowak/changelog

purge 2.068.1 changelog


  Commit: 18796e11fb836dfce4883aab5d673afc2951f244
      https://github.com/D-Programming-Language/druntime/commit/18796e11fb836dfce4883aab5d673afc2951f244
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-09-07 (Mon, 07 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 remote-tracking branch 'upstream/stable' into merge_stable

Conflicts:
	src/rt/profilegc.d


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

  Changed paths:
    M posix.mak

  Log Message:
  -----------
  ignore test/%.exp expectation files for whitespace check


  Commit: f7a6f9de874bf5aacf75faed65462b4cf3a0fb7a
      https://github.com/D-Programming-Language/druntime/commit/f7a6f9de874bf5aacf75faed65462b4cf3a0fb7a
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2015-09-08 (Tue, 08 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 #1382 from MartinNowak/merge_stable

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


Compare: https://github.com/D-Programming-Language/druntime/compare/0df48a5b73ca...f7a6f9de874b


More information about the D-runtime mailing list