[dmd-internals] [D-Programming-Language/dmd] 021639: Add Visual C++ mangling for cent/ucent.
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Jun 28 05:08:00 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 0216391adc418e3457978000a5f627c16a25faa2
https://github.com/D-Programming-Language/dmd/commit/0216391adc418e3457978000a5f627c16a25faa2
Author: Kai Nacke <kai at redstar.de>
Date: 2015-06-28 (Sun, 28 Jun 2015)
Changed paths:
M src/cppmangle.c
Log Message:
-----------
Add Visual C++ mangling for cent/ucent.
The type __int128 is not yet supported by Visual C++ but the mangling
is defined. This can be checked with the undname.exe tool.
Commit: 74b9c64d9e41aa73cd4871aebd36853e15c3d149
https://github.com/D-Programming-Language/dmd/commit/74b9c64d9e41aa73cd4871aebd36853e15c3d149
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-06-28 (Sun, 28 Jun 2015)
Changed paths:
M src/cppmangle.c
Log Message:
-----------
Merge pull request #4781 from redstar/cppmangle
Add Visual C++ mangling for cent/ucent.
Compare: https://github.com/D-Programming-Language/dmd/compare/6071f1dbd7c5...74b9c64d9e41
More information about the dmd-internals
mailing list