This is an automated email from the ASF dual-hosted git repository. chrisr pushed a change to branch bugfix/QPID-8521-assignment-in-comparison in repository https://gitbox.apache.org/repos/asf/qpid-cpp.git.
discard 3b4ab54 QPID-8521 Fix assignment in comparison error discard 463d839 QPID-nnnn Suppress boost bind warnings discard 4767dae QPID-nnnn Don't install python bytecode for qpid_messaging.py discard a1316dd QPID-nnnn Updated python management to python3 omit 45a1ebb QPID-8517 Build and test in parallel for python2 and python3 omit 1db14d7 QPID-8516 Fix use of python2 in CMakeFiles excerpts add 9a6919c QPID-8516 Fix use of python2 in CMakeFiles excerpts add d0bf9e3 Merge pull request #25 from apache/bugfix/QPID-8516-fix-python2-in-cmakefiles new 678cc50 QPID-8521 Fix assignment in comparison error This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (3b4ab54) \ N -- N -- N refs/heads/bugfix/QPID-8521-assignment-in-comparison (678cc50) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 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 | 46 +++---- CMakeLists.txt | 2 - bindings/qpid/python/CMakeLists.txt | 2 + bindings/qpid/python/qpid_messaging.i | 2 +- management/python/bin/qmf-tool | 176 +++++++++++++-------------- management/python/bin/qpid-config | 128 +++++++++---------- management/python/bin/qpid-ha | 32 ++--- management/python/bin/qpid-printevents | 10 +- management/python/bin/qpid-queue-stats | 16 +-- management/python/bin/qpid-receive | 26 ++-- management/python/bin/qpid-route | 94 +++++++------- management/python/bin/qpid-send | 6 +- management/python/bin/qpid-stat | 18 +-- management/python/bin/qpid-store-chk | 64 +++++----- management/python/bin/qpid-store-resize | 56 ++++----- management/python/bin/qpid-tool | 94 +++++++------- management/python/lib/qlslibs/analyze.py | 104 ++++++++-------- management/python/lib/qlslibs/efp.py | 58 ++++----- management/python/lib/qlslibs/err.py | 2 +- management/python/lib/qlslibs/jrnl.py | 2 +- management/python/lib/qmf/client.py | 32 ++--- management/python/lib/qmf/console.py | 90 +++++++------- management/python/lib/qpidstore/janal.py | 36 +++--- management/python/lib/qpidstore/jerr.py | 2 +- management/python/lib/qpidstore/jrnl.py | 12 +- management/python/lib/qpidtoollibs/broker.py | 10 +- management/python/lib/qpidtoollibs/config.py | 4 +- management/python/lib/qpidtoollibs/disp.py | 8 +- 28 files changed, 559 insertions(+), 573 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org