aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-01Update docs for 7.1.1 release7.1.1Kristian Evers
2020-08-31docs: Document missing members of PJ_COORDKristian Evers
2020-08-25fix typo in Canary IslandsJavier Jimenez Shaw
2020-08-24Update NEWS for 7.1.1Kristian Evers
2020-08-24Update man-pages from Sphinx-docsKristian Evers
2020-08-24Update ABI numbers for v. 7.1.1Kristian Evers
2020-08-21createObjectsFromName(): add back case insensitivity when comparing names ↵PROJ-BOT
(#2337) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-08-21Helmert: fix regression when rotation terms are 0, but scale is not (#2336)PROJ-BOT
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-08-19Merge pull request #2328 from PROJ-BOT/backport-2327-to-7.1Even Rouault
[Backport 7.1] Revert compiler generated Fused Multiply Addition optimized routines
2020-08-19Revert compiler generated Fused Multiply Addition optimized routinesgithub-actions[bot]
2020-08-13WKT importer: tune for Oracle WKT and 'Lambert Conformal Conic' (#2322)PROJ-BOT
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-08-13cs2cs/cct docs: Align versionadded directives correctly for -d optionKristian Evers
2020-08-11WKT parser: avoid null pointer dereference on corrupted WKTEven Rouault
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24809
2020-08-07ProjectedCRS::identify(): fix to be able to identify EPSG:2154 as a ↵PROJ-BOT
candidate for 'RGF93_Lambert_93' (contributes to fixes https://github.com/qgis/QGIS/issues/32255) (#2316) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-08-06Fix URL for CDN GitHub project (#2314)PROJ-BOT
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-08-06add Canary Islands geoid file in grid_alternatives.sqlJavier Jimenez Shaw
2020-08-03Merge pull request #2310 from rouault/backport_7_1_pr2309Even Rouault
[Backport 7.1] Database: update to EPSG v9.8.15 database
2020-08-03Database: update to EPSG v9.8.15 databasejmckenna
Co-authored-by: jmckenna <jmckenna@gatewaygeomatics.com> Co-authored-by: Javier Jimenez Shaw <j1@jimenezshaw.com> Co-authored-by: Even Rouault <even.rouault@spatialys.com>
2020-07-30PROJ CRS string ingestion: fix typo in identification of projection steps ↵Even Rouault
(fixes #2307)
2020-07-24Merge pull request #2305 from rouault/backport_2304Even Rouault
[Backport 7.1] Helmert 2D: do not require a useless convention= parameter
2020-07-24Helmert 2D: do not require a useless convention= parameterEven Rouault
2020-07-09Merge pull request #2301 from rouault/backport_2300Even Rouault
PROJ string export of +proj=krovak +czech: make sure we export +czech…
2020-07-09PROJ string export of +proj=krovak +czech: make sure we export +czech ↵Even Rouault
instead of +axis=swu (fixes #2299)
2020-07-08Merge pull request #2297 from rouault/backport_2294Even Rouault
[Backport 7.1] CMake build: Check "target_clones" before use
2020-07-08travis/osx/before_install.sh: remove most brew actions and doc buildingEven Rouault
Brew is just to unstable
2020-07-08CMake build: Check "target_clones" before useKai Pastor
gcc's "target_clones" and "ifunc" function attributes rely on extensions to the ELF standard. Using them on MinGW causes "error: the call requires 'ifunc', which is not supported by this target". Amends 5396b72.
2020-07-08Merge pull request #2296 from PROJ-BOT/backport-2295-to-7.1Kristian Evers
[Backport 7.1] travis/osx/before_install.sh: fix related to installing python
2020-07-07travis/osx/before_install.sh: fix related to installing pythongithub-actions[bot]
2020-07-04C API: missing a few SANITIZE_CTX() in entry points (#2293)PROJ-BOT
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-07-03Doc: improve cs2cs doc by mentionning possibility to use EPSG CRS names (#2291)PROJ-BOT
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-07-02Parse '+proj=something_not_latlong +vunits=' without +geoidgrids as a ↵PROJ-BOT
Projected3D CRS and not a compound CRS with a unknown datum (fixes #2287) (#2289) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-07-02Doc: improve cmake instructions (#2286)PROJ-BOT
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-07-02add projsync info (#2284)PROJ-BOT
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-07-02Database: register Brazil' grids (refs ↵PROJ-BOT
https://github.com/OSGeo/PROJ-data/pull/39) (#2282) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-07-02WKT parser: do not raise warning when parsing a WKT2:2015 TIMECRS whose ↵PROJ-BOT
TIMEUNIT is at the CS level, and not inside (#2281) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-07-01news.rst: fix version numberEven Rouault
2020-07-01PROJ 7.1.0 NEWS and release notes: add missing mention of +proj=defmodelEven Rouault
2020-07-01Doc: add alias in pages of transformation methodsEven Rouault
2020-07-01docs/source/conf.py: downgrade version to 7.1.0 as this is used for the live ↵Even Rouault
website
2020-07-01Update version numbersEven Rouault
2020-07-01docs/source/conf.py: change active branchEven Rouault
2020-07-01Post release updates (#2280)PROJ-BOT
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-06-26Update NEWS for 7.0.0RC27.1.0Kristian Evers
2020-06-24Mention new API function deprecationsKristian Evers
2020-06-24ESRI WKT: correctly map 'Goode Homolosine' from ESRI:54052 (resp. 54053) to ↵Even Rouault
'Interrupted Googe Homolosine' (resp. 'Interrupted Googe Homolosine Ocean')
2020-06-24c_api.cpp: code reformatingEven Rouault
2020-06-24BUG: replace assert with returning data associated with errors in c_api.cpp ↵PROJ-BOT
(#2272) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-06-24test_defmodel.cpp: increase comparison tolerance for ARM and MIPS platforms ↵Even Rouault
(fixes #2271)
2020-06-23Update NEWS for 7.1.0 releaseKristian Evers
2020-06-23Update man-pages from Sphinx-docsKristian Evers