Skip to content

Commit

Permalink
THRIFT-582 C(c_glib) implementation of Thrift
Browse files Browse the repository at this point in the history
Patch: Anatol Pomozov and Michael Lum


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1027933 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bufferoverflow committed Oct 27, 2010
1 parent 5013de2 commit 213a664
Show file tree
Hide file tree
Showing 61 changed files with 11,499 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,25 @@
/lib/cpp/*.la
/lib/cpp/*.lo
/lib/cpp/*.pc
/lib/c_glib/*.gcda
/lib/c_glib/*.gcno
/lib/c_glib/*.la
/lib/c_glib/*.lo
/lib/c_glib/*.loT
/lib/c_glib/*.o
/lib/c_glib/.deps
/lib/c_glib/.libs
/lib/c_glib/Makefile.in
/lib/c_glib/Makefile
/lib/c_glib/thriftc.pc
/lib/c_glib/test/*.o
/lib/c_glib/test/*.lo
/lib/c_glib/test/testwrapper.sh
/lib/c_glib/test/testwrapper-test*
/lib/c_glib/test/.deps
/lib/c_glib/test/.libs
/lib/c_glib/test/gen-cpp/
/lib/c_glib/test/gen-c_glib
/lib/csharp/Makefile
/lib/csharp/Makefile.in
/lib/hs/dist
Expand Down
3 changes: 3 additions & 0 deletions compiler/cpp/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ thrift_SOURCES = src/thrifty.yy \
src/generate/t_generator.h \
src/generate/t_oop_generator.h

if THRIFT_GEN_c_glib
thrift_SOURCES += src/generate/t_c_glib_generator.cc
endif
if THRIFT_GEN_cpp
thrift_SOURCES += src/generate/t_cpp_generator.cc
endif
Expand Down
Loading

0 comments on commit 213a664

Please sign in to comment.