Roman Ondráček

Results 9 issues of Roman Ondráček

Signed-off-by: Roman Ondráček

Add information about authors, examples and version to @PlatformIO Library Registry manifest file. Signed-off-by: Roman3349 [email protected]

Fixes format of man1 manpages. Format issues were reported by lintian during packaging for Debian-based distributions: ``` W: paho.mqtt.c-examples: groff-message troff::105: warning: cannot select font 'p' [usr/share/man/man1/paho_c_sub.1L.gz:1] N: N: A...

**Describe the bug** Since C23 `bool` is keyword, so `typedef unsigned int bool;` causes compilation error. This is used in https://github.com/eclipse-paho/paho.mqtt.c/blob/2150ba29d9df24ad1733c460eb099f292af84ee5/src/MQTTPacket.h#L31 **To Reproduce** 1. Compile the library with GCC15 **Expected...

This pull request fixes a build error on systems running the GNU Hurd kernel - for example, Debian GNU/Hurd. Example of failed build: https://buildd.debian.org/status/package.php?p=paho.mqtt.c