Even Rouault

Results 1301 comments of Even Rouault

More channels means the same number of people that can answer spread over more channels, so I'm -0 on this

> Use invhypot() do you have a reference to a standard that defines that function? I can hardly find any reference to it. "grep -r invhypot /usr/include" doesn't get any...

nevermind my above comment about invhypot. I missed it was is defined in your code...

See PR #4087 for an alternative implementation

closing as superseded with now merged PR #4087

Submitted https://github.com/readthedocs/addons/issues/402

I've just disabled "Show a notification on non-stable and latest versions" in https://app.readthedocs.org/dashboard/osgeo-proj/addons/edit/ as suggested in https://github.com/readthedocs/addons/issues/402#issuecomment-2407890145. I assume it will take effect only at the next build of the...

I just tested the following: ``` # dnf install clang # echo "#include " > test.cc # clang++ -std=c++17 -c test.cc # g++ -std=c++17 -c test.cc ```

> My dependence on `gdal.pc` is very transient for me, and I've only ever built GDAL via `vcpkg` Please use the GDAL CMake config file. The gdal.pc has never been...