aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/gdal
Commit message (Collapse)AuthorAge
* [gdal] GDAL: fix build (#2124)Gravatar Even Rouault2019-02-01
| | | | Since yesterday, GDAL requires building against https://github.com/OSGeo/proj.4 master
* [gdal] Add new GDAL contributor (#1021)Gravatar Even Rouault2017-12-05
|
* Add new GDAL contributor to CC list (#955)Gravatar Even Rouault2017-11-05
|
* GDAL: add co-maintainer email (#781)Gravatar Even Rouault2017-08-17
|
* GDAL: enhance exhisting netcdf patch (#688)Gravatar Even Rouault2017-06-23
| | | | | | Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2356 Patch contributed to upstream libnetcdf per https://github.com/Unidata/netcdf-c/pull/427/commits/4779c8278f67964d9dfc6dc13449543fc15226a4
* GDAL: add libcurl dependency (#677)Gravatar Even Rouault2017-06-15
| | | | | | | | | | | | | * GDAL: add libcurl dependency * GDAL: move download of curl and netcdf sources in Dockerfile * GDAL: add patch for libnetcdf This fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2265 Patch submitted in libnetcdf upstream per https://github.com/Unidata/netcdf-c/pull/427
* GDAL: only build libgdal.a, to fix building against hongfuzz engine (#657)Gravatar Even Rouault2017-06-07
|
* GDAL: add a patch to fix a leak in libnetcdf (#653)Gravatar Even Rouault2017-06-07
| | | | | | | https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2129 identified a leak in libnetcdf itself. Patch submitted upstream as https://github.com/Unidata/netcdf-c/pull/415
* [gdal] GDAL: add netCDF dependency (#652)Gravatar Even Rouault2017-06-06
| | | | | | | | | | | | | * GDAL: add netCDF dependency Note that given the way GDAL will use it (see https://trac.osgeo.org/gdal/changeset/38914 ), we won't fuzz netCDF files themselves and test libnetcdf itself. Instead, for the purpose of oss-fuzz, GDAL will use as input a text file (syntax of the ncdump/ncgen utilitis) and will convert it to a (valid) netCDF file on-the-fly. This way we test how the GDAL netCDF driver reacts, instead of potential bug in libnetcdf itself. * GDAL: compile libnetcdf against libhdf5_serial to enable netcdf-4 support
* gdal: add contributor in CC list (#629)Gravatar Even Rouault2017-05-28
|
* GDAL: add more dependencies by using system static libraries (#607)Gravatar Even Rouault2017-05-14
| | | | | Use static versions of Ubuntu -dev libraries. Add: lzma, xerces, webp Use external version of libz, libpng, libgif instead of GDAL internal copies.
* gdal: add sqlite3 and expat dependencies (#605)Gravatar Even Rouault2017-05-13
|
* Update project.yamlGravatar Abhishek Arya2017-05-12
|
* Add gdal project (#589)Gravatar Even Rouault2017-05-11
Extract from http://gdal.org/ : GDAL is a translator library for raster and vector geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single raster abstract data model and single vector abstract data model to the calling application for all supported formats. It also comes with a variety of useful command line utilities for data translation and processing GDAL upstream ticket: https://trac.osgeo.org/gdal/ticket/6883