aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/proj4/build.sh
Commit message (Collapse)AuthorAge
* PROJ4: build from root so that data/proj.db is also built (#2260)Gravatar Even Rouault2019-03-24
|
* [proj4] Fix coverage build (#2129)Gravatar Even Rouault2019-02-04
| | | | | | | | Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12891 Shared library builds failed with hidden symbol `atexit' in /usr/lib/x86_64-linux-gnu/libc_nonshared.a(atexit.oS) is referenced by DSO So ./configure --disable-shared
* [proj4] fix coverage builds (#1797)Gravatar Even Rouault2018-09-06
|
* Add proj.4 project (#617)Gravatar Even Rouault2017-05-22
proj.4 is standard UNIX filter function which converts geographic longitude and latitude coordinates into cartesian coordinates (and vice versa), and it is a C API for software developers to include coordinate transformation in their own software. See http://proj4.org/ Note: it is used by the GDAL library, already in OSS-Fuzz.