[D-runtime] [D-Programming-Language/druntime] 2e3321: add unittest for finalization during library unloa...
GitHub
noreply at github.com
Sat Mar 15 21:24:38 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 2e3321d7248b89998d2d67189158f9612d97eeb9
https://github.com/D-Programming-Language/druntime/commit/2e3321d7248b89998d2d67189158f9612d97eeb9
Author: Martin Nowak <code at dawg.eu>
Date: 2014-02-04 (Tue, 04 Feb 2014)
Changed paths:
M test/shared/Makefile
A test/shared/src/finalize.d
M test/shared/src/lib.d
Log Message:
-----------
add unittest for finalization during library unload
Commit: 943556fd18809007ac7c6b6a8d379c8ef9eb7599
https://github.com/D-Programming-Language/druntime/commit/943556fd18809007ac7c6b6a8d379c8ef9eb7599
Author: Martin Nowak <code at dawg.eu>
Date: 2014-02-04 (Tue, 04 Feb 2014)
Changed paths:
M src/core/memory.d
M src/gc/gc.d
M src/gc/proxy.d
M src/rt/lifetime.d
M src/rt/sections_linux.d
Log Message:
-----------
finalize objects whose shared library is about to be unloaded
Commit: c9d97a1e70d13244499e239ace4d4197cc91e2ce
https://github.com/D-Programming-Language/druntime/commit/c9d97a1e70d13244499e239ace4d4197cc91e2ce
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2014-03-15 (Sat, 15 Mar 2014)
Changed paths:
M src/core/memory.d
M src/gc/gc.d
M src/gc/proxy.d
M src/rt/lifetime.d
M src/rt/sections_linux.d
M test/shared/Makefile
A test/shared/src/finalize.d
M test/shared/src/lib.d
Log Message:
-----------
Merge pull request #658 from MartinNowak/finalizeLibrary
[dll] finalize objects whose shared library is about to be unloaded
Compare: https://github.com/D-Programming-Language/druntime/compare/ee43d76adb07...c9d97a1e70d1
More information about the D-runtime
mailing list