| Age | Commit message (Expand) | Author |
| 2020-01-26 | buildProjectionStandard(): make it obvious to cppcheck that null-ptr derefere... | Even Rouault |
| 2020-01-25 | Fix ingestion of +proj=cea with +k_0 | Even Rouault |
| 2020-01-23 | Fix wrong use of derivingConversionRef() that caused GDAL bug | Even Rouault |
| 2020-01-07 | createObjectsFromName(): make it look up in the alias_name table too (fixes #... | Even Rouault |
| 2019-12-16 | Merge pull request #1786 from rouault/fake_EPSG_102100 | Kristian Evers |
| 2019-12-13 | PROJStringFormatter: make startInversion/stopInversion properly deal with omi... | Even Rouault |
| 2019-12-13 | WKTParser: fix assertion that can trigger on corrupted input. Fixes https://b... | Even Rouault |
| 2019-12-11 | Make EPSG:102100 resolve to ESRI:102100 (fixes #1730) | Even Rouault |
| 2019-12-09 | CRS identification: use case insensitive comparison for authority name (fixes... | Even Rouault |
| 2019-12-05 | import from PROJ string CRS: better deal with strings that look like Google M... | Even Rouault |
| 2019-11-25 | PROJStringFormatter::toString(): optimize hgridshift, vgridshift, hgridshift ... | Even Rouault |
| 2019-11-25 | Pipeline: support +omit_fwd and +omit_inv keywords | Even Rouault |
| 2019-11-21 | Fix typos in code comments | Even Rouault |
| 2019-11-14 | import/export PROJJSON: support a interpolation_crs key to geoid_model for fa... | Even Rouault |
| 2019-11-14 | createOperations(): fix transformation computation from/to a CRS with +geoidg... | Even Rouault |
| 2019-11-04 | Merge remote-tracking branch 'origin/master' into geoid_model | Even Rouault |
| 2019-11-03 | Import from WKT of VERT_CS: remove outdated EXTENSION.PROJ4_GRIDS for NAVD88 | Even Rouault |
| 2019-11-03 | Import from WKT: add tweaks for Lidar WKT1 VERT_CS that embeds geoid model in... | Even Rouault |
| 2019-11-02 | WKT and PROJJSON: add import/export of geoid model of VertCRS | Even Rouault |
| 2019-10-30 | createFromWkt(): be tolerant to missing scale_factor parameter (fixes #1700) | Even Rouault |
| 2019-10-25 | importFromWkt(): fix axis orientation for non-standard ESRI WKT (fixes #1690) | Even Rouault |
| 2019-10-19 | createFromPROJString(): do not loop forever on malformed string. Fixes https:... | Even Rouault |
| 2019-09-28 | PROJ string CRS ingester: recognize more unit-less parameters, and general ha... | Even Rouault |
| 2019-09-24 | io.cpp: fix build on Solaris | 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-13 | Fix support for +proj=ob_tran +o_proj=lonlat/latlong/latlon (only +o_proj=lon... | Even Rouault |
| 2019-09-08 | Merge pull request #1585 from rouault/replace_2018_by_2019 | Kristian Evers |
| 2019-09-08 | Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518) | Even Rouault |
| 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(): 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-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 | 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-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-06-11 | Code formatting fix | 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 |