| Age | Commit message (Expand) | Author |
| 2021-05-04 | DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705) | Mike Taves |
| 2021-04-24 | getInsertStatementsFor(): replace while with if (master only, CID 320133) | Even Rouault |
| 2021-04-24 | Add proj_get_geoid_models_from_database() (#2681) | Javier Jimenez Shaw |
| 2021-04-23 | getInsertStatementsFor(): replace while with if (master only, CID 320133) | Even Rouault |
| 2021-04-23 | Database: update to EPSG v10.019 | Even Rouault |
| 2021-04-20 | run reformat_cpp.sh to fix some leftovers | Javier Jimenez Shaw |
| 2021-04-18 | Merge pull request #2676 from rouault/fix_geog_to_geog_deprecated | Even Rouault |
| 2021-04-18 | createOperations(): fix Geog to Geog when one is deprecated (fix master regre... | Even Rouault |
| 2021-04-18 | Added proj_get_celestial_body_list_from_database (#2674) | Alan D. Snow |
| 2021-04-12 | Add proj_get_celestial_body_name() and make proj_get_crs_info_list_from_datab... | Even Rouault |
| 2021-04-11 | Reformatting fix | Even Rouault |
| 2021-04-10 | getCRSInfoList(): make result order deterministic (by increasing auth_name, c... | Even Rouault |
| 2021-04-10 | Recognize OGC:84 as an alias of OGC:CRS84 | Even Rouault |
| 2021-04-10 | Add hard-coded definitions for OGC:AnsiDate/JulianDate/UnixTime | Even Rouault |
| 2021-04-08 | Merge pull request #2647 from rouault/integer_or_text | Even Rouault |
| 2021-04-06 | Database: nullify auth_name, code of usage table | Even Rouault |
| 2021-04-05 | createOperations(): make createBetweenGeodeticCRSWithDatumBasedIntermediates(... | Even Rouault |
| 2021-03-28 | createOperation(): make sure no to discard deprecated operations... | Even Rouault |
| 2021-03-19 | SQL output: make it possible to export non-EPSG projection methods or methods... | Even Rouault |
| 2021-03-18 | createFromCRSCodesWithIntermediates(): improve perf when no match | Even Rouault |
| 2021-03-15 | Add support for PROJ_AUX_DB environment variable to set the path to one or se... | Even Rouault |
| 2021-03-15 | Add proj_context_get_database_structure() to dump structure of empty valid au... | Even Rouault |
| 2021-03-15 | SQL export: add support for DatumEnsemble | Even Rouault |
| 2021-03-15 | SQL export: add publication_date and frame_reference_epoch to datums | Even Rouault |
| 2021-03-15 | SQL output: add capability to restrict the authorities into which to look for... | Even Rouault |
| 2021-03-15 | Add C/C++ API to get SQL statements to insert a CRS into database | Even Rouault |
| 2021-03-10 | Code cleanup: remove conditional testing of SQLITE_OPEN_URI. It is present in... | Even Rouault |
| 2021-03-10 | Fix comment | Even Rouault |
| 2021-03-07 | typo fixes | Even Rouault |
| 2021-03-06 | Fix gcc 11 -Wnonnull warnings | Even Rouault |
| 2021-03-03 | Reformat code with clang-format-10 from ubuntu 20.04 | Even Rouault |
| 2020-12-12 | Split coordinateoperation.cpp in many files in iso19111/operation directory | Even Rouault |
| 2020-11-30 | Database: add metadata with the version number of the database layout and che... | Even Rouault |
| 2020-11-28 | createObjectsFromName(): in exact match, make looking for 'ETRS89 / UTM zone ... | Even Rouault |
| 2020-11-20 | Remove proj_api.h | Kristian Evers |
| 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-10-25 | Fix typos spotted by scripts/fix_typos.sh | Even Rouault |
| 2020-10-23 | Add logic to handle interpolationCRS in PROJBasedOperation and ConcatenatedOp... | Even Rouault |
| 2020-10-23 | AuthorityFactory::createCoordinateOperation(): correctly compute accuracy of ... | Even Rouault |
| 2020-10-23 | Database: import ESRI VERTCS that uses a (geodetic) datum to express ellipsoi... | Even Rouault |
| 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 |