qpid-cpp icon indicating copy to clipboard operation
qpid-cpp copied to clipboard

Mirror of Apache Qpid C++

Results 4 qpid-cpp issues
Sort by recently updated
recently updated
newest added

There is a bug in the fetch code, which causes the drain to end by the call of the GET which top-up credit only by 1. If there is queued...

There are spelling errors in the code, this PR fixes some of them: exepected -> expected identifers -> identifiers overriden -> overridden sesssion -> session transfered -> transferred transfering ->...

Turns out, CMake is happy to generate a lot of the QpidConfig.cmake file for us, see * https://gitlab.kitware.com/cmake/cmake/-/issues/19560 * https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#creating-packages * https://cmake.org/cmake/help/latest/guide/importing-exporting/index.html#exporting-targets * https://cmake.org/cmake/help/latest/module/CMakePackageConfigHelpers.html#example-generating-package-files * https://cmake.org/cmake/help/latest/guide/tutorial/Packaging%20Debug%20and%20Release.html This is analogous change...