1
0
mirror of https://github.com/eclipse/paho.mqtt.cpp.git synced 2025-07-05 09:32:23 +08:00

11 Commits

Author SHA1 Message Date
fpagliughi
49278fae82 Split out the topic filter to be a simple string if it has no wildcards 2025-06-24 13:16:31 -04:00
fpagliughi
670b38df37 TopicMatcher matching to parent when using '#' wildcard. 2025-06-24 10:22:57 -04:00
Flávio Tapajós
9c9e515ea9
fix: prevent undefined behaviour on empty topic matching
Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
2025-06-18 11:15:34 -03:00
fpagliughi
2f174a2398 Fixed some corner cases for topic_filter::matches() 2025-01-07 21:25:56 -05:00
fpagliughi
7d5dcce159 Reformat sources and added .clang-format files. 2024-06-18 16:01:26 -04:00
fpagliughi
a7e9b12042 #461 Updated license to EPL-v2.0 2023-11-18 14:01:59 -05:00
fpagliughi
509da56afc #313 Unit tests building on Windows. Support for Catch2 v3.x. Needed to get rid of make_unique<> for Windows 2023-11-11 16:14:20 -05:00
fpagliughi
fb740d8fd8 Added 'topic_filter' class. 2022-04-23 17:47:21 -04:00
fpagliughi
60a6e30add Moved token unit tests to Catch2 2020-10-24 13:23:02 -04:00
fpagliughi
5224a78d3c Converted message unit test from CppUnit to Catch2 2020-08-23 20:28:35 -04:00
fpagliughi
75e4701a10 Rewrote topic unit tests for Catch2 2020-08-23 17:51:10 -04:00