[Mingw-w64-public] [Patch] Updates for winbase.h

2013-07-21 Thread dw
This patch has nothing to do with boost, and makes no changes to inline asm. Just some simple header changes. This patch: - Allows winbase.h to use inline intrinsics whether winnt.h is also included or not. - Brings x86 versions of InterlockedAnd64 et al into alignment with MS. - Adds the #i

Re: [Mingw-w64-public] Merging MinGW-builds and MinGW-w64

2013-07-21 Thread JonY
On 7/22/2013 06:19, JonY wrote: > On 7/22/2013 03:46, niXman wrote: >> 2013/7/21 Kai Tietz: >>> Hi >>> >>> as far as I remember we discussed that we shouldn't touch first hand old >>> structure. First building up new tree and then move *unnecessary* parts >>> away, or/and at least announce changes

Re: [Mingw-w64-public] Merging MinGW-builds and MinGW-w64

2013-07-21 Thread JonY
On 7/22/2013 03:46, niXman wrote: > 2013/7/21 Kai Tietz: >> Hi >> >> as far as I remember we discussed that we shouldn't touch first hand old >> structure. First building up new tree and then move *unnecessary* parts >> away, or/and at least announce changes in front with community to avoid such >

Re: [Mingw-w64-public] Merging MinGW-builds and MinGW-w64

2013-07-21 Thread Jon
> 2013/7/21 Kai Tietz: > > Hi > > > > as far as I remember we discussed that we shouldn't touch first hand old > > structure. First building up new tree and then move *unnecessary* parts > > away, or/and at least announce changes in front with community to avoid such > > fallouts. It is worse to

Re: [Mingw-w64-public] InterlockedIncrement & boost (yes, again) -What's the right answer here?

2013-07-21 Thread dw
> Attached is the patch I came up with to fix the build issue. You are checking for defined(__MINGW64_VERSION_MAJOR). Would it make sense to do (__MINGW64_VERSION_MAJOR >= 3)? dw -- See everything from the browser to t

Re: [Mingw-w64-public] Merging MinGW-builds and MinGW-w64

2013-07-21 Thread niXman
2013/7/21 Kai Tietz: > Hi > > as far as I remember we discussed that we shouldn't touch first hand old > structure. First building up new tree and then move *unnecessary* parts > away, or/and at least announce changes in front with community to avoid such > fallouts. It is worse to have some chan

Re: [Mingw-w64-public] Merging MinGW-builds and MinGW-w64

2013-07-21 Thread Kai Tietz
Hi as far as I remember we discussed that we shouldn't touch first hand old structure. First building up new tree and then move *unnecessary* parts away, or/and at least announce changes in front with community to avoid such fallouts. It is worse to have some changes/temporary fallouts. Neverthe

Re: [Mingw-w64-public] Merging MinGW-builds and MinGW-w64

2013-07-21 Thread niXman
2013/7/21 JonY: > Please revert the move now, move things back, it is breaking a lot of > old links. I don't mind the merge but please do not break things because > of new developments. > > What is wrong with the old structure? You can put your builds under > "Toolchains targetting Win64/Official

Re: [Mingw-w64-public] Merging MinGW-builds and MinGW-w64

2013-07-21 Thread Adrien Nader
On Sun, Jul 21, 2013, JonY wrote: > On 7/21/2013 02:00, niXman wrote: > > After the discussion of the details, it was decided to merge the > > MinGW-builds and MinGW-w64 projects. > > Since then, the MinGW-builds project and all its achievements, are > > moving into the MinGW-w64 project and, thus,

Re: [Mingw-w64-public] InterlockedIncrement & boost (yes, again) -What's the right answer here?

2013-07-21 Thread Erik van Pienbroek
e following build tests: using an old mingw-w64 snapshot (20121016): success! using a recent mingw-w64 snapshot (20130713, r5949): success! using a bleeding edge mingw-w64 snapshot (20130721, r5969): success! The qpid-cpp build failure is also resolved with this patch as well. Unless somebody obj

Re: [Mingw-w64-public] InterlockedIncrement & boost (yes, again) -What's the right answer here?

2013-07-21 Thread Erik van Pienbroek
Erik van Pienbroek schreef op zo 21-07-2013 om 12:22 [+0200]: > dw schreef op za 20-07-2013 om 23:48 [-0700]: > > So, who decides? If it's me, I'm probably going to wimp out and add the > > defs back to avoid the conflict. > > I've just forwarded all our information to the Fedora maintainer of t

Re: [Mingw-w64-public] InterlockedIncrement & boost (yes, again) -What's the right answer here?

2013-07-21 Thread Erik van Pienbroek
dw schreef op za 20-07-2013 om 23:48 [-0700]: > So, who decides? If it's me, I'm probably going to wimp out and add the > defs back to avoid the conflict. I've just forwarded all our information to the Fedora maintainer of the mingw-boost package - Thomas Sailer - and asked him if he could provi