You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2014/11/30 12:30:02 UTC

thrift git commit: THRIFT-2864 JSON generator missing from Visual Studio build project Client: Compiler (general) Patch: Jens Geyer

Repository: thrift
Updated Branches:
  refs/heads/master 6aeb82ef5 -> 200150d33


THRIFT-2864 JSON generator missing from Visual Studio build project
Client: Compiler (general)
Patch: Jens Geyer


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

Branch: refs/heads/master
Commit: 200150d330b0f2ad986ff4993f1c45c64e4736a3
Parents: 6aeb82e
Author: Jens Geyer <je...@apache.org>
Authored: Sun Nov 30 12:27:12 2014 +0100
Committer: Jens Geyer <je...@apache.org>
Committed: Sun Nov 30 12:29:37 2014 +0100

----------------------------------------------------------------------
 compiler/cpp/compiler.vcxproj         | 1 +
 compiler/cpp/compiler.vcxproj.filters | 3 +++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/200150d3/compiler/cpp/compiler.vcxproj
----------------------------------------------------------------------
diff --git a/compiler/cpp/compiler.vcxproj b/compiler/cpp/compiler.vcxproj
index f49106f..df089de 100644
--- a/compiler/cpp/compiler.vcxproj
+++ b/compiler/cpp/compiler.vcxproj
@@ -67,6 +67,7 @@
     <ClCompile Include="src\generate\t_javame_generator.cc" />
     <ClCompile Include="src\generate\t_java_generator.cc" />
     <ClCompile Include="src\generate\t_js_generator.cc" />
+    <ClCompile Include="src\generate\t_json_generator.cc" />
     <ClCompile Include="src\generate\t_ocaml_generator.cc" />
     <ClCompile Include="src\generate\t_perl_generator.cc" />
     <ClCompile Include="src\generate\t_php_generator.cc" />

http://git-wip-us.apache.org/repos/asf/thrift/blob/200150d3/compiler/cpp/compiler.vcxproj.filters
----------------------------------------------------------------------
diff --git a/compiler/cpp/compiler.vcxproj.filters b/compiler/cpp/compiler.vcxproj.filters
index c400f7e..e3641b7 100644
--- a/compiler/cpp/compiler.vcxproj.filters
+++ b/compiler/cpp/compiler.vcxproj.filters
@@ -173,6 +173,9 @@
     <ClCompile Include="src\parse\t_typedef.cc">
       <Filter>parse</Filter>
     </ClCompile>
+    <ClCompile Include="src\generate\t_json_generator.cc">
+      <Filter>generate</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <None Include="src\thriftl.ll" />