| Age | Commit message (Collapse) | Author |
|
And improve configure detction for mbedtls by listing other libraries
|
|
QT5 stored in .config/org.the_jk/tp.Monitor.conf on Linux
GTK stored in dconf
|
|
Basic monitor functionality, GTK-3.0 and QT5 backends
|
|
GCC ignores __attribute__((unused)) when compiling C++ code. (Yes, this is true)
GCC -Wmaybe-uninitialized just gives false positives in my experience,
so drop it. However, this exposed a problem with AX_APPEND_COMPILE_FLAGS
and clang. clang gives a warning, but not an error, when given a -Wno-UNKNOWN-FLAG.
So add -Werror as an extra flag to make clang fail on unknown -Wno-UNKNOWN-FLAG
|
|
|
|
|
|
And prepare for other SSL implementations than mbedtls
|
|
|
|
|
|
|