You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/client
Kai Buschulte 71456077ad Introduce a common-options cmake target
this makes it possible to explicitly share compile options, without
using the `add_definition` function. This function declares options for
the current directory and below (in our case also for `deps`).

Adding -Wall, -Wconversion and -Wextra to at least make compiler
warnings visible for the cmake build.

Signed-off-by: Kai Buschulte <kai.buschulte@cedalo.com>
3 years ago
..
CMakeLists.txt Introduce a common-options cmake target 3 years ago
Makefile Use path vars in Makefiles. 4 years ago
args.txt mosquitto_sub `--watch` can now be called as `-w`. 4 years ago
client_props.c Bump copyrights. 4 years ago
client_shared.c mosquitto_sub: add support to print floats 3 years ago
client_shared.h Bump copyrights. 4 years ago
pub_client.c Bump copyrights. 4 years ago
pub_shared.c Bump copyrights. 4 years ago
pub_shared.h Bump copyrights. 4 years ago
pub_test_properties Helper test scripts for client properties. 7 years ago
rr_client.c Fix `-f` and `-s` options in mosquitto_rr. 3 years ago
sub_client.c Bump copyrights. 4 years ago
sub_client_output.c Fix Coverity 1488816, use of uninitialised value. 3 years ago
sub_client_output.h Bump copyrights. 4 years ago
sub_test_fixed_width mosquitto_sub now supports extra format specifiers. 5 years ago
sub_test_properties Helper test scripts for client properties. 7 years ago