Andrea Pappacoda

Results 301 comments of Andrea Pappacoda

This would make it look like CMake is officially supported, even if it's not. If the files get moved, maybe it would make sense to add a warning in the...

> If user wants to access c++14/17/20 features, it is up to him to define cxx_std_ on his target. Unfortunately it is not that simple. If you compile libdate-tz in...

> Can we compile both sets of functions somehow to produce libraries with string_view and string? Yes, it should be possible. But even then, the C++ version has to be...

Same issue here! $ ~/go/bin/dt -scan -resolver 127.0.0.53 pappacoda.it using 127.0.0.53 as resolver NS |IP |LOC |ASN |ISP |rtt |Serial rory.ns.cloudflare.com. |162.159.44.166 |US |AS13335 |CLOUDFLARENET, US |error |error |error |...

Yeah, that's the direct Qt abstraction. It has been added in Qt 6.7 though, and wasn't available when I submitted my suggestion.

Il giorno dom 5 feb 2023 alle 13:57:08 -08:00:00, Willy Scheibel ***@***.***> ha scritto: > Maybe we can and should go even higher. > CMake has had a lot of...

Il giorno ven 19 mag 2023 alle 04:59:35 -07:00:00, aiyolo ***@***.***> ha scritto: > I think we can create different branches for different CMake > versions. This approach allows users...

According to , CMake 3.27 will begin issuing deprecation warning if projects declare a `cmake_minimum_required()` version lower than 3.5. This is a clear indication from the CMake devs that yes,...

As far as I know `sudo` also preserves (only) the `LANG` env var, and that's enough in most cases. If a user has a non-default set of `LC_*` variables than...