Commit Graph

9 Commits (master)

Author SHA1 Message Date
Eric Blankenhorn 8934a70bb4 Fix configure warnings 2023-04-21 10:49:33 -05:00
Lealem Amedie d0270479c0 Fix for --with-libwolfssl-prefix config option 2022-10-10 13:55:59 -07:00
David Garske d1d5193170 Added new `--enable-debug=trace` support to provide function/line for error codes and reduced verbosity in non-blocking mode. 2021-12-29 15:09:19 -08:00
David Garske 5c26527bcd Sync automake fixes from wolfSSL to wolfMQTT. 2020-04-10 09:54:41 -07:00
David Garske 25d01bf4e2 Improved fix for resolving issue with `./configure CFLAGS=""` syntax. Fix to hush ar warning (adds the "U" option to the ar flags if the version of ar supports it). 2018-05-22 16:20:44 -07:00
David Garske c81de86d7b Fix to enable inclusion of wolfSSL generated `options.h` for the wolfssl library detection. 2018-05-21 12:12:43 -07:00
David Garske 06a212a0a8 Fix for `./configure --enable-debug=verbose` to also set the debug flags. 2018-05-21 11:59:37 -07:00
David Garske ce646a77f0 Update autoconf M4:
* Update several of the macro files paralleling wolfSSL's m4 files.
* Force the `AR_FLAGS` to be `cr` in `configure.ac`.
* Add the `-Xcompiler` flag ahead of `-Qunused-arguments` for `-pthreads`.
2018-05-21 11:53:41 -07:00
David Garske a3955b5427 Initial version 0.1 release of the WolfMQTT Client library with TLS and QoS level 2 support. See "README.md" for documentation. See "examples/mqttclient" for a sample implementation. See "src/mqtt_client.h" for library public API reference in Doxygen style. 2015-10-26 16:20:03 -07:00