This is an automated email from the ASF dual-hosted git repository.

jking pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git.


    from b2a4afe  fix travis CI cross
     new f83d3f9  add const to member functions
     new 7190ca7  remove unused headers
     new d12dbed  remove unused headers
     new bfdbd03  use chrono
     new 6a01d46  remove unused code
     new c1bfe3d  remove WIN XP macros
     new fc222b3  remove useless assert code
     new c349cdb  add override and const
     new 72a878e  change timeous_ms to unsigned type
     new f6460fa  change doc
     new f7a4ead  fix warings
     new 9fed901  fix static analyzer warings
     new 8cd3f92  fix c++17 building on windows
     new dd63da1  Merge pull request #1690 from cyyever/const_members

The 5571 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md                                         |   1 +
 build/cmake/DefineCMakeDefaults.cmake              |  11 ++
 .../cpp/src/thrift/generate/t_delphi_generator.cc  |   2 -
 lib/cpp/CMakeLists.txt                             |   1 -
 lib/cpp/Makefile.am                                |   4 +-
 lib/cpp/README.md                                  |  12 +-
 lib/cpp/src/thrift/concurrency/Monitor.cpp         |  54 ++------
 lib/cpp/src/thrift/concurrency/Monitor.h           |  29 ++--
 lib/cpp/src/thrift/concurrency/Mutex.h             |   1 -
 lib/cpp/src/thrift/concurrency/Thread.h            |   4 +-
 lib/cpp/src/thrift/concurrency/ThreadFactory.h     |   5 -
 lib/cpp/src/thrift/concurrency/ThreadManager.cpp   |  30 ++--
 lib/cpp/src/thrift/concurrency/ThreadManager.h     |   3 +-
 lib/cpp/src/thrift/concurrency/TimerManager.cpp    |  91 +++++--------
 lib/cpp/src/thrift/concurrency/TimerManager.h      |  22 +--
 lib/cpp/src/thrift/concurrency/Util.cpp            |  44 ------
 lib/cpp/src/thrift/concurrency/Util.h              | 151 ---------------------
 lib/cpp/src/thrift/server/TNonblockingServer.cpp   |   2 +-
 lib/cpp/src/thrift/transport/TBufferTransports.h   |  12 +-
 lib/cpp/src/thrift/transport/TFileTransport.cpp    |  28 ++--
 lib/cpp/src/thrift/transport/TFileTransport.h      |  14 +-
 lib/cpp/src/thrift/transport/THeaderTransport.h    |   4 +-
 lib/cpp/src/thrift/transport/THttpClient.h         |   2 +-
 lib/cpp/src/thrift/transport/THttpServer.h         |   4 +-
 .../thrift/transport/TNonblockingServerSocket.h    |   4 +-
 lib/cpp/src/thrift/transport/TPipe.cpp             |   2 +-
 lib/cpp/src/thrift/transport/TPipe.h               |   8 +-
 lib/cpp/src/thrift/transport/TPipeServer.h         |   6 +-
 lib/cpp/src/thrift/transport/TSocket.cpp           |   2 +-
 lib/cpp/src/thrift/transport/TSocket.h             |   8 +-
 lib/cpp/src/thrift/transport/TTransport.h          |   2 +-
 lib/cpp/src/thrift/transport/TTransportUtils.cpp   |   2 +-
 lib/cpp/src/thrift/transport/TTransportUtils.h     |  28 ++--
 lib/cpp/src/thrift/transport/TVirtualTransport.h   |  10 +-
 lib/cpp/src/thrift/transport/TZlibTransport.h      |   2 +-
 lib/cpp/src/thrift/windows/TWinsockSingleton.cpp   |   2 -
 lib/cpp/src/thrift/windows/config.h                |  32 -----
 lib/cpp/test/AllProtocolTests.tcc                  |   2 +-
 lib/cpp/test/OneWayHTTPTest.cpp                    |   2 +-
 lib/cpp/test/TransportTest.cpp                     |   2 -
 lib/cpp/test/concurrency/Tests.cpp                 |   8 +-
 lib/cpp/test/concurrency/ThreadFactoryTests.h      |   5 +-
 lib/cpp/test/concurrency/ThreadManagerTests.h      |  13 +-
 lib/cpp/test/concurrency/TimerManagerTests.h       |  19 ++-
 test/cpp/src/StressTest.cpp                        |   9 +-
 test/cpp/src/StressTestNonBlocking.cpp             |   9 +-
 46 files changed, 194 insertions(+), 514 deletions(-)
 delete mode 100644 lib/cpp/src/thrift/concurrency/Util.cpp
 delete mode 100644 lib/cpp/src/thrift/concurrency/Util.h

Reply via email to