You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2016/01/06 03:11:04 UTC

thrift git commit: THRIFT-3518:TConcurrentClientSyncInfo files were missing for Visual Studio Client: cpp Patch: Xiaoshuang LU

Repository: thrift
Updated Branches:
  refs/heads/master 4733db4e1 -> a3dc3f804


THRIFT-3518:TConcurrentClientSyncInfo files were missing for Visual Studio
Client: cpp
Patch: Xiaoshuang LU

Add missing files to Visual studio build


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/a3dc3f80
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/a3dc3f80
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/a3dc3f80

Branch: refs/heads/master
Commit: a3dc3f80433044fc2f8fbc874ae0825d92ade416
Parents: 4733db4
Author: jfarrell <jf...@apache.org>
Authored: Tue Jan 5 21:10:01 2016 -0500
Committer: jfarrell <jf...@apache.org>
Committed: Tue Jan 5 21:10:01 2016 -0500

----------------------------------------------------------------------
 lib/cpp/libthrift.vcxproj         | 2 ++
 lib/cpp/libthrift.vcxproj.filters | 6 ++++++
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/a3dc3f80/lib/cpp/libthrift.vcxproj
----------------------------------------------------------------------
diff --git a/lib/cpp/libthrift.vcxproj b/lib/cpp/libthrift.vcxproj
index 4feb1d7..db0e5d9 100644
--- a/lib/cpp/libthrift.vcxproj
+++ b/lib/cpp/libthrift.vcxproj
@@ -36,6 +36,7 @@
   </ItemGroup>
   <ItemGroup>
     <ClCompile Include="src\thrift\async\TAsyncChannel.cpp"/>
+    <ClCompile Include="src\thrift\async\TConcurrentClientSyncInfo.cpp"/>
     <ClCompile Include="src\thrift\concurrency\BoostMonitor.cpp" />
     <ClCompile Include="src\thrift\concurrency\BoostMutex.cpp" />
     <ClCompile Include="src\thrift\concurrency\BoostThreadFactory.cpp" />
@@ -76,6 +77,7 @@
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="src\thrift\async\TAsyncChannel.h" />
+    <ClInclude Include="src\thrift\async\TConcurrentClientSyncInfo.h" />
     <ClInclude Include="src\thrift\concurrency\BoostThreadFactory.h" />
     <ClInclude Include="src\thrift\concurrency\StdThreadFactory.h" />
     <ClInclude Include="src\thrift\concurrency\Exception.h" />

http://git-wip-us.apache.org/repos/asf/thrift/blob/a3dc3f80/lib/cpp/libthrift.vcxproj.filters
----------------------------------------------------------------------
diff --git a/lib/cpp/libthrift.vcxproj.filters b/lib/cpp/libthrift.vcxproj.filters
index ec21886..0183e85 100644
--- a/lib/cpp/libthrift.vcxproj.filters
+++ b/lib/cpp/libthrift.vcxproj.filters
@@ -72,6 +72,9 @@
     <ClCompile Include="src\thrift\async\TAsyncChannel.cpp">
       <Filter>async</Filter>
     </ClCompile>
+    <ClCompile Include="src\thrift\async\TConcurrentClientSyncInfo.cpp">
+      <Filter>async</Filter>
+    </ClCompile>
     <ClCompile Include="src\thrift\processor\PeekProcessor.cpp">
       <Filter>processor</Filter>
     </ClCompile>
@@ -170,6 +173,9 @@
     <ClInclude Include="src\thrift\async\TAsyncChannel.h">
       <Filter>async</Filter>
     </ClInclude>
+    <ClInclude Include="src\thrift\async\TConcurrentClientSyncInfo.h">
+      <Filter>async</Filter>
+    </ClInclude>
     <ClInclude Include="src\thrift\processor\PeekProcessor.h">
       <Filter>processor</Filter>
     </ClInclude>