thrift/lib/cpp/test
Nobuaki Sukegawa c444fb581d THRIFT-2925 CMake build does not work with OpenSSL nor anything installed in non-system location
This diff fixes them by correcting invalid CMake variable names:
* OPENSSL_... rather than OpenSSL_...
* LIBEVENT_... rather than Libevent_...
* Boost_INCLUDE_DIRS rather than Boost_INCLUDE_DIR
* LIBEVENT_INCLUDE_DIRS rather than LIBEVENT_INCLUDE_DIR
* ZLIB_INCLUDE_DIRS rather than ZLIB_INCLUDE_DIR

Note:
* OPENSSL_INCLUDE_DIR is correct (rather than ..._DIRS)
* Boost_INCLUDE_DIR exists and actually works for most cases but
  Boost_INCLUDE_DIRS is the one desinged to be included

Also, library headers are now included as SYSTEM headers.
2015-01-03 10:08:09 +01:00
..
concurrency THRIFT-2893 CMake build fails with boost thread or std thread 2014-12-21 16:36:46 +01:00
link THRIFT-2520 cpp:cob_style generates incorrect .tcc file 2014-06-15 21:51:32 +02:00
processor THRIFT-2893 CMake build fails with boost thread or std thread 2014-12-21 16:36:46 +01:00
qt THRIFT-2098 Add support for Qt5+ 2014-12-21 16:36:47 +01:00
AllProtocolTests.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
AllProtocolTests.tcc THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
Base64Test.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
Benchmark.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
CMakeLists.txt THRIFT-2925 CMake build does not work with OpenSSL nor anything installed in non-system location 2015-01-03 10:08:09 +01:00
DebugProtoTest_extras.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
DebugProtoTest.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
DenseProtoTest.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
EnumTest.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
GenericHelpers.h THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
JSONProtoTest.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
Makefile.am THRIFT-2910 libevent is not really optional 2014-12-23 18:22:54 +01:00
OpenSSLManualInitTest.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
OptionalRequiredTest.cpp THRIFT-2876: C++ - tests: coping __isset structure in copy constructor 2014-12-04 23:32:52 +01:00
RecursiveTest.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
RWMutexStarveTest.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
SpecializationTest.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
TBufferBaseTest.cpp Thrift-2029:Port C++ tests to Windows 2014-01-07 21:42:01 -05:00
TFDTransportTest.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
TFileTransportTest.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
ThriftTest_extras.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
TMemoryBufferTest.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
TNonblockingServerTest.cpp THRIFT-2893 CMake build fails with boost thread or std thread 2014-12-21 16:36:46 +01:00
ToStringTest.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
TPipedTransportTest.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00
TransportTest.cpp THRIFT-2849: spelling errors fixed using codespell tool 2014-11-24 10:55:31 +01:00
TypedefTest.cpp THRIFT-1040 Can't end typedef lines with a semicolon 2014-09-11 22:36:41 +02:00
UnitTestMain.cpp THRIFT-953: Fix compilation of TransportTest.cpp on Mac (actual tests still fail) and fix boost m4 macros for Mac. 2010-11-04 18:51:42 +00:00
ZlibTest.cpp THRIFT-2729: C++ - .clang-format created and applied 2014-11-18 11:39:10 +01:00