THRIFT-1031 Patch to compile Thrift for vc++ 9.0 and 10.0
authorRoger Meier <roger@apache.org>
Fri, 16 Sep 2011 20:58:44 +0000 (20:58 +0000)
committerRoger Meier <roger@apache.org>
Fri, 16 Sep 2011 20:58:44 +0000 (20:58 +0000)
commit84e4a3c1819346dc5e5fcc4c4701e6c43afa1041
treeb7d7f70cf71cf15ddab80ecbf2f929d4fa4a80ec
parent508b31726970bdda43e8fa925b08a2a594046f61
THRIFT-1031 Patch to compile Thrift for vc++ 9.0 and 10.0
Patch: James Dickson and Alexandre Parenteau

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1171777 13f79535-47bb-0310-9956-ffa450edef68
27 files changed:
compiler/cpp/src/windows/config.h [new file with mode: 0644]
compiler/cpp/src/windows/version.h [new file with mode: 0644]
lib/cpp/README_WINDOWS [new file with mode: 0644]
lib/cpp/libthrift.vcxproj [new file with mode: 0644]
lib/cpp/libthrift.vcxproj.filters [new file with mode: 0644]
lib/cpp/libthriftnb.vcxproj [new file with mode: 0644]
lib/cpp/libthriftnb.vcxproj.filters [new file with mode: 0644]
lib/cpp/src/concurrency/PosixThreadFactory.cpp
lib/cpp/src/server/TNonblockingServer.h
lib/cpp/src/transport/TServerSocket.cpp
lib/cpp/src/transport/TSocket.cpp
lib/cpp/src/windows/Fcntl.cpp [new file with mode: 0644]
lib/cpp/src/windows/Fcntl.h [new file with mode: 0644]
lib/cpp/src/windows/GetTimeOfDay.cpp [new file with mode: 0644]
lib/cpp/src/windows/GetTimeOfDay.h [new file with mode: 0644]
lib/cpp/src/windows/Operators.h [new file with mode: 0644]
lib/cpp/src/windows/SocketPair.cpp [new file with mode: 0644]
lib/cpp/src/windows/SocketPair.h [new file with mode: 0644]
lib/cpp/src/windows/StdAfx.cpp [new file with mode: 0644]
lib/cpp/src/windows/StdAfx.h [new file with mode: 0644]
lib/cpp/src/windows/TWinsockSingleton.cpp [new file with mode: 0644]
lib/cpp/src/windows/TWinsockSingleton.h [new file with mode: 0644]
lib/cpp/src/windows/TargetVersion.h [new file with mode: 0644]
lib/cpp/src/windows/config.h [new file with mode: 0644]
lib/cpp/src/windows/force_inc.h [new file with mode: 0644]
lib/cpp/src/windows/tr1/functional [new file with mode: 0644]
lib/cpp/thrift.sln [new file with mode: 0644]