paho.mqtt.cpp/src
fpagliughi 49278fae82
Some checks are pending
CMake on multiple platforms / build (Debug, cl, cl, windows-latest) (push) Waiting to run
CMake on multiple platforms / build (Debug, clang, clang++, ubuntu-latest) (push) Waiting to run
CMake on multiple platforms / build (Debug, gcc, g++, ubuntu-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Waiting to run
Split out the topic filter to be a simple string if it has no wildcards
2025-06-24 13:16:31 -04:00
..
async_client.cpp Updated local CI sctipt, buildtst.sh. Fixed cppcheck warnings. 2025-01-07 09:18:17 -05:00
client.cpp #505: Example of retrieving MQTT v5 properties in message received callback 2025-03-11 09:22:16 -04:00
CMakeLists.txt #537 Fixed the Windows DLL build by exporting message::EMPTY_STR and message::EMPTY_BIN 2025-02-13 09:02:20 -05:00
connect_options.cpp Cleaned up some of the options, with constexpr, etc. 2024-06-23 18:29:49 -04:00
create_options.cpp Added create_options assignment operators. 2024-06-22 20:28:20 -04:00
disconnect_options.cpp Cleaned up some of the options, with constexpr, etc. 2024-06-23 18:29:49 -04:00
iclient_persistence.cpp Reformat sources and added .clang-format files. 2024-06-18 16:01:26 -04:00
message.cpp #540 Missing default argument in async_client changed constructor breaks code compatibility. Updated 'client' and 'create_options' construcotrs to agree with 'async_client' 2025-03-10 16:00:49 -04:00
properties.cpp #505: Example of retrieving MQTT v5 properties in message received callback 2025-03-11 09:22:16 -04:00
reason_code.cpp Updated examples to optionally take server URI from command line. 2024-07-05 15:53:12 -04:00
response_options.cpp #524 Fixed copy and move operations for 'subscribe_options'. Added unit tests. 2025-01-04 14:56:39 -05:00
server_response.cpp Some cleanup of token and properties. Got rid of fake reason code, MQTTPP_V3_CODE 2024-06-24 18:04:48 -04:00
ssl_options.cpp Bumped version to v1.5.3 for release and updated the README and CHANGELOG 2025-05-15 20:39:45 -04:00
string_collection.cpp Reformat sources and added .clang-format files. 2024-06-18 16:01:26 -04:00
token.cpp Updated examples to optionally take server URI from command line. 2024-07-05 15:53:12 -04:00
topic.cpp Split out the topic filter to be a simple string if it has no wildcards 2025-06-24 13:16:31 -04:00
will_options.cpp Cleaned up some of the options, with constexpr, etc. 2024-06-23 18:29:49 -04:00