on windows:
g++ (GCC) 4.8.2 -- crashes
g++ (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 5.1.0 -- works fine
--
This email may contain material that is confidential and/or proprietary
that the sender intended only for specific recipients. Any review by
unintended recipients, forwarding
source code:
https://onedrive.live.com/redir?resid=2BFA22F3AB9E833!59288&authkey=!AAxbkAffcBIxUTA&ithint=file%2cbz
Compiled with:
g++ -shared -DNDEBUG -w -xc++ -shared -o 1.dll -O3 -funroll-loops
-march=native -mno-avx -ffast-math -Xlinker --enable-auto-import
hisimsoi_fb_va.cpp
on windows 7
On 8/10/2015 3:34 AM, Jacek Caban wrote:
I'm sorry for the delay, I was sure I already replied.
That's fine, I'm not paying you. :-)
We use #ifndef guards all over the place. PSDK headers usually use both.
That's find to add the pragma, but please don't delete existing guards.
OK, I have a
On Mon, Aug 10, 2015 at 7:34 AM, Jacek Caban wrote:
> Hi David,
>
>
>
> I'm sorry for the delay, I was sure I already replied. The patch looks
> mostly good and ready to be committed IMO. There is one minor thing:
>
> -#ifndef _INTSAFE_H_INCLUDED_
> -#define _INTSAFE_H_INCLUDED_
> +#pragma once
>
On 8/10/2015 18:37, Jacek Caban wrote:
> ---
> mingw-w64-headers/include/codecapi.h | 79
> +++-
> 1 file changed, 78 insertions(+), 1 deletion(-)
>
Patch looks OK to me.
0xD4EBC740.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP dig
---
mingw-w64-headers/include/codecapi.h | 79
+++-
1 file changed, 78 insertions(+), 1 deletion(-)
diff --git a/mingw-w64-headers/include/codecapi.h b/mingw-w64-headers/include/codecapi.h
index 7177466..a829b62 100644
--- a/mingw-w64-headers/include/codecapi.h
++
Hi David,
On 08/04/15 18:37, David Grayson wrote:
> On 8/4/2015 9:02 AM, David Grayson wrote:
>> Thanks, Jacek. I have included a new patch with all of your
>> suggestions (version 2.1.0). As always, it's in the public domain.
>
> Please ignore the last patch. Here is a new one (2.2.0) that inc