Even Rouault
Even Rouault
Cf https://github.com/OSGeo/gdal/pull/5811#pullrequestreview-989588013
Our current test framework is ``tut``, which is quite primitive. We would be much better with catch2 or googletest.
Our current fuzzers rely on hardcoded filenames, which prevent us to detect flaws like https://github.com/OSGeo/gdal/pull/5508. We would need a new specialized fuzzer whose fuzzed content contains both the filename (actually...
When we'll have removed support autoconf and cmake, you should revisit frmts/pdf/CMakeLists.txt and frmts/pdf/pdfsdk_headers.h to use only ${Poppler_INCLUDE_DIRS} (and not ${Poppler_INCLUDE_DIR}/.. and change the #include's to remove the "poppler/" prefix....
The 2, optional, targets it defines are broken: "manpages" and "documents"
spatialite < 4.1.2 is now ancient, and as we have a number of SPATIALITE_412_OR_LATER tests in the code base, it is time to clean that up
It always go through double, and could benefit from vectorization
This fixes warnings that would otherwise be emitted by ``gcc -Wall test.c -c -Iinclude -mavx2 -O2 -mfma -ffp-contract=off" on the below test.c ``` #include #include #include #include #include #include #include...
This is a upstreaming from GDAL's internal libqhull copy: https://github.com/OSGeo/gdal/pull/5037/commits/3c2f7d2aa276d79e7919fbe07aa10227bde29fd3
It has been found that in the default mode of libtiff for JPEG compression, that uses default Huffman tables stored in the JpegTables TIFF tag (more details about that tag...