found 7zip in C:\Program Files\7-Zip\7z.exe set PATH=E:\buildsystem\release-1916-x64\bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft SDKs\TypeScript\3.1;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\\MSBuild\15.0\bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ActiveTcl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\7-Zip;C:\php;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Users\szekeres\AppData\Local\Microsoft\WindowsApps;C:\Users\szekeres\.dotnet\tools;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja git config --global core.autocrlf false if not exist src\mapserver-vc15x64 git clone -b main https://github.com/mapserver/mapserver.git src\mapserver-vc15x64 cd src\mapserver-vc15x64 git reset --hard HEAD HEAD is now at 0cb56232d Merge pull request #7062 from rouault/fix_7061 git fetch git checkout main Your branch is up to date with 'origin/main'. git pull origin main Already up to date. git reset --hard HEAD HEAD is now at 0cb56232d Merge pull request #7062 from rouault/fix_7061 git log --pretty=format:%H -n 1 > E:\buildsystem\release-1916-x64\doc\ms_revision.txt type E:\buildsystem\release-1916-x64\doc\ms_revision.txt 0cb56232d4ca0e64d747efa1db602ff08e0ea42f cd E:\buildsystem git config --global core.autocrlf false if not exist src\gdal-vc15x64 git clone -b master https://github.com/OSGeo/gdal.git src\gdal-vc15x64 cd src\gdal-vc15x64 git reset --hard HEAD HEAD is now at 5394ddfd49 autotest: Add a VSIFile wrapper class (#8222) git fetch git checkout master Your branch is behind 'origin/master' by 78 commits, and can be fast-forwarded. (use "git pull" to update your local branch) git pull origin master Updating 5394ddfd49..bf0c17df39 Fast-forward cmake/helpers/GdalDriverHelper.cmake | 41 ++++++++++++++- .../development/rfc/rfc49_curve_geometries.rst | 2 +- .../rfc/rfc96_deferred_plugin_loading.rst | 60 ++++++++++++++++++++++ doc/source/drivers/vector/csv.rst | 2 +- doc/source/drivers/vector/libkml.rst | 28 +++++++--- doc/source/programs/gdal_contour.rst | 2 +- doc/source/programs/gdal_create.rst | 6 ++- doc/source/programs/gdal_footprint.rst | 6 +-- doc/source/programs/gdal_grid.rst | 4 +- doc/source/programs/gdal_merge.rst | 2 +- doc/source/programs/ogr2ogr.rst | 12 ++++- doc/source/user/configoptions.rst | 4 +- doc/source/user/multithreading.rst | 12 ++++- docker/ubuntu-full/Dockerfile | 2 +- frmts/basisu_ktx2/CMakeLists.txt | 3 +- frmts/basisu_ktx2/basisudrivercore.h | 8 ++- frmts/basisu_ktx2/ktx2drivercore.h | 8 ++- frmts/dds/CMakeLists.txt | 3 +- frmts/dds/ddsdrivercore.h | 8 ++- frmts/ecw/CMakeLists.txt | 3 +- frmts/ecw/ecwdrivercore.h | 16 ++++-- frmts/exr/CMakeLists.txt | 3 +- frmts/exr/exrdrivercore.h | 8 ++- frmts/fits/CMakeLists.txt | 3 +- frmts/fits/fitsdrivercore.h | 8 ++- frmts/georaster/CMakeLists.txt | 3 +- frmts/georaster/georasterdrivercore.h | 8 ++- frmts/gif/CMakeLists.txt | 3 +- frmts/gif/gifdrivercore.h | 12 +++-- frmts/grib/CMakeLists.txt | 3 +- frmts/grib/gribdrivercore.h | 8 ++- frmts/gta/CMakeLists.txt | 3 +- frmts/gta/gtadrivercore.h | 9 +++- frmts/hdf4/CMakeLists.txt | 3 +- frmts/hdf4/hdf4drivercore.h | 18 +++++-- frmts/hdf5/CMakeLists.txt | 3 +- frmts/hdf5/hdf5drivercore.h | 43 +++++++++++----- frmts/heif/CMakeLists.txt | 3 +- frmts/heif/heifdrivercore.h | 9 +++- frmts/jp2kak/CMakeLists.txt | 3 +- frmts/jp2kak/jp2kakdrivercore.h | 8 ++- frmts/jp2lura/CMakeLists.txt | 3 +- frmts/jp2lura/jp2luradrivercore.h | 8 ++- frmts/jpeg/CMakeLists.txt | 1 + frmts/jpeg/jpegdrivercore.h | 11 ++-- frmts/jpegxl/CMakeLists.txt | 3 +- frmts/jpegxl/jpegxldrivercore.h | 8 ++- frmts/jpipkak/CMakeLists.txt | 3 +- frmts/jpipkak/jpipkakdrivercore.h | 5 +- frmts/kea/CMakeLists.txt | 3 +- frmts/kea/keadrivercore.h | 8 ++- frmts/mrf/CMakeLists.txt | 1 + frmts/mrf/mrfdrivercore.h | 8 ++- frmts/mrsid/CMakeLists.txt | 3 +- frmts/mrsid/mrsiddrivercore.h | 15 ++++-- frmts/msg/CMakeLists.txt | 3 +- frmts/msg/msgdrivercore.h | 5 +- frmts/netcdf/CMakeLists.txt | 10 +++- frmts/netcdf/netcdfdrivercore.cpp | 19 +++++-- frmts/netcdf/netcdfdrivercore.h | 9 ++-- frmts/nitf/CMakeLists.txt | 1 + frmts/nitf/nitfdrivercore.h | 8 ++- frmts/openjpeg/CMakeLists.txt | 3 +- frmts/openjpeg/openjpegdrivercore.h | 5 +- frmts/pcidsk/CMakeLists.txt | 3 +- frmts/pcidsk/pcidskdrivercore.h | 8 ++- frmts/pcraster/CMakeLists.txt | 3 +- frmts/pcraster/pcrasterdrivercore.h | 8 ++- frmts/pdf/CMakeLists.txt | 3 +- frmts/pdf/pdfdrivercore.h | 11 ++-- frmts/pds/CMakeLists.txt | 1 + frmts/pds/pdsdrivercore.h | 47 ++++++++++++----- frmts/png/CMakeLists.txt | 3 +- frmts/png/pngdrivercore.h | 8 ++- frmts/postgisraster/CMakeLists.txt | 3 +- frmts/postgisraster/postgisrasterdrivercore.h | 13 +++-- frmts/rasterlite/CMakeLists.txt | 3 +- frmts/rasterlite/rasterlitedrivercore.h | 8 ++- frmts/tiledb/CMakeLists.txt | 3 +- frmts/tiledb/tiledbdrivercore.h | 5 +- frmts/wcs/CMakeLists.txt | 3 +- frmts/wcs/wcsdrivercore.h | 8 ++- frmts/webp/CMakeLists.txt | 3 +- frmts/webp/webpdrivercore.h | 8 ++- frmts/wms/CMakeLists.txt | 3 +- frmts/wms/wmsdrivercore.h | 8 ++- frmts/wmts/CMakeLists.txt | 3 +- frmts/wmts/wmtsdrivercore.h | 8 ++- frmts/zarr/CMakeLists.txt | 3 +- frmts/zarr/zarrdrivercore.h | 8 ++- gcore/gdal_priv.h | 9 ++++ ogr/ogrsf_frmts/arrow/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/arrow/ogrfeatherdrivercore.h | 12 +++-- ogr/ogrsf_frmts/cad/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/cad/ogrcaddrivercore.h | 5 +- ogr/ogrsf_frmts/carto/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/carto/ogrcartodrivercore.h | 8 ++- ogr/ogrsf_frmts/dwg/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/dwg/ogrdgnv8drivercore.h | 8 ++- ogr/ogrsf_frmts/dwg/ogrdwgdrivercore.h | 8 ++- ogr/ogrsf_frmts/elastic/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/elastic/ogrelasticdrivercore.h | 9 +++- ogr/ogrsf_frmts/filegdb/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/filegdb/FGdbDriverCore.h | 11 ++-- ogr/ogrsf_frmts/gmlas/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/gmlas/ogrgmlasdrivercore.h | 8 ++- ogr/ogrsf_frmts/hana/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/hana/ogrhanadrivercore.h | 16 ++++-- ogr/ogrsf_frmts/idb/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/idb/ogridbdrivercore.h | 8 ++- ogr/ogrsf_frmts/libkml/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/libkml/ogrlibkmldrivercore.h | 8 ++- ogr/ogrsf_frmts/miramon/mm_wrlayr.c | 2 + ogr/ogrsf_frmts/mitab/mitab_tabview.cpp | 2 + ogr/ogrsf_frmts/mongodbv3/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/mongodbv3/ogrmongodbv3drivercore.h | 9 +++- ogr/ogrsf_frmts/mssqlspatial/CMakeLists.txt | 3 +- .../mssqlspatial/ogrmssqlspatialdrivercore.h | 9 +++- ogr/ogrsf_frmts/mysql/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/mysql/ogrmysqldrivercore.h | 8 ++- ogr/ogrsf_frmts/oci/CMakeLists.txt | 2 +- ogr/ogrsf_frmts/oci/ogrocidrivercore.h | 8 ++- ogr/ogrsf_frmts/odbc/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/odbc/ogrodbcdrivercore.h | 13 +++-- ogr/ogrsf_frmts/ogdi/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/ogdi/ogrogdidrivercore.h | 5 +- ogr/ogrsf_frmts/openfilegdb/CMakeLists.txt | 3 +- .../openfilegdb/ogropenfilegdbdrivercore.h | 11 ++-- ogr/ogrsf_frmts/parquet/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/parquet/ogrparquetdrivercore.h | 8 ++- ogr/ogrsf_frmts/pg/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/pg/ogrpgdrivercore.h | 8 ++- ogr/ogrsf_frmts/plscenes/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/plscenes/ogrplscenesdrivercore.h | 8 ++- ogr/ogrsf_frmts/sosi/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/sosi/ogrsosidrivercore.h | 8 ++- ogr/ogrsf_frmts/vfk/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/vfk/ogrvfkdrivercore.h | 8 ++- ogr/ogrsf_frmts/xls/CMakeLists.txt | 3 +- ogr/ogrsf_frmts/xls/ogrxlsdrivercore.h | 5 +- 140 files changed, 771 insertions(+), 240 deletions(-) git reset --hard HEAD HEAD is now at bf0c17df39 TABView::OpenForRead(): avoid potential double-free git log --pretty=format:%H -n 1 > E:\buildsystem\release-1916-x64\doc\gdal_revision.txt type E:\buildsystem\release-1916-x64\doc\gdal_revision.txt bf0c17df39813c9b7279720e9467ce95f40d8f82 cd E:\buildsystem set PATH=E:\buildsystem\release-1916-x64\bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft SDKs\TypeScript\3.1;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\\MSBuild\15.0\bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ActiveTcl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\7-Zip;C:\php;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Users\szekeres\AppData\Local\Microsoft\WindowsApps;C:\Users\szekeres\.dotnet\tools;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja git config --global core.autocrlf false if not exist src\mapcache-vc15x64 git clone -b main https://github.com/MapServer/mapcache.git src\mapcache-vc15x64 cd src\mapcache-vc15x64 git reset --hard HEAD HEAD is now at 0b40f71 Update S3 cache to read AWS_SESSION_TOKEN env var if present (#339) git fetch git checkout main Your branch is up to date with 'origin/main'. git pull origin main Already up to date. git log --pretty=format:%H -n 1 > E:\buildsystem\release-1916-x64\doc\mapcache_revision.txt type E:\buildsystem\release-1916-x64\doc\mapcache_revision.txt 0b40f71e56b7959ba8bf2728e15c245d34baab9c cd E:\buildsystem