Re: [edk2] Fix for stdlib and cpp building.

2013-02-06 Thread David F.
gt; > -Original Message- > > From: Laszlo Ersek [mailto:ler...@redhat.com] > > Sent: Wednesday, February 06, 2013 1:28 PM > > To: edk2-devel@lists.sourceforge.net > > Subject: Re: [edk2] Fix for stdlib and cpp building. > > > > On 02/06/13 22:04, Mcdaniel,

Re: [edk2] Fix for stdlib and cpp building.

2013-02-06 Thread Andrew Fish
Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Wednesday, February 06, 2013 1:28 PM > To: edk2-devel@lists.sourceforge.net > Subject: Re: [edk2] Fix for stdlib and cpp building. > > On 02/06/13 22:04, Mcdaniel, Daryl wrote: >> I have actually been looking

Re: [edk2] Fix for stdlib and cpp building.

2013-02-06 Thread Tim Lewis
om: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Wednesday, February 06, 2013 1:28 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Fix for stdlib and cpp building. On 02/06/13 22:04, Mcdaniel, Daryl wrote: > I have actually been looking into this. Essentially all core EDK II >

Re: [edk2] Fix for stdlib and cpp building.

2013-02-06 Thread Laszlo Ersek
On 02/06/13 22:04, Mcdaniel, Daryl wrote: > I have actually been looking into this. Essentially all core EDK II > headers need to have the #ifdef cplusplus wrapper added. Many files in > StdLib have this wrapper but not all, and some of those that do need to > be a bit more inclusive. [...] > T

Re: [edk2] Fix for stdlib and cpp building.

2013-02-06 Thread Tim Lewis
n handling, you usually add a few more. Tim From: Mcdaniel, Daryl [mailto:daryl.mcdan...@intel.com] Sent: Wednesday, February 06, 2013 1:05 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Fix for stdlib and cpp building. I have actually been looking into this. Essentially all core EDK II h

Re: [edk2] Fix for stdlib and cpp building.

2013-02-06 Thread Andrew Fish
On Feb 6, 2013, at 1:04 PM, "Mcdaniel, Daryl" wrote: > I have actually been looking into this. Essentially all core EDK II headers > need to have the #ifdef cplusplus wrapper added. Many files in StdLib have > this wrapper but not all, and some of those that do need to be a bit more > inclu

Re: [edk2] Fix for stdlib and cpp building.

2013-02-06 Thread Mcdaniel, Daryl
From: Igor Sharovar [mailto:igor.sharo...@gmail.com] Sent: Wednesday, February 06, 2013 12:14 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Fix for stdlib and cpp building. Is it possible to see a list all projects, which must be completed, to support cpp in edk? Thanks Igor On

Re: [edk2] Fix for stdlib and cpp building.

2013-02-06 Thread Igor Sharovar
Is it possible to see a list all projects, which must be completed, to support cpp in edk? Thanks Igor On Mon, Feb 4, 2013 at 6:00 PM, Jordan Justen wrote: > On Mon, Feb 4, 2013 at 3:16 PM, David F. wrote: > > Since you can't commit changes ... Here's a patch file that corrects the > bug > > i

Re: [edk2] Fix for stdlib and cpp building.

2013-02-04 Thread Jordan Justen
On Mon, Feb 4, 2013 at 3:16 PM, David F. wrote: > Since you can't commit changes ... Here's a patch file that corrects the bug > in the gdtoaimp.h and tdtoa.h headers on X64 builds and corrects issues that > prevent a CPP build. Please review StdLib/Contributions.txt for details on how to submit

[edk2] Fix for stdlib and cpp building.

2013-02-04 Thread David F.
Since you can't commit changes ... Here's a patch file that corrects the bug in the gdtoaimp.h and tdtoa.h headers on X64 builds and corrects issues that prevent a CPP build. cpp_build_and_x64_bug_fix.patch Description: Binary data -