François Revol
François Revol
Ok, I just rebased, reformating each commit with clang-format. Seems to work as well as the previous code. > Also, considering conky uses C++11, consider using types defined in ``...
Of course CI doesn't like arg names in the methods… pfff
Ok, what could I possibly do without Internet on a christmas day… :shrug: I looked at all the history since I started working on this, and imported manually all the...
Hmm the case where no valid output is found segfaults currently (I asked for only http out but it's built without it): ```terminal $ ./src/conky -c ../data/conky.conf conky: drawing to...
Ok I just rebased over lastest main and the Xft dpi scaling and all of clang-format not able to make up its mind… Please don't make me redo this again....
Seems the CI complains about unused parameters warnings but I don't get them building locally even with `CMAKE_BUILD_TYPE=Debug`… Oh `-DMAINTAINER_MODE=true` ok. Should I put leave them as comments or not?
I ended up leaving the parameter names as comments in the base class header for reference, and removing them in the subclass ones. - fixed debug build - fixed unused...
So, it happens with `-DBUILD_TESTS=true` as well, not only maintainer mode. I suppose it's due to some libs being linked statically instead of dynamically.
Ohh gosh, all this because I use a global for each output to initialize the thing and add it to the list… except since nothing called it from outside the...
Well there are still some rough edges like the crash when no output is enabled, but at least it would bother not only me so someone can fix it before...