| Age | Commit message (Expand) | Author |
| 2021-01-13 | createOperations(): fix Compound to Geog3D/Projected3D CRS with non-metre ell... | Even Rouault |
| 2021-01-05 | createFromUserInput(): accept leading white space (fixes #2498) | Even Rouault |
| 2020-12-28 | C API: add proj_crs_is_derived() | Even Rouault |
| 2020-12-21 | Implementing the NKG transformations in proj.db | Kristian Evers |
| 2020-12-19 | test_factory.cpp: add missing checks | Even Rouault |
| 2020-12-15 | proj_create_crs_to_crs_from_pj(): add ACCURACY and ALLOW_BALLPARK options | Even Rouault |
| 2020-12-15 | proj_trans_array(): make it transform all coordinates even when an error occurs | Even Rouault |
| 2020-12-15 | Revise error codes to have a reduced set exposed in the public API. | Even Rouault |
| 2020-12-14 | createOperations(): fix inconsistent chaining exception when transforming fro... | Even Rouault |
| 2020-12-12 | Split test_operation.cpp in two parts | Even Rouault |
| 2020-12-11 | test_operation.cpp: remove debug message | Even Rouault |
| 2020-12-02 | Merge pull request #2444 from rouault/topocentric | Even Rouault |
| 2020-11-30 | test_io.cpp: formatting fix | Even Rouault |
| 2020-11-29 | Merge pull request #2450 from rouault/setAllowEllipsoidalHeightAsVerticalCRS | Even Rouault |
| 2020-11-28 | WKT1 import: better deal with apps.epsg.org output w.r.t datum ensemble names | Even Rouault |
| 2020-11-28 | createObjectsFromName(): in exact match, make looking for 'ETRS89 / UTM zone ... | Even Rouault |
| 2020-11-27 | PRIMEM WKT handling: fixes on import for 'sexagesimal DMS' or from WKT1:GDAL/... | Even Rouault |
| 2020-11-26 | Merge pull request #2403 from kbevers/remove-proj_api.h | Kristian Evers |
| 2020-11-24 | Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL | Even Rouault |
| 2020-11-24 | createOperation(): add a ballpark vertical transformation when dealing with G... | Even Rouault |
| 2020-11-23 | Add +proj=topocentric geocentric->topocentric conversion (fixes #500) | Even Rouault |
| 2020-11-23 | GeographicCRS::_isEquivalentTo(EQUIVALENT_EXCEPT_AXIS_ORDER_GEOGCRS): make it... | Even Rouault |
| 2020-11-21 | PROJJSON parsing: fix parsing of a Geodetic CRS with a DatumEnsemble, and fix... | Even Rouault |
| 2020-11-21 | WKT parsing: fix ingestion of WKT with a Geocentric CRS as the base of the pr... | Even Rouault |
| 2020-11-21 | createOperation(): make it work properly when one of the CRS is a BoundCRS of... | Even Rouault |
| 2020-11-21 | Make GeographicCRS/GeodeticCRS::isEquivalentTo() work properly when comparing... | Even Rouault |
| 2020-11-20 | Remove pj_free() and move it's functional parts to proj_destroy() | Kristian Evers |
| 2020-11-20 | Weed out proj_api.h datatypes and replace them with their proj.h counterparts | Kristian Evers |
| 2020-11-20 | Remove src/transform.cpp and related tests | Kristian Evers |
| 2020-11-20 | Remove ACCEPT_USE_OF_DEPRECATED_PROJ_API_H macro | Kristian Evers |
| 2020-11-20 | Remove proj_api.h | Kristian Evers |
| 2020-11-16 | WKT2 parsing: several fixes related to map projection parameter units | Even Rouault |
| 2020-11-04 | createBoundCRSToWGS84IfPossible(): make it return same result with a CRS buil... | Even Rouault |
| 2020-11-04 | Code formatting | Even Rouault |
| 2020-11-01 | Merge pull request #2371 from rouault/epsg10_part2 | Even Rouault |
| 2020-11-01 | proj.h: add PJ_CATEGORY_DATUM_ENSEMBLE for proj_create_from_database() | Even Rouault |
| 2020-11-01 | projinfo / createObjectsFromName(): support returning a datum ensemble | Even Rouault |
| 2020-11-01 | When reading from database, possibly return VerticalCRS with a DatumEnsemble | Even Rouault |
| 2020-11-01 | When reading from database, possibly return Geographic/GeodeticCRS with a Dat... | Even Rouault |
| 2020-11-01 | Merge pull request #2397 from cffk/merc-update | Charles Karney |
| 2020-10-31 | Fill remarks for PROJ-based operation mixing horizontal and vertical transfor... | Even Rouault |
| 2020-10-27 | Use nm units in builtins.gie. Remove backward looking comments in code. | Charles Karney |
| 2020-10-26 | Address comments by @schwehr | Charles Karney |
| 2020-10-26 | Update Mercator projection | Charles Karney |
| 2020-10-23 | Database: add interpolation_crs_auth_name and interpolation_crs_code columns ... | Even Rouault |
| 2020-10-23 | WKT1_ESRI export: try to export Geographic3D and Projected3D CRS when we can ... | Even Rouault |
| 2020-10-23 | WKT1_ESRI export: generate VERTCS[...,DATUM[...,SPHEROID[]] syntax when ellip... | Even Rouault |
| 2020-10-22 | WKT1_ESRI export: export CompoundCRS as PROJCS[...],VERTCS[...] or GEOGCS[...... | Even Rouault |
| 2020-10-22 | WKT parser: accept ESRI VERTCS[...,DATUM[...,SPHEROID[]] syntax to express el... | Even Rouault |
| 2020-10-22 | WKT parser: accept implicit compoundCRS from ESRI WKT, like "PROJCS[...],VERT... | Even Rouault |