| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-25 | Upgrade testing from trusty to xenial, and also: | Mike Taves | |
| * From openjdk-7 via apt to openjdk-11 via Travis CI xenial's $JAVA_HOME * From mingw 4.8 -> 5.3, as supported by xenial * clang+llvm for csa kept at version 6.0.0, but for ubuntu-16.04 * Furthermore xenial implicitly has many upgrades, specifically: - gcc 4.8.4 -> 5.4.0 - clang 4.0.0 -> 5.0.0 - cmake 3.9.2 -> 3.12.4 - python 3.4.3 -> 3.5.2 * cppcheck version kept at 1.61 (for trusty) due to many false positives with version 1.72 (for xenial) * Community code contribution documentation simplified to remove version of cppcheck, as this may outdated with updates to scripts | |||
| 2019-09-25 | Rearrange Travis CI scripts to be more modular | Mike Taves | |
| * Split global before_install for apt and pip * Use -qq option for apt-get, which implies -y * Use list of targets with apt-get rather than one-per-line * Use local variables for mingw32/install.sh * Show version info for cppcheck, pip and python * Simplify clang+llvm-6 path | |||
| 2019-09-23 | Document the autopromotion to 3D when mix of 2D/3D CRS in ↵ | Even Rouault | |
| createOperations(), and test it (fixes #1623) | |||
| 2019-09-17 | Update link to Austrian grid files. Fixes #1546 | Kristian Evers | |
| 2019-09-16 | Merge pull request #1582 from rschmunk/patch-1 | Kristian Evers | |
| Debug Bertin1953 | |||
| 2019-09-16 | Update doc image for bertin1953 | Kristian Evers | |
| 2019-09-15 | Doc: add a section to document backward incompatibilies regarding the ↵ | Even Rouault | |
| support of +init=epsg:XXXX syntax (relates to #1597) | |||
| 2019-09-13 | Merge pull request #1603 from dg0yt/migration | Even Rouault | |
| Improve migration code examples | |||
| 2019-09-12 | Improve migration code examples | Kai Pastor | |
| 2019-09-11 | Merge pull request #1596 from rouault/promote_to_3d | Even Rouault | |
| API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and proj_crs_create_projected_3D_crs_from_2D() (fixes #1587) | |||
| 2019-09-11 | API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and ↵ | Even Rouault | |
| proj_crs_create_projected_3D_crs_from_2D() (fixes #1587) Also add a --3d switch to projinfo | |||
| 2019-09-11 | Make migration code examples compile | Kai Pastor | |
| 2019-09-08 | Merge pull request #1585 from rouault/replace_2018_by_2019 | Kristian Evers | |
| Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1578) | |||
| 2019-09-08 | Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518) | Even Rouault | |
| - C API: PJ_GUESSED_WKT2_2019 is added, PJ_GUESSED_WKT2_2018 aliased to it - C API: PJ_WKT2_2019[_SIMPLIFIED] is added, PJ_WKT2_2018[_SIMPLIFIED] alias to it - C++ API: similarly for WKTFormatter::Convention::WKT2_2019[_SIMPLIFIED] Those above changes should be fully backward API and ABI compatible. projinfo changes: - accept WKT2_2019 as value for -o switch. WKT2_2018 is still accepted (undocumented) - output now uses 'WKT2_2019 string:', so might break scripts that would rely on that. Other internal code references to WKT2_2018 changes to WKT2_2019, included in tests. | |||
| 2019-09-05 | Add link to Rust bindings | Stephan Hügel | |
| 2019-09-01 | Update download links in the docs | Kristian Evers | |
| 2019-09-01 | Add release notes for 6.2.0 to website | Kristian Evers | |
| 2019-09-01 | Update version numbers in preparation for 7.0.0 | Kristian Evers | |
| 2019-08-27 | Merge remote-tracking branch 'osgeo/master'6.2.0 | Kristian Evers | |
| 2019-08-26 | Add a proj_cleanup() function to free global resources, typically at process ↵ | Even Rouault | |
| termination | |||
| 2019-08-26 | Update API numbers in preparation for 6.2.0 release | Kristian Evers | |
| 2019-08-24 | Add osgeo community logo, part of incubation (#1568) | Michael D. Smith | |
| 2019-08-23 | Add proj_create_crs_to_crs_from_pj() | Even Rouault | |
| I've been frustrated a number of times with proj_create_crs_to_crs() not accepting a PJ* object for the source and target CRS. And thus constraining to go back to WKT2 in a artificial way. | |||
| 2019-08-17 | PROJJSON: rename file as projjson.schema.json, and add versionning to it and ↵ | Even Rouault | |
| to exported PROJJSON strings | |||
| 2019-08-09 | projinfo: document PROJJSON output, and add single-line output capability | Even Rouault | |
| 2019-07-01 | docs: Fix malformed link in news.rst | Kristian Evers | |
| 2019-07-01 | Fix release date for 6.1.1 | Kristian Evers | |
| 2019-07-01 | Update website for 6.1.1 release | Kristian Evers | |
| 2019-06-21 | Use HTTPS URLs for download.osgeo.org | Paul Menzel | |
| Change all occurrences with the command below. git grep -l http://download.osgeo.org/ | xargs sed -i 's,http://download.osgeo.org/,https://download.osgeo.org/,g' Fixes: https://github.com/OSGeo/PROJ/issues/1521 | |||
| 2019-06-06 | createFromUserInput(): support OGC URN to create projectedCRS, for example ↵ | Even Rouault | |
| to instanciate a projected 3D CRS | |||
| 2019-06-05 | Update GitHub references: proj.4 -> PROJ | Mike Taves | |
| 2019-06-01 | Merge pull request #1496 from mwtoews/rename | Even Rouault | |
| Update website: proj4.org -> proj.org | |||
| 2019-06-01 | Docs: rename project to PROJ | Even Rouault | |
| 2019-06-01 | Update website: proj4.org -> proj.org | Mike Taves | |
| 2019-05-30 | Add information about proj.db. (#1491) | Andrew Bell | |
| 2019-05-27 | doc:Update cs2cs return values to reflect PROJ 6 changes | Kristian Evers | |
| 2019-05-22 | docs/docbuild/Dockerfile: add wget and unzip | Even Rouault | |
| 2019-05-22 | Merge remote-tracking branch 'origin/docker-build-updates' | Even Rouault | |
| 2019-05-22 | UTM doc: Move +south and +approx parameters to optional section | Kristian Evers | |
| 2019-05-19 | more updates to satisfy GDAL latex buildingdocker-build-updates | Howard Butler | |
| 2019-05-15 | \u is a python3 thing | Howard Butler | |
| 2019-05-15 | update doc building Docker container to Python3 for Sphinx 2.0 support | Howard Butler | |
| 2019-05-15 | Update website news and download for 6.1.0 release | Kristian Evers | |
| 2019-05-15 | Merge remote-tracking branch 'origin/master' | Andrew Bell | |
| 2019-05-15 | Add file reference language. | Andrew Bell | |
| 2019-05-06 | Fix typos in geodesic doc | Peter Limkilde Svendsen | |
| 2019-05-01 | Merge pull request #1433 from rouault/update_quickstart | Kristian Evers | |
| Doc: update quickstart with PROJ 6 API + add PROJ 4->6 migration guide (fixes #1403) | |||
| 2019-04-22 | proj_create(): add support for compoundCRS and concatenatedOperation named ↵ | Even Rouault | |
| from their components Support following syntaxes: - OGC URN combining references for compoundCRS: e.g. "urn:ogc:def:crs,crs:EPSG::2393,crs:EPSG::5717" - its GDAL shortcut: e.g. "EPSG:2393+5717" - OGC URN combining references for concatenated operations: e.g. "urn:ogc:def:coordinateOperation,coordinateOperation:EPSG::3895,coordinateOperation:EPSG::1618" | |||
| 2019-04-20 | Docs: Update link to Dutch grid files | Kristian Evers | |
| Closes #1435 | |||
| 2019-04-19 | Doc: add a PROJ 4 -> 6 migration (fixes #1407) | Even Rouault | |
