| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-27 | Merge pull request #1376 from rouault/ossfuzz_13894_follow_up | Kristian Evers | |
| Ossfuzz 13894 follow up | |||
| 2019-03-26 | Merge pull request #1356 from cjmayo/pj_strerrno | Kristian Evers | |
| pj_strerrno: enable system error messages | |||
| 2019-03-26 | omerc inverse: fix division | Even Rouault | |
| Test case https://oss-fuzz.com/testcase-detail/5739351578771456 of https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13894 Credit to OSS Fuzz | |||
| 2019-03-26 | Merge pull request #1369 from rouault/grid_fixes | Even Rouault | |
| Grid related fixes | |||
| 2019-03-25 | lookForGridInfo(): correctly return that a grid is present, if present on ↵ | Even Rouault | |
| the file system, but not in the database | |||
| 2019-03-25 | pj_strerrno: enable system error messages | Chris Mayo | |
| HAVE_STRERROR is defined in proj_config.h. | |||
| 2019-03-25 | Database: add link from RAF18.tac to RAF18.gtx | Even Rouault | |
| 2019-03-25 | Database: add operation_version column to coordinate operation tables | Even Rouault | |
| 2019-03-25 | Database: update to IGNF v3.0.3 | Even Rouault | |
| 2019-03-25 | Database: update to EPSG v9.6.1 | Even Rouault | |
| 2019-03-25 | WKT2_2018: always export ID of SOURCECRS/TARGETCRS and STEPs | Even Rouault | |
| even if there is one on upper node This is a particular logic allowed by paragraph 7.3.3 Identifier of OGC 18-010r6 | |||
| 2019-03-25 | WKT2_2018: always export ID in base crs node, even if there is one on upper node | Even Rouault | |
| This is a particular logic allowed by paragraph 7.3.3 Identifier of OGC 18-010r6 | |||
| 2019-03-25 | WKT2_2018: export ID in base crs node, when there is none on top of upper node | Even Rouault | |
| This is the standard logic, that is now possible since ID is allowed in BASEGEOGCRS and similar node | |||
| 2019-03-25 | test: test exporting ENSEMBLE with ID in MEMBER | Even Rouault | |
| 2019-03-25 | Merge pull request #1360 from rouault/update_parser_to_ogc_18_010r6 | Kristian Evers | |
| WKT2 parser: update to OGC 18-010r6 | |||
| 2019-03-25 | Merge pull request #1359 from rouault/fix_ossfuzz_13892_and_others | Kristian Evers | |
| Fix ossfuzz 13892, 13893, 13894, 13895 | |||
| 2019-03-25 | Merge pull request #1361 from rouault/gtest_1.8.1 | Kristian Evers | |
| Update internal version of googletest to v1.8.1 | |||
| 2019-03-24 | Merge pull request #1358 from rouault/fix_ossfuzz_13891 | Kristian Evers | |
| Fix ossfuzz 13891 | |||
| 2019-03-24 | Update internal version of googletest to v1.8.1 | Even Rouault | |
| This is already what is used by cmake builds | |||
| 2019-03-24 | WKT2 parser: update to OGC 18-010r6 | Even Rouault | |
| - Allow ID[] in base CRS of Derived CRS - Allow VERSION[] in non-conversion coordinate operations - Use VERSION[] to set operationVersion member of CoordinateOperation - Export operationVersion in WKT2:2018 | |||
| 2019-03-24 | Add proj_crs_to_crs_fuzzer | Even Rouault | |
| 2019-03-24 | vandg inverse: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13894 Credit to OSS Fuzz | |||
| 2019-03-24 | tmerc inverse: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13893 Credit to OSS Fuzz | |||
| 2019-03-24 | lcc: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13892 Credit to OSS Fuzz | |||
| 2019-03-24 | urm5: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13891 Credit to OSS Fuzz | |||
| 2019-03-24 | Merge pull request #1355 from kbevers/cs2cs-4d | Kristian Evers | |
| Make cs2cs support 4D coordinates. | |||
| 2019-03-24 | fuzzer: limit input size to avoid useless testing of huge proj strings | Even Rouault | |
| 2019-03-24 | Make cs2cs support 4D coordinates. | Kristian Evers | |
| This is a bit of a hack, 4D coordinates *will* be written to STDOUT but the output format speficied with -f is not respected for the t component, rather it is forward verbatim from the input. Fixes #1354 | |||
| 2019-03-21 | aea: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13827 Credit to OSS Fuzz | |||
| 2019-03-20 | lcc: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12935 Credit to OSS Fuzz | |||
| 2019-03-20 | isea: detect various int overflows and div by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2199 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2241 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2390 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7674 Credit to OSS Fuzz | |||
| 2019-03-20 | ob_tran: detect potential recursion | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12266 Credit to OSS Fuzz | |||
| 2019-03-20 | pj_calc_ellipsoid_params(): reject f=1 | Even Rouault | |
| To avoid division by zero of b. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13830 Credit to OSS Fuzz | |||
| 2019-03-20 | laea: error out if |lat_0|>90 | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13829 Credit to OSS Fuzz | |||
| 2019-03-20 | sterea: prevent division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13790 Credit to OSS Fuzz | |||
| 2019-03-19 | Merge pull request #1330 from mwtoews/cmake | Kristian Evers | |
| Normalize CMake with cmakelint, 2-space indent | |||
| 2019-03-19 | proj_create_crs_to_crs: better deal with coordinates outside of bbox (fixes ↵ | Even Rouault | |
| #1329) In case several coordinate operations are returned for a CRS to CRS transformation, we currently determine the one to use by selecting the first operation whose bounding box contains the input point. This commit adds a fallback case where after doing that first iteration and finding no appropriate candidate, we try again by selecting the first operation available that does not involve grid based transformations. | |||
| 2019-03-19 | Normalize CMake with cmakelint, 2-space indent | Mike Taves | |
| 2019-03-17 | Merge pull request #1326 from rouault/fix_1323 | Kristian Evers | |
| createOperation(): fix geocent <--> nadgrids+geoidgrids case (fixes #1323) | |||
| 2019-03-16 | createOperations(): fix nadgrids -> nadgrids+geoidgrids | Even Rouault | |
| 2019-03-16 | createOperations(): fix nadgrids+geoidgrids -> nadgrids+geoidgrids | Even Rouault | |
| 2019-03-16 | createOperation(): fix geocent <--> nadgrids+geoidgrids case (fixes #1323) | Even Rouault | |
| 2019-03-16 | Helmert: avoid potential division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11893 Credit to OSS Fuzz | |||
| 2019-03-16 | sterea: fix lat_0 = -90 | Even Rouault | |
| A division by zero caused NaN values to be returned. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12062 Credit to OSS Fuzz | |||
| 2019-03-16 | Hammer: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12799 Credit to OSS Fuzz | |||
| 2019-03-16 | ellps_spherification(): detect invalid semi-major axis value | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12909 Credit to OSS Fuzz | |||
| 2019-03-16 | aea: validate |lat_1| and |lat_2| <= 90 | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13028 Credit to OSS Fuzz | |||
| 2019-03-14 | Reject eccentricity values larger than one | Even Rouault | |
| Valid eccentricity should be between 0 (included) or 1 (excluded) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13665 Credit to OSS Fuzz | |||
| 2019-02-26 | builtins.gie: relax toleranc on +proj=tpeqd for netBSD8/g++-5.5/amd64 | Even Rouault | |
| 2019-02-24 | Robinson: fix wrong values for forward path for latitudes >= 87.5 (fixes ↵ | Even Rouault | |
| #1172), and fix inaccurate inverse method | |||
