| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-22 | Initial monitor GUI | Joel Klinghed | |
| Basic monitor functionality, GTK-3.0 and QT5 backends | |||
| 2017-07-22 | Fix warnings for GCC as well | Joel Klinghed | |
| 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 | |||
| 2017-02-28 | Initial commit | Joel Klinghed | |
