| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-17 | 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-17 | 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-17 | 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-17 | 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-17 | 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-16 | Use 1st eccentricity instead of 2nd eccentricity | Kristian Evers | |
| By mistake the second eccentricity was used in a few places in the Molodensky transform. According to the literature the first eccentricity should always be used in the eccentricity. This only affects the output slightly. Reported test coordinates differed by less than a millimeter. Fixes #1321 | |||
| 2019-03-16 | Run scripts/reformat_cpp.sh | Even Rouault | |
| 2019-03-16 | Fix doc generation with Breathe 4.12.0 | Even Rouault | |
| Breathe 4.12.0 (as pulled by MacOSX builds such as https://travis-ci.com/OSGeo/proj.4/jobs/185395222) does not seem to like default initialization in documented C++ structs (regression/bug) /Users/travis/build/OSGeo/proj.4/docs/source/development/reference/cpp/io.rst:6:Parsing of expression failed. Using fallback parser. Error was: Error in postfix expression, expected primary expression or type. If primary expression: Invalid definition: Expected identifier in nested name. [error at 67] std::string osgeo::proj::io::AuthorityFactory::CRSInfo::authName = {} -------------------------------------------------------------------^ If type: Invalid definition: Expected identifier in nested name. [error at 67] std::string osgeo::proj::io::AuthorityFactory::CRSInfo::authName = {} -------------------------------------------------------------------^ | |||
| 2019-03-15 | Molodensky: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13069 Credit to OSS Fuzz | |||
| 2019-03-15 | 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-03-14 | Doc: State that +n is a required for param for urm5 | Kristian Evers | |
| 2019-03-12 | Fix cross-compilation detection | Sean Warren | |
| 2019-03-11 | Doc: fix typo in ob_tran | Even Rouault | |
| 2019-03-06 | Make gie return non-zero exit code when file can't be opened | Kristian Evers | |
| 2019-03-03 | Further corrections to BibTeX | Mike Taves | |
| - Use names as published - Change Tobler2017 -> Tobler2018 - Change EPSGGuidanceNumber7Part2 -> IOGP2018 | |||
| 2019-03-03 | Configure bibstyle to abbreviate names | Mike Taves | |
| 2019-03-03 | Sphinxify formatting of recent news entry | Kristian Evers | |
| 2019-03-01 | Reformat to avoid error on PDF generation (fixes #1304) | Even Rouault | |
| 2019-03-01 | Doc: fix various warnings/errors raised by Sphinx | Even Rouault | |
| 2019-03-01 | Minor doc edits | Dan Baston | |
| 2019-03-01 | Fix typos in docs/source/news.rst | Kristian Evers | |
| 2019-03-01 | Update docs and travis for 6.0.0 release | Kristian Evers | |
| 2019-03-01 | Merge branch '6.0' of https://github.com/OSGeo/proj.4 into 6.0 | Kristian Evers | |
| 2019-03-01 | Merge branch 'master' into 6.0 | Even Rouault | |
| 2019-03-01 | Merge pull request #1302 from rouault/rename_to_iso19111_2019 | Even Rouault | |
| Doc: rename to ISO-19111:2019 | |||
| 2019-03-01 | Doc: rename to ISO-19111:2019 | Even Rouault | |
| And publish link to corresponding promoted and public OGC doc: http://docs.opengeospatial.org/as/18-005r4/18-005r4.html | |||
| 2019-02-28 | Merge pull request #1300 from mwtoews/docs | Kristian Evers | |
| Miscellaneous documentation fixes | |||
| 2019-02-28 | Miscellaneous documentation fixes | Mike Taves | |
| - Corrections to BibTeX references, normalise format with JabRef - Typos in projinfo - Simplify update CITATION step | |||
| 2019-02-27 | Fix default context fallback in proj_log_func. | Elliott Sales de Andrade | |
| 2019-02-27 | Fix null dereference warning. | Elliott Sales de Andrade | |
| Counter-intuitively, this means removing checks for nullptr. The compiler sees these checks and thinks the one remaining dereference is missing a check. However, since pj_get_default_ctx cannot return nullptr, these tests are redundant. | |||
| 2019-02-27 | Travis/Appveyor: use proj-datumgrid-1.8 | Even Rouault | |
| 2019-02-27 | Merge pull request #1298 from QuLogic/fix-default-ctx | Even Rouault | |
| Fix a couple issues with default context fallback | |||
| 2019-02-27 | Merge pull request #1297 from rouault/use_grid_18_in_ci | Even Rouault | |
| Travis/Appveyor: use proj-datumgrid-1.8 | |||
| 2019-02-27 | Fix default context fallback in proj_log_func. | Elliott Sales de Andrade | |
| 2019-02-27 | Fix null dereference warning. | Elliott Sales de Andrade | |
| Counter-intuitively, this means removing checks for nullptr. The compiler sees these checks and thinks the one remaining dereference is missing a check. However, since pj_get_default_ctx cannot return nullptr, these tests are redundant. | |||
| 2019-02-27 | Travis/Appveyor: use proj-datumgrid-1.8 | Even Rouault | |
| 2019-02-27 | data/Makefile.am: remove trailing whitespace to suppress autogen.sh warning | Even Rouault | |
| 2019-02-27 | configure.ac: replace '==' by '=' to avoid Bashism (patch by Greg Troxel) | Even Rouault | |
| 2019-02-27 | Merge pull request #1295 from rouault/configure_remove_bashism | Even Rouault | |
| configure.ac: replace '==' by '=' to avoid Bashism (patch by Greg Troxel) | |||
| 2019-02-27 | data/Makefile.am: remove trailing whitespace to suppress autogen.sh warning | Even Rouault | |
| 2019-02-27 | configure.ac: replace '==' by '=' to avoid Bashism (patch by Greg Troxel) | Even Rouault | |
| 2019-02-26 | Fix build issues on Solaris6.0.0 | Even Rouault | |
| 2019-02-26 | data/Makefile.am: fix to avoid issue on Solaris | Even Rouault | |
| 2019-02-26 | Rename internal constant to avoid conflict with macro in Solaris system headers | Even Rouault | |
| 2019-02-26 | io.cpp: cast to 'unsigned char' before isspace() to avoid undefined ↵ | Even Rouault | |
| behaviour, for example on netBSD 8 | |||
| 2019-02-26 | builtins.gie: relax toleranc on +proj=tpeqd for netBSD8/g++-5.5/amd64 | Even Rouault | |
| 2019-02-26 | mutex.cpp: remove _XOPEN_SOURCE definition that causes compilation problem ↵ | Even Rouault | |
| on netBSD 8 and is useless on Linux | |||
| 2019-02-26 | Merge remote-tracking branch 'osgeo/master' into 6.0 | Kristian Evers | |
| 2019-02-26 | Merge pull request #1293 from rouault/fix_netbsd8_compilation | Kristian Evers | |
| mutex.cpp: remove _XOPEN_SOURCE definition that causes compilation problem on netBSD 8 and is useless on Linux | |||
| 2019-02-26 | Fix build issues on Solaris | Even Rouault | |
