| Age | Commit message (Expand) | Author |
| 2019-10-25 | importFromWkt(): fix axis orientation for non-standard ESRI WKT (fixes #1690) | Even Rouault |
| 2019-10-18 | createOperations(): fix double vertical unit conversion from CompoundCRS to o... | Even Rouault |
| 2019-10-12 | createOperations(): allow transforming from a compoundCRS of a bound vertical... | Even Rouault |
| 2019-09-28 | PROJ string CRS ingester: recognize more unit-less parameters, and general ha... | Even Rouault |
| 2019-09-28 | Merge pull request #1636 from OSGeo/backport-1633-to-6.2 | Even Rouault |
| 2019-09-28 | createOperations() sorting: sort operations that cannot be exported as PROJ p... | Even Rouault |
| 2019-09-24 | io.cpp: fix build on Solaris | Even Rouault |
| 2019-09-16 | [6.2 backport] cs2cs: autopromote CRS to 3D when there's a mix… (#1615) | Kristian Evers |
| 2019-09-15 | API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and proj_crs_create_pro... | Even Rouault |
| 2019-09-15 | DatabaseContext::lookForGridInfo(): avoid setting PROJ context errno. Fixes i... | Even Rouault |
| 2019-09-15 | createFromPROJString(): ignore +no_defs when instanciating a '+init=epsg:xxxx... | Even Rouault |
| 2019-09-15 | Ingestion of +proj=somerc +type=crs: avoid adding twice alpha, gamma, lon_0 (... | Even Rouault |
| 2019-09-15 | [Backport 6.2] Improve vertical transforms (#1613) | Kristian Evers |
| 2019-09-13 | createOperations(): when tranforming from a compoundCRS whose vertical compon... | Even Rouault |
| 2019-09-13 | createOperations(): use more candidates when transforming between a geographi... | Even Rouault |
| 2019-09-13 | createOperations(): make sure sorting function is transitive (a < b and b < c... | Even Rouault |
| 2019-09-13 | Fix support for +proj=ob_tran +o_proj=lonlat/latlong/latlon (only +o_proj=lon... | Even Rouault |
| 2019-09-11 | createOperations(): fix conversion from/to PROJ.4 CRS strings with non-ISO-co... | Even Rouault |
| 2019-09-06 | Merge pull request #1594 from OSGeo/backport-1589-to-6.2 | Even Rouault |
| 2019-09-06 | BUG: add SANITIZE_CTX for coordoperation is_instantiable and has_ballpark_tra... | snowman2 |
| 2019-09-05 | PROJStringParser::createFromPROJString(): avoid potential infinite recursion ... | Even Rouault |
| 2019-08-30 | Fix spelling of potsdam datum | Kai Pastor |
| 2019-08-26 | Fix 6.0 regression regarding +init=epsg:4326 +over +to +init=epsg:3857 +over ... | Even Rouault |
| 2019-08-26 | createOperations(): follow-up of previous commit for +datum=NAD83 case | Even Rouault |
| 2019-08-26 | createOperations(): fix pipeline generation when a CRS has terms like +datum=... | Even Rouault |
| 2019-08-25 | Import WebMercator from PROJ string: make sure the WGS84 datum is set | Even Rouault |
| 2019-08-24 | createFromUserInput(): speed-up instanciation with +init=epsg: prefix in lowe... | Even Rouault |
| 2019-08-20 | C API: add proj_context_set_autoclose_database() to automatically close datab... | Even Rouault |
| 2019-08-20 | Merge pull request #1547 from rouault/json_export | Even Rouault |
| 2019-08-17 | PROJJSON: rename file as projjson.schema.json, and add versionning to it and ... | Even Rouault |
| 2019-08-12 | PROJJSON: add support for importing 'ids' | Even Rouault |
| 2019-08-10 | PROJJSON: a few fixes, and add import of DerivedCRS, EngineeringCRS, Parametr... | Even Rouault |
| 2019-08-10 | PROJJSON: add support for DatumEnsemble and Dynamic[Geodetic|Vertical]Referen... | Even Rouault |
| 2019-08-09 | C API: add proj_as_projjson() | Even Rouault |
| 2019-08-09 | PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, Transforma... | Even Rouault |
| 2019-08-09 | createFromUserInput(): add capability to import PROJJSON | Even Rouault |
| 2019-08-09 | PROJJSON export: use more compact form | Even Rouault |
| 2019-07-19 | Add set discard superseded method to api (#1534) | Matt Littlemore |
| 2019-07-08 | CRS JSON: export GeographicCRS and Projected CRS | Even Rouault |
| 2019-07-06 | Proof-of-concept of JSON export limited to PrimeMeridian (refs #1545) | Even Rouault |
| 2019-07-01 | C API: add proj_concatoperation_get_step_count() and proj_concatoperation_get... | Even Rouault |
| 2019-06-30 | Database: import scope/remarks for coordinate operation and add C API | Even Rouault |
| 2019-06-11 | Merge pull request #1513 from rouault/fix_gcc493_compilation | Even Rouault |
| 2019-06-11 | Code formatting fix | Even Rouault |
| 2019-06-11 | Fix compilation error with gcc 4.9.3 (fixes #1512) | Even Rouault |
| 2019-06-06 | Merge pull request #1509 from rouault/wkt1_direction_case_insensitive | Even Rouault |
| 2019-06-06 | Merge pull request #1505 from rouault/ogc_urn_projectedCRS | Even Rouault |
| 2019-06-06 | WKT1 importer: do case insensitive comparison for axis direction | Even Rouault |
| 2019-06-06 | createFromUserInput(): support OGC URN to create projectedCRS, for example to... | Even Rouault |
| 2019-06-05 | createFromUserInput()/guessDialect(): do not confuse 'ID74' CRS with WKT2 ID[... | Even Rouault |