| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-01 | Disable weebsite publication for 7.1 branch7.1 | Kristian Evers | |
| 2020-10-18 | Document the default poder_engsager algorithm for tmerc. (#2379) | Charles Karney | |
| * Document the default poder_engsager algorithm for tmerc. * Give exact expression for phi' in terms of phi * Aadd another datapoint on range of applicability + explanation for complex numbers. * Update tmerc figure with one reflecting poder/engsager algo. Courtesy of @hobu. Co-authored-by: Charles Karney <charles.karney@sri.com> | |||
| 2020-09-17 | projjson.schema.json: indicate v0.2.1 (refs #2354) | Even Rouault | |
| 2020-09-17 | projjson.schema.json: update to reflect that prime_meridian.longitude can ↵ | Even Rouault | |
| just be a number, in which case the unit is implicitly degrees (fixes #2354) | |||
| 2020-09-04 | DOC: Fix reference to proj_get_codes_from_database in ↵ | PROJ-BOT | |
| proj_get_crs_info_list_from_database docstring (#2346) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||
| 2020-09-02 | Doc: document members of C structures generated from Doxygen | Even Rouault | |
| 2020-09-01 | Update docs for 7.1.1 release7.1.1 | Kristian Evers | |
| 2020-08-31 | docs: Document missing members of PJ_COORD | Kristian Evers | |
| 2020-08-25 | fix typo in Canary Islands | Javier Jimenez Shaw | |
| 2020-08-24 | Update NEWS for 7.1.1 | Kristian Evers | |
| 2020-08-24 | Update man-pages from Sphinx-docs | Kristian Evers | |
| 2020-08-24 | Update ABI numbers for v. 7.1.1 | Kristian Evers | |
| 2020-08-21 | createObjectsFromName(): 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-21 | Helmert: 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-19 | Merge pull request #2328 from PROJ-BOT/backport-2327-to-7.1 | Even Rouault | |
| [Backport 7.1] Revert compiler generated Fused Multiply Addition optimized routines | |||
| 2020-08-19 | Revert compiler generated Fused Multiply Addition optimized routines | github-actions[bot] | |
| 2020-08-13 | WKT 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-13 | cs2cs/cct docs: Align versionadded directives correctly for -d option | Kristian Evers | |
| 2020-08-11 | WKT parser: avoid null pointer dereference on corrupted WKT | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24809 | |||
| 2020-08-07 | ProjectedCRS::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-06 | Fix URL for CDN GitHub project (#2314) | PROJ-BOT | |
| Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||
| 2020-08-06 | add Canary Islands geoid file in grid_alternatives.sql | Javier Jimenez Shaw | |
| 2020-08-03 | Merge pull request #2310 from rouault/backport_7_1_pr2309 | Even Rouault | |
| [Backport 7.1] Database: update to EPSG v9.8.15 database | |||
| 2020-08-03 | Database: update to EPSG v9.8.15 database | jmckenna | |
| 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-30 | PROJ CRS string ingestion: fix typo in identification of projection steps ↵ | Even Rouault | |
| (fixes #2307) | |||
| 2020-07-24 | Merge pull request #2305 from rouault/backport_2304 | Even Rouault | |
| [Backport 7.1] Helmert 2D: do not require a useless convention= parameter | |||
| 2020-07-24 | Helmert 2D: do not require a useless convention= parameter | Even Rouault | |
| 2020-07-09 | Merge pull request #2301 from rouault/backport_2300 | Even Rouault | |
| PROJ string export of +proj=krovak +czech: make sure we export +czech… | |||
| 2020-07-09 | PROJ string export of +proj=krovak +czech: make sure we export +czech ↵ | Even Rouault | |
| instead of +axis=swu (fixes #2299) | |||
| 2020-07-08 | Merge pull request #2297 from rouault/backport_2294 | Even Rouault | |
| [Backport 7.1] CMake build: Check "target_clones" before use | |||
| 2020-07-08 | travis/osx/before_install.sh: remove most brew actions and doc building | Even Rouault | |
| Brew is just to unstable | |||
| 2020-07-08 | CMake build: Check "target_clones" before use | Kai 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-08 | Merge pull request #2296 from PROJ-BOT/backport-2295-to-7.1 | Kristian Evers | |
| [Backport 7.1] travis/osx/before_install.sh: fix related to installing python | |||
| 2020-07-07 | travis/osx/before_install.sh: fix related to installing python | github-actions[bot] | |
| 2020-07-04 | C 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-03 | Doc: 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-02 | Parse '+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-02 | Doc: improve cmake instructions (#2286) | PROJ-BOT | |
| Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||
| 2020-07-02 | add projsync info (#2284) | PROJ-BOT | |
| Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||
| 2020-07-02 | Database: 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-02 | WKT 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-01 | news.rst: fix version number | Even Rouault | |
| 2020-07-01 | PROJ 7.1.0 NEWS and release notes: add missing mention of +proj=defmodel | Even Rouault | |
| 2020-07-01 | Doc: add alias in pages of transformation methods | Even Rouault | |
| 2020-07-01 | docs/source/conf.py: downgrade version to 7.1.0 as this is used for the live ↵ | Even Rouault | |
| website | |||
| 2020-07-01 | Update version numbers | Even Rouault | |
| 2020-07-01 | docs/source/conf.py: change active branch | Even Rouault | |
| 2020-07-01 | Post release updates (#2280) | PROJ-BOT | |
| Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||
| 2020-06-26 | Update NEWS for 7.0.0RC27.1.0 | Kristian Evers | |
| 2020-06-24 | Mention new API function deprecations | Kristian Evers | |
