summaryrefslogtreecommitdiff
path: root/lib/cpp/test
Commit message (Expand)AuthorAgeFilesLines
* Add missing include for the security testsTobias Mayer2023-03-182-0/+2
* Fix Security Tests for OpenSSLv3Tobias Mayer2023-02-192-6/+8
* fixed a ton of missing ASF headers in *.thrift filesJens Geyer2022-09-111-0/+19
* Merge pull request #2630 from kou/cpp-scoped-array-to-unique-ptrMario Emmenlauer2022-09-101-1/+1
|\
| * THRIFT-5602: Use std::unique_ptr instead of boost::scoped_arraySutou Kouhei2022-09-091-1/+1
* | lib/cpp/test/CMakeLists.txt: Trivial whitespace changeMario Emmenlauer2022-09-091-2/+2
|/
* Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging t...Jens Geyer2022-09-052-4/+4
* Remove execute bit from plain text files in git (#2611)Christopher Tubbs2022-05-241-0/+0
* THRIFT-5093: lib: cpp: test: clarify effect of MemoryPolicy on TMemoryBufferChristopher Friedt2022-04-191-3/+249
* Fix winsock capitalization for case sensitive cross-compilationJeremiah2022-02-081-1/+1
* Use modern OpenSSL cmake syntax (if available), and larger cmake cleanupMario Emmenlauer2021-09-022-30/+29
* Include signal.h depending on HAVE_SIGNAL_H, not depending on __linux__Mario Emmenlauer2021-08-134-4/+7
* lib/cpp/test/CMakeLists.txt: Added missing boost::chronoMario Emmenlauer2021-08-131-1/+1
* lib/cpp/test/ToStringTest.cpp: Disabled locale-based tests on WindowsMario Emmenlauer2021-08-121-2/+7
* Merge pull request #2401 from aaronmjones/THRIFT-3840Mario Emmenlauer2021-06-091-0/+21
|\
| * Add better unit tests and imbue C locale in floating point to_stringubuntu2021-06-072-24/+21
| * Add unit test for system locale with thousands separator commaubuntu2021-05-311-0/+24
* | Robustness improvements when loading OpenSSL certificatesMarco Schroeter2021-06-041-0/+1
* | Minor cleanup of two CMake files, and removed some (unused) boost dependenciesMario Emmenlauer2021-05-051-53/+53
|/
* CMake: Pass linker dependencies transitively to downstream projectsMario Emmenlauer2021-02-121-5/+0
* THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfigu...Jens Geyer2021-02-031-18/+18
* THRIFT-5217 Deprecated boost headerzeshuai0072020-09-1211-11/+11
* THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfigu...zeshuai0072020-07-253-1/+230
* THRIFT-5225: Use nullptr instead of NULLzeshuai0072020-06-145-9/+9
* Add isOpen() to TServerTransportMario Emmenlauer2020-04-242-1/+6
* THRIFT-5168 Useless generated code when .thrift file only has service typezeshuai0072020-04-212-7/+2
* Add testcase for other condition judgment in the readJSONDouble functionzeshuai0072020-03-311-1/+10
* THRIFT-4982 Remove deprecated C# bindings from the code baseJens Geyer2020-02-281-1/+0
* (no ticket) Propagate exception instead of rethrowingGaurav Singh2020-02-061-2/+2
* Fix unknown pragma warnings on mingwKevin Wojniak2019-11-061-2/+2
* THRIFT-4981 Remove deprecated netcore bindings from the code baseJens Geyer2019-10-201-1/+0
* THRIFT-4977: Allow loading OpenSSL certificates from memoryMario Emmenlauer2019-10-153-0/+276
* THRIFT-4830: Add to_string helper function for cpp generator (#1765)soroshsabz2019-07-011-2/+20
* THRIFT-4896 - prevent cpp and c_glib include directories from leaking into ot...Kevin Wojniak2019-07-011-2/+2
* CPP generator test, catching exceptions by ref instead.David Carlier2019-06-211-2/+2
* THRIFT-4776:Modernize c++11 code by clang-tidy (#1732)cyy2019-02-088-81/+73
* THRIFT-4739: fix concurrency_test (test-only fix)James E. King III2019-02-021-5/+16
* THRIFT-4762: Applied some C++11 refactorings to the runtime library and compi...Sebastian Zenker2019-01-2921-187/+187
* fix static analyzer waringscyy2019-01-223-4/+2
* fix waringscyy2019-01-221-7/+7
* use chronocyy2019-01-224-17/+14
* THRIFT-4719: remove cocoaJames E. King III2019-01-141-1/+0
* THRIFT-4735: Remove Qt4 build supportJames E. King III2019-01-131-12/+0
* THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactorycyy2019-01-1113-375/+31
* THRIFT-4720: documenting breaking changes, minor cleanupJames E. King III2019-01-091-4/+6
* replace boost::atomic with std::atomiccyy2019-01-071-6/+6
* remove stdcxx namespace and use std directlycyy2019-01-0731-285/+281
* remove boost::thread and boost::mutex codecyy2019-01-075-9/+7
* THRIFT-4680: fix up std::min, std::max, and numeric limits min/max on Windows...James E. King III2018-12-181-1/+1
* THRIFT-4579: Move up to Ubuntu Bionic for CI buildsJames E. King III2018-06-161-17/+3