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

jdanek pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git.


    from 6e855af  NO-JIRA Upgrade doctest.h: 2.4.7 -> 2.4.8 (#1505)
     new 385e084  NO-JIRA Add macro to disable thread sanitizer
     new a8d272e  NO-JIRA Update gcc to gcc-11 for TSAN Travis job
     new cb059f9  DISPATCH-1783 add cpp-stub unittest mocking/stubbing tool
     new f1d76af  DISPATCH-1783 first test using the cpp-stub tool
     new 542fa40  DISPATCH-1783 Fix issues with cpp-stub

The 5 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:
 .travis.yml                                        |    4 +
 LICENSE                                            |    5 +
 pom.xml                                            |    1 +
 src/qd_asan_interface.h                            |   23 +-
 tests/CMakeLists.txt                               |    6 +-
 tests/c_unittests/CMakeLists.txt                   |    9 +-
 tests/c_unittests/c_unittests_main.cpp             |   58 +-
 .../c_unittests/qdr_stubbing_probe.cpp             |   10 +-
 .../c_unittests/qdr_stubbing_probe.hpp             |   31 +-
 tests/c_unittests/test_terminus.cpp                |   21 +
 .../CMakeLists.txt}                                |    9 +-
 tests/{c_unittests => cpp-stub}/LICENSE.txt        |    7 +-
 tests/cpp-stub/addr_any.h                          |  285 ++
 tests/cpp-stub/addr_pri.h                          |  182 +
 tests/cpp-stub/cpp_stub.h                          |  370 ++
 tests/cpp-stub/elfio.hpp                           | 4893 ++++++++++++++++++++
 16 files changed, 5878 insertions(+), 36 deletions(-)
 copy src/enum.c => tests/c_unittests/qdr_stubbing_probe.cpp (78%)
 copy include/qpid/dispatch/platform.h => 
tests/c_unittests/qdr_stubbing_probe.hpp (52%)
 copy tests/{c_benchmarks/minimal_silent.conf => cpp-stub/CMakeLists.txt} (80%)
 copy tests/{c_unittests => cpp-stub}/LICENSE.txt (90%)
 create mode 100644 tests/cpp-stub/addr_any.h
 create mode 100644 tests/cpp-stub/addr_pri.h
 create mode 100644 tests/cpp-stub/cpp_stub.h
 create mode 100644 tests/cpp-stub/elfio.hpp

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to