| Age | Commit message (Expand) | Author |
| 2021-05-12 | Formatting fixes | Even Rouault |
| 2021-05-04 | DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705) | Mike Taves |
| 2021-04-24 | Add proj_get_geoid_models_from_database() (#2681) | Javier Jimenez Shaw |
| 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-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-03 | Reformat code with clang-format-10 from ubuntu 20.04 | Even Rouault |
| 2020-11-24 | Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL | 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-10-16 | Add multi-line PROJ string export capability, and use it by default in projin... | Even Rouault |
| 2020-10-16 | Merge pull request #2370 from rouault/epsg10 | Even Rouault |
| 2020-10-11 | Database query: add AuthorityFactory::ObjectType::DYNAMIC_GEODETIC_REFERENCE_... | Even Rouault |
| 2020-10-10 | WKT2:2019 import/export: handle DATUM (at top level object) with PRIMEM | Even Rouault |
| 2020-10-08 | Add a AuthorityFactory::createDatumEnsemble() method, and make it inherit fro... | Even Rouault |
| 2020-08-26 | proj_create_vertical_crs_ex(): add a ACCURACY option to provide an explicit a... | Even Rouault |
| 2020-06-06 | createOperations(): changes so that EPSG:9635 'Geog3D to Geog2D+GravityRelate... | Even Rouault |
| 2020-05-25 | Fix identification of (one of the) ESRI WKT formulations of EPSG:3035 | Even Rouault |
| 2020-04-23 | io.hpp: avoid dependency to proj_json_streaming_writer.hpp (fixes #2182) (#2183) | Even Rouault |
| 2020-03-12 | Add proj_get_units_from_database() (fixes #2004) | Even Rouault |
| 2020-01-25 | Implement RFC 5 | Even Rouault |
| 2020-01-22 | Merge RFC4 (#1865) | Even Rouault |
| 2019-12-16 | identify(): take into datum name aliases (fixes #1800) | Even Rouault |
| 2019-11-19 | createOperations(): in some situations, consider when going from A to D inter... | 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-29 | Vertical transformations: improve situations similar to transforming from 'NA... | Even Rouault |
| 2019-09-12 | Coordinate transformation: improve transformations from/to WGS84 (Gxxxx) | Even Rouault |
| 2019-09-08 | Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518) | Even Rouault |
| 2019-08-26 | createOperations(): fix pipeline generation when a CRS has terms like +datum=... | Even Rouault |
| 2019-08-17 | PROJJSON: rename file as projjson.schema.json, and add versionning to it and ... | Even Rouault |
| 2019-08-09 | PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, Transforma... | 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-05-06 | createOperations(): for 'Amersfoort / RD New + NAP height' (EPSG:7415) to ETR... | Even Rouault |
| 2019-04-22 | proj_create(): add support for compoundCRS and concatenatedOperation named fr... | Even Rouault |
| 2019-03-25 | WKT2_2018: always export ID of SOURCECRS/TARGETCRS and STEPs | Even Rouault |
| 2019-03-25 | WKT2_2018: always export ID in base crs node, even if there is one on upper node | Even Rouault |
| 2019-03-25 | WKT2_2018: export ID in base crs node, when there is none on top of upper node | Even Rouault |
| 2019-03-16 | Run scripts/reformat_cpp.sh | Even Rouault |
| 2019-03-16 | Fix doc generation with Breathe 4.12.0 | Even Rouault |
| 2019-03-01 | Doc: rename to ISO-19111:2019 | Even Rouault |
| 2019-02-11 | Make tmerc an alias for etmerc. (#1234) | Kristian Evers |
| 2019-02-07 | Add proj_get_crs_info_list_from_database() | Even Rouault |
| 2019-01-22 | Coordinate operation computation with boundcrs / wktext: drop useless early b... | Even Rouault |