[D-runtime] [D-Programming-Language/druntime] f04720: add thread.di
GitHub
noreply at github.com
Thu Feb 23 12:45:56 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: f047208660eef6361285aab8ceec071f0fb8d709
https://github.com/D-Programming-Language/druntime/commit/f047208660eef6361285aab8ceec071f0fb8d709
Author: dawg <dawg at dawgfoto.de>
Date: 2012-02-22 (Wed, 22 Feb 2012)
Changed paths:
M posix.mak
M src/core/thread.d
A src/core/thread.di
M win32.mak
Log Message:
-----------
add thread.di
- Strip all implementations and all private stuff
from thread.d.
- Without an indirection we need to know the class
sizes in the header file. As the modules can't import
each other this has to be kept in sync manually.
Commit: 2c8fcff325f8bc88a46fedb05986113c14e3809e
https://github.com/D-Programming-Language/druntime/commit/2c8fcff325f8bc88a46fedb05986113c14e3809e
Author: Sean Kelly <sean at invisibleduck.org>
Date: 2012-02-23 (Thu, 23 Feb 2012)
Changed paths:
M posix.mak
M src/core/thread.d
A src/core/thread.di
M win32.mak
Log Message:
-----------
Merge pull request #132 from dawgfoto/ThreadHeader
Hide core.thread by means of a hand-written thread.di
Compare: https://github.com/D-Programming-Language/druntime/compare/a39f1b4...2c8fcff
More information about the D-runtime
mailing list