
16 Feb
2011
16 Feb
'11
8:26 p.m.
Am 16.02.2011 20:52, schrieb Tim Blechmann:
What is the current state of platform support? I downloaded lockfree from your klingt.org site and it still seems to be missing MSVC support. GCC and MSVC x86[_64] are the platforms I care about. I could take a crack at adding MSVC support but perhaps someone has already done it?
there is basic support for the interlocked API [1] ... but it seems to only support 32bit sized types ... would be great, if you could extend it for 64bit types ...
thanks, tim
[1] http://tim.klingt.org/git?p=boost_lockfree.git;a=blob;f=boost/atomic/detail/...
you should check your patches against Helges repo http://git.chaoticmind.net/boost.atomic first.