nojhan
nojhan
What would it take to have unicode support in conky? Replace `char` by `wchar_t` everywhere? Use `std::wstring` instead of `char* buffer`? Is the code using C-style allocations because of Lua?...
Thanks for the review! 3) The e8fd6f0 commit adds the missing free (missed that one, indeed). 2) While I failed to see how the prefixed convention is useful for static...
0.The `strings` array is used for the very same reason that the `values` array is used. AFAI, `values` stores the collected data to be displayed. As `values` is an array...
1. I agree that one "should not abuse values to store anything other than numeric values", that's precisely why I added the strings array in the first place. I'm afraid...
No problem, I'll merge them myself in the meantime.
Yes, it's an historic remaining. I believe the firsts authors planned to only use `` includes in third parties files and I remember that there was problem with includes when...
The EO project have been merged within ParadisEO and is now maintained here. As it's Free Software, anyone can actually modify the (licensed) source code in its own fork. So...
I'm not sure to get this idea correctly, because AFAIK, the headers with templates already embed the code. The only few exceptions are for utility classes that can be pre-compiled...
Thanks. The fix being easy to do, don't you want to make a pull request, so as to be credited? Or do you prefer me to do it on your...
En effet. De toute façon c'est un travail de fond qui nécessite de bien y réfléchir :-) 2013/6/11 Alexandre Quemy [email protected] > Même si le ticket est un peu vieux,...