emmenlau opened a new pull request #2437: URL: https://github.com/apache/thrift/pull/2437
This PR contains a number of small, self-contained improvements. The changes are: - lib/cpp/src/thrift/transport/TBufferTransports.h: Minor whitespace changes - TSocket.cpp: Print THRIFT_EAGAIN (timed out) to global error - build/cmake/DefineOptions.cmake: Minor improvement in logging for 'WITH_MT' - lib/cpp/test/CMakeLists.txt: Added missing boost::chrono - build/cmake/BoostMacros.cmake: Removed 'Boost_NO_BOOST_CMAKE' and minor cleanup - TCompactProtocol.tcc: add missing include cstdlib - Include signal.h depending on HAVE_SIGNAL_H, not depending on __linux__ - Added new method isUnixDomainSocket() to check type of socket - [x] No [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket for trivial changes - [x] If a ticket exists: Does your pull request title follow the pattern "THRIFT-NNNN: describe my issue"? - [x] Changes are not squashed, to keep the consistency of each change - [x] Did you do your best to avoid breaking changes? If one was needed, did you label the Jira ticket with "Breaking-Change"? - [x] If your change does not involve any code, include `[skip ci]` anywhere in the commit message to free up build resources. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org