[D-runtime] [D-Programming-Language/druntime] c8f8ad: first support for VS2015
GitHub via D-runtime
d-runtime at puremagic.com
Tue Aug 25 02:28:19 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: c8f8ad0a465f89b77bbdfd7d62c393595356163d
https://github.com/D-Programming-Language/druntime/commit/c8f8ad0a465f89b77bbdfd7d62c393595356163d
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-08-08 (Sat, 08 Aug 2015)
Changed paths:
M mak/SRCS
M src/core/stdc/stdio.d
A src/core/sys/windows/stdio_msvc12.d
A src/core/sys/windows/stdio_msvc14.d
M src/rt/dmain2.d
Log Message:
-----------
first support for VS2015
Commit: 0bcf0fa3ecf2bf5009848a35f0d7f14761965669
https://github.com/D-Programming-Language/druntime/commit/0bcf0fa3ecf2bf5009848a35f0d7f14761965669
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-08-11 (Tue, 11 Aug 2015)
Changed paths:
M mak/MANIFEST
M mak/SRCS
M src/core/sys/windows/stdio_msvc12.d
M win64.mak
Log Message:
-----------
don't build stdio_msvc12.d into lib, create object files stdio_msvc12.obj and stdio_msvc14.obj instead
Commit: e018e201db0ac6d92dc36ea2bc58af5d597c3534
https://github.com/D-Programming-Language/druntime/commit/e018e201db0ac6d92dc36ea2bc58af5d597c3534
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-08-24 (Mon, 24 Aug 2015)
Changed paths:
M mak/SRCS
Log Message:
-----------
temporarily add stdio_msvc12.d to the lib to allow successful build before updating dmd
Commit: 478b6c5354470bc70e688c45821eea71b766e70d
https://github.com/D-Programming-Language/druntime/commit/478b6c5354470bc70e688c45821eea71b766e70d
Author: Martin Nowak <code at dawg.eu>
Date: 2015-08-25 (Tue, 25 Aug 2015)
Changed paths:
M mak/MANIFEST
M mak/SRCS
M src/core/stdc/stdio.d
A src/core/sys/windows/stdio_msvc12.d
A src/core/sys/windows/stdio_msvc14.d
M src/rt/dmain2.d
M win64.mak
Log Message:
-----------
Merge pull request #1341 from rainers/vs2015
first support for VS2015
Compare: https://github.com/D-Programming-Language/druntime/compare/3128c9cf4dfa...478b6c535447
More information about the D-runtime
mailing list