Uber configure.ac/Makefile.am and configure.ac/Makefile.am for lib/php and compiler
authorMarc Slemko <marc@apache.org>
Wed, 23 Aug 2006 22:03:34 +0000 (22:03 +0000)
committerMarc Slemko <marc@apache.org>
Wed, 23 Aug 2006 22:03:34 +0000 (22:03 +0000)
commitb09f58838f78e8c8ef411a6db052da8db1f9dc05
treeecdfcaf0765e0735a8d5d2ec30fa54b09de0eb3b
parentc6936407d1c3ba0325441d44511d2876eb4dbede
Uber configure.ac/Makefile.am and configure.ac/Makefile.am for lib/php and compiler

Modified TProtocol.h et al to take collection size as unsigned int.  This removes need to cast STL's default size_t to signed int and is more correct, since collection sizes cannot be < 0 by definition

Moved compiler/Makefile to compiler/cpp.mk so it doesn't get trashed by automake

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664766 13f79535-47bb-0310-9956-ffa450edef68
20 files changed:
bootstrap.sh [new file with mode: 0755]
compiler/Makefile.am [new file with mode: 0644]
compiler/bootstrap.sh [new file with mode: 0755]
compiler/configure.ac [new file with mode: 0644]
compiler/cpp.mk [moved from compiler/Makefile with 100% similarity]
compiler/src/cpp_generator.py
compiler/src/php_generator.py
compiler/src/thrift
configure.ac [new file with mode: 0644]
lib/cpp/configure.ac
lib/cpp/src/protocol/TBinaryProtocol.cc
lib/cpp/src/protocol/TBinaryProtocol.h
lib/cpp/src/protocol/TProtocol.h
lib/cpp/src/test/Makefile
lib/cpp/src/test/StressTest.thrift
lib/cpp/src/test/main.cc
lib/php/Makefile.am [new file with mode: 0644]
lib/php/bootstrap.sh [new file with mode: 0755]
lib/php/configure.ac [new file with mode: 0644]
test/cpp/Makefile