[dmd-internals] [D-Programming-Language/dmd] 9ab097: detect linking against VS2015 or later, add "stdio...
GitHub via dmd-internals
dmd-internals at puremagic.com
Thu Aug 27 06:19:07 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 9ab0974ec280de14befc98f3daae8ee5a950bbf6
https://github.com/D-Programming-Language/dmd/commit/9ab0974ec280de14befc98f3daae8ee5a950bbf6
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-08-24 (Mon, 24 Aug 2015)
Changed paths:
M src/link.d
M src/root/outbuffer.d
Log Message:
-----------
detect linking against VS2015 or later, add "stdio_msvc14_64.obj" or "stdio_msvc12_64.obj" according to result
Commit: 08611c3307320ce501ddd8a15c3a13ad138c2a19
https://github.com/D-Programming-Language/dmd/commit/08611c3307320ce501ddd8a15c3a13ad138c2a19
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-08-24 (Mon, 24 Aug 2015)
Changed paths:
M src/link.d
Log Message:
-----------
detectVS14: fix parsing quoted arguments
Commit: ae7c9d87a55d797959930c89648a207f9e56e1f3
https://github.com/D-Programming-Language/dmd/commit/ae7c9d87a55d797959930c89648a207f9e56e1f3
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-08-24 (Mon, 24 Aug 2015)
Changed paths:
M src/link.d
Log Message:
-----------
fix build error
Commit: 98fc451aeba70805ab88198c382f460fd6e693b7
https://github.com/D-Programming-Language/dmd/commit/98fc451aeba70805ab88198c382f460fd6e693b7
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-08-27 (Thu, 27 Aug 2015)
Changed paths:
M src/libmscoff.d
Log Message:
-----------
fix range error building COFF libs
Commit: 39b6e49f50a29902f51a99a9238643c3249f75de
https://github.com/D-Programming-Language/dmd/commit/39b6e49f50a29902f51a99a9238643c3249f75de
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-08-27 (Thu, 27 Aug 2015)
Changed paths:
M src/link.d
Log Message:
-----------
don't add stdio_msvc*.obj to the command line, but just legacy_stdio_definitions.lib for VS2015
Commit: 3b76b8c5c5021e804d437008d4fe4260c2d414c5
https://github.com/D-Programming-Language/dmd/commit/3b76b8c5c5021e804d437008d4fe4260c2d414c5
Author: Martin Nowak <code at dawg.eu>
Date: 2015-08-27 (Thu, 27 Aug 2015)
Changed paths:
M src/libmscoff.d
M src/link.d
M src/root/outbuffer.d
Log Message:
-----------
Merge pull request #4879 from rainers/link_vs2015
Add support for VS2015
Compare: https://github.com/D-Programming-Language/dmd/compare/6c6092c8c843...3b76b8c5c502
More information about the dmd-internals
mailing list