[Mingw-w64-public] Boost for Windows

2013-07-24 Thread Haroogan
Hello fellows, Boost for Windows https://bitbucket.org/Haroogan/boost-for-windows has just been updated. It features the latest Boost (1.54.0) binaries for the latest MinGW-w64 (4.8.1). Note that SJLJ variants are not present as they seem to lose popularity these days. Nevertheless, if

Re: [Mingw-w64-public] Boost for Windows

2013-07-24 Thread niXman
2013/7/24 Haroogan Boost for Windows has just been updated. It features the latest Boost (1.54.0) binaries for the latest MinGW-w64 (4.8.1). Thanks! .. Note that SJLJ variants are not present as they seem to lose popularity these days. ... This is a disputable statement, because most

Re: [Mingw-w64-public] [Patch] Fix warning error error for membarrier.c

2013-07-24 Thread dw
Done as 5980. dw On 7/23/2013 4:33 PM, dw wrote: The patch looks good to me. This patch requires re-building mingw-w64-crt/Makefile.in. Can someone with the right autoconf do this checkin please? The description should be something like: Remove non-intrinsic function from intrinsic

[Mingw-w64-public] [Patch] Update winnt.h to be in line with MS

2013-07-24 Thread dw
Minor tweaks to bring defs in line with MS. dw Index: winnt.h === --- winnt.h (revision 5973) +++ winnt.h (working copy) @@ -1620,7 +1620,7 @@ #else #define YieldProcessor __buildpause() VOID MemoryBarrier(VOID); -__CRT_INLINE