| Age | Commit message (Expand) | Author |
| 2020-10-11 | Database query: add AuthorityFactory::ObjectType::DYNAMIC_GEODETIC_REFERENCE_... | Even Rouault |
| 2020-10-11 | Database: add a frame_reference_epoch column in vertical_datum to be able to ... | Even Rouault |
| 2020-10-08 | createGeodeticCRS(): more DatumEnsemble compatibility in the case when creati... | Even Rouault |
| 2020-10-08 | Add a AuthorityFactory::createDatumEnsemble() method, and make it inherit fro... | Even Rouault |
| 2020-10-08 | Database: add aliases for 'old' names of WGS84 and ETRS89 datums, and remove ... | Even Rouault |
| 2020-10-08 | getCRSInfoList(): make it use area description | Even Rouault |
| 2020-10-08 | Database: use extended description for extent/area of use, as done by epsg.or... | Even Rouault |
| 2020-10-06 | Database: instanciate DynamicGeodeticReferenceFrame (things like ITRFxxx, WGS... | Even Rouault |
| 2020-10-06 | Database: "minimal" update to EPSG v10.003 | Even Rouault |
| 2020-08-26 | proj_create_vertical_crs_ex(): add a ACCURACY option to provide an explicit a... | Even Rouault |
| 2020-08-21 | createObjectsFromName(): add back case insensitivity when comparing names | Even Rouault |
| 2020-08-07 | ProjectedCRS::identify(): fix to be able to identify EPSG:2154 as a candidate... | Even Rouault |
| 2020-05-25 | Fix identification of (one of the) ESRI WKT formulations of EPSG:3035 | Even Rouault |
| 2020-05-24 | Database: import scope and remarks for conversion (fixes #2237) | Even Rouault |
| 2020-05-24 | Database: add a same_source_target_crs column to supersession table | Even Rouault |
| 2020-05-19 | Add runtime checking that sqlite3 is >= 3.11 | Even Rouault |
| 2020-05-15 | AuthorityFactory::createObjectsFromName(): request SQL query to avoid warning... | Even Rouault |
| 2020-05-14 | createObjectsFromName(): fix when objectType = { GEOCENTRIC_CRS } | Even Rouault |
| 2020-04-17 | createFromCoordinateReferenceSystemCodes(): 'optimization' to avoid using C++... | Even Rouault |
| 2020-04-14 | lookForGridAlternative(): fix bug with Dutch 2008 grids | Even Rouault |
| 2020-04-14 | ProjectedCRS identification: deal with switched 1st/2nd std parallels for LCC... | Even Rouault |
| 2020-03-30 | ESRI_WKT ingestion: make sure to identify to non-deprecated EPSG entry when p... | Even Rouault |
| 2020-03-12 | Add proj_get_units_from_database() (fixes #2004) | Even Rouault |
| 2020-03-06 | Typo fixes identified by scripts/fix_typos.sh | Even Rouault |
| 2020-03-03 | createUnitOfMeasure(): use full double resolution for the conversion factor (... | Even Rouault |
| 2020-02-19 | DatabaseContext::lookForGridInfo(): use also old_proj_grid_name for lookups (... | Even Rouault |
| 2020-02-05 | Fix performance issue, affecting projinfo EPSG:7842 | Even Rouault |
| 2020-01-25 | Implement RFC 5 | Even Rouault |
| 2020-01-24 | createObjectsFromName(): use alias as fallback only | Even Rouault |
| 2020-01-23 | Fix wrong use of derivingConversionRef() that caused GDAL bug | Even Rouault |
| 2020-01-22 | Merge RFC4 (#1865) | Even Rouault |
| 2020-01-10 | CompoundCRS::identify(): avoid exception when horiz/vertical part is a BoundCRS | Even Rouault |
| 2020-01-07 | createObjectsFromName(): make it look up in the alias_name table too (fixes #... | Even Rouault |
| 2019-12-16 | identify(): take into datum name aliases (fixes #1800) | Even Rouault |
| 2019-12-10 | Database: update to IGNF v3.1.0 | Even Rouault |
| 2019-12-09 | CRS identification: use case insensitive comparison for authority name (fixes... | Even Rouault |
| 2019-11-21 | Fix typos in code comments | Even Rouault |
| 2019-11-19 | createOperations(): in some situations, consider when going from A to D inter... | Even Rouault |
| 2019-11-18 | createFromCRSCodesWithIntermediates(): do not consider intermediate CRS whose... | Even Rouault |
| 2019-11-18 | createGeodeticDatum(): query and set publicationDate | Even Rouault |
| 2019-11-17 | createOperations(): remove the concept of geodetic_datum_preferred_hub | Even Rouault |
| 2019-11-17 | findsOpsInRegistryWithIntermediate(): tune it to be able to research operatio... | Even Rouault |
| 2019-11-02 | Add a geoid_model name in database, use GEOIDMODEL for transformations, add a... | Even Rouault |
| 2019-11-02 | Add tracing framework, and improve createOperations() performance | Even Rouault |
| 2019-10-30 | Rework importing of Vertical unit change from EPSG db, add support for Height... | Even Rouault |
| 2019-10-29 | Vertical transformations: improve situations similar to transforming from 'NA... | Even Rouault |
| 2019-10-28 | Reformat | Even Rouault |
| 2019-10-28 | Various fixes/workarounds to make cppcheck 1.72 (Ubuntu 16.04) and HEAD/1.90d... | Even Rouault |
| 2019-10-27 | Database: add an auxiliary concatenated_operation_step table to allow arbitra... | Even Rouault |
| 2019-09-30 | AuthorityFactory::getDescriptionText(): return CRS object in priority | Even Rouault |