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

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


    from 0084354ba PROTON-2810: Make standalone C++ examples build work 
correctly
     new 3b7610a64 PROTON-2838: Correctly handle null when decoding AMQP to raw
     new e4e62f49e PROTON-2838: Remove pn_data_t operations from frame codec

The 2 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:
 c/src/core/consumers.h              |  21 +--
 c/src/core/emitters.h               | 138 +++++++++++----
 c/src/core/engine-internal.h        |  23 ++-
 c/src/core/engine.c                 | 160 ++++++++++++++----
 c/src/core/message.c                | 231 ++++++++++++++-----------
 c/src/core/transport.c              | 328 +++++++++++++++---------------------
 c/src/core/util.h                   |  73 +++++++-
 c/tools/codec-generator/generate.py |  48 ++++--
 c/tools/codec-generator/specs.json  |  36 ++--
 cpp/src/message.cpp                 |  28 ++-
 10 files changed, 672 insertions(+), 414 deletions(-)


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

Reply via email to