You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2016/08/21 01:46:41 UTC

[trafficserver] 01/01: Merge pull request #860 from zwoop/TS-4695

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

zwoop pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit 0db17b15439fa8d6ef5d1ffd227c5582e335ab5b
Merge: 8b5f05c d244980
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Sat Aug 20 21:46:33 2016 -0400

    Merge pull request #860 from zwoop/TS-4695
    
    TS-4695 Removes the --enable-cppapi build option

 .gitignore                                         |   1 -
 ci/jenkins/bin/clang-analyzer.sh                   |   2 +-
 ci/jenkins/bin/coverity.sh                         |   2 +-
 ci/jenkins/bin/github.sh                           |   4 +-
 ci/jenkins/bin/in_tree.sh                          |   7 +-
 ci/jenkins/bin/out_of_tree.sh                      |   7 +-
 ci/regression                                      |   1 -
 ci/tsqa/tests/test_buildoptions.py                 |   9 -
 configure.ac                                       |  53 ---
 lib/Makefile.am                                    |   6 +-
 .../examples/async_http_fetch/AsyncHttpFetch.cc    |   4 +-
 lib/atscppapi/examples/async_timer/AsyncTimer.cc   |   2 +-
 .../InternalTransactionHandling.cc                 |   2 +-
 lib/atscppapi/src/AsyncHttpFetch.cc                |   8 +-
 lib/atscppapi/src/AsyncTimer.cc                    |   2 +-
 lib/atscppapi/src/Headers.cc                       |  11 +-
 lib/atscppapi/src/InterceptPlugin.cc               |   2 +-
 lib/atscppapi/src/Makefile.am                      |   3 -
 lib/atscppapi/src/Transaction.cc                   |  16 +-
 lib/atscppapi/src/TransactionPlugin.cc             |  10 +-
 lib/atscppapi/src/include/atscppapi/Async.h        |  24 +-
 .../src/include/atscppapi/AsyncHttpFetch.h         |   2 +-
 lib/atscppapi/src/include/atscppapi/AsyncTimer.h   |   2 +-
 lib/atscppapi/src/include/atscppapi/Headers.h      |   2 +-
 lib/atscppapi/src/include/atscppapi/Mutex.h        |  18 +-
 lib/atscppapi/src/include/atscppapi/Transaction.h  |  16 +-
 .../src/include/atscppapi/TransactionPlugin.h      |   6 +-
 .../src/include/atscppapi/shared_ptr.h.in          |  53 ---
 lib/atscppapi/src/include/utils_internal.h         |   2 +-
 lib/atscppapi/src/utils_internal.cc                |   4 +-
 lib/tsconfig/IntrusivePtr.h                        | 389 ++++++++++++---------
 plugins/experimental/Makefile.am                   |   2 -
 plugins/experimental/multiplexer/dispatch.h        |   3 +-
 33 files changed, 292 insertions(+), 383 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.