digitalmars.D - D <-> C++ exceptions
- Manu via Digitalmars-d (4/4) May 21 2016 Where are we with exceptions?
- Walter Bright (2/6) May 21 2016 That's right.
- Jack Stouffer (2/9) May 21 2016 If exceptions work now, what's blocking using the STL in D?
- Walter Bright (2/3) May 21 2016 Somebody doing the Phobos end.
- Manu via Digitalmars-d (3/10) May 21 2016 Is MSCOFF work active, or on the back-burner?
- Xiaoxi (4/17) May 22 2016 I think ldc2 has full native support of "everything", win32 ,
- Manu via Digitalmars-d (3/25) May 22 2016 It doesn't have debuginfo.
- Joakim (4/32) May 22 2016 Have you tried lately? MS has been pushing some support into
- Walter Bright (2/14) May 22 2016 It's not active at the moment.
Where are we with exceptions? I am now working against a C++ codebase that uses exceptions, on both linux and windows. Is it still only DWARF that works?
May 21 2016
On 5/21/2016 5:36 PM, Manu via Digitalmars-d wrote:Where are we with exceptions? I am now working against a C++ codebase that uses exceptions, on both linux and windows. Is it still only DWARF that works?That's right.
May 21 2016
On Sunday, 22 May 2016 at 01:35:19 UTC, Walter Bright wrote:On 5/21/2016 5:36 PM, Manu via Digitalmars-d wrote:If exceptions work now, what's blocking using the STL in D?Where are we with exceptions? I am now working against a C++ codebase that uses exceptions, on both linux and windows. Is it still only DWARF that works?That's right.
May 21 2016
On 5/21/2016 7:02 PM, Jack Stouffer wrote:If exceptions work now, what's blocking using the STL in D?Somebody doing the Phobos end.
May 21 2016
On 22 May 2016 at 11:35, Walter Bright via Digitalmars-d <digitalmars-d puremagic.com> wrote:On 5/21/2016 5:36 PM, Manu via Digitalmars-d wrote:Is MSCOFF work active, or on the back-burner?Where are we with exceptions? I am now working against a C++ codebase that uses exceptions, on both linux and windows. Is it still only DWARF that works?That's right.
May 21 2016
On Sunday, 22 May 2016 at 05:12:51 UTC, Manu wrote:On 22 May 2016 at 11:35, Walter Bright via Digitalmars-d <digitalmars-d puremagic.com> wrote:I think ldc2 has full native support of "everything", win32 , win64, unix, plus it has a very recent phobos and as a bonus it only uses 64bit real on windows.On 5/21/2016 5:36 PM, Manu via Digitalmars-d wrote:Is MSCOFF work active, or on the back-burner?Where are we with exceptions? I am now working against a C++ codebase that uses exceptions, on both linux and windows. Is it still only DWARF that works?That's right.
May 22 2016
On 22 May 2016 at 18:09, Xiaoxi via Digitalmars-d <digitalmars-d puremagic.com> wrote:On Sunday, 22 May 2016 at 05:12:51 UTC, Manu wrote:It doesn't have debuginfo.On 22 May 2016 at 11:35, Walter Bright via Digitalmars-d <digitalmars-d puremagic.com> wrote:I think ldc2 has full native support of "everything", win32 , win64, unix, plus it has a very recent phobos and as a bonus it only uses 64bit real on windows.On 5/21/2016 5:36 PM, Manu via Digitalmars-d wrote:Is MSCOFF work active, or on the back-burner?Where are we with exceptions? I am now working against a C++ codebase that uses exceptions, on both linux and windows. Is it still only DWARF that works?That's right.
May 22 2016
On Sunday, 22 May 2016 at 09:45:05 UTC, Manu wrote:On 22 May 2016 at 18:09, Xiaoxi via Digitalmars-d <digitalmars-d puremagic.com> wrote:Have you tried lately? MS has been pushing some support into llvm, and I think the ldc guys who've been working on Windows support have tried to pull it in.On Sunday, 22 May 2016 at 05:12:51 UTC, Manu wrote:It doesn't have debuginfo.On 22 May 2016 at 11:35, Walter Bright via Digitalmars-d <digitalmars-d puremagic.com> wrote:I think ldc2 has full native support of "everything", win32 , win64, unix, plus it has a very recent phobos and as a bonus it only uses 64bit real on windows.On 5/21/2016 5:36 PM, Manu via Digitalmars-d wrote:Is MSCOFF work active, or on the back-burner?Where are we with exceptions? I am now working against a C++ codebase that uses exceptions, on both linux and windows. Is it still only DWARF that works?That's right.
May 22 2016
On 5/21/2016 10:12 PM, Manu via Digitalmars-d wrote:On 22 May 2016 at 11:35, Walter Bright via Digitalmars-d <digitalmars-d puremagic.com> wrote:It's not active at the moment.On 5/21/2016 5:36 PM, Manu via Digitalmars-d wrote:Is MSCOFF work active, or on the back-burner?Where are we with exceptions? I am now working against a C++ codebase that uses exceptions, on both linux and windows. Is it still only DWARF that works?That's right.
May 22 2016