| Age | Commit message (Expand) | Author |
| 2020-04-23 | io.hpp: avoid dependency to proj_json_streaming_writer.hpp (fixes #2182) | github-actions[bot] |
| 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 |
| 2019-01-18 | Merge pull request #1223 from rouault/unify_proj_create | Kristian Evers |
| 2019-01-17 | Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ... | Even Rouault |
| 2019-01-17 | Remove wrong use of PROJ_CONST_DECL and replace it with PROJ_PURE_DECL (fixes... | Even Rouault |
| 2019-01-17 | import/export PROJ strings from ISO19111 code: require/output +type=crs for C... | Even Rouault |
| 2019-01-09 | Merge pull request #1217 from rouault/remove_proj_5_crs_export | Even Rouault |
| 2019-01-09 | proj.db search: use pj_find_file() mechanism instead of hand coded simplified... | Even Rouault |
| 2019-01-08 | ISO19111: remove PROJ.5 specific format for CRS (refs #1214) | Even Rouault |
| 2018-12-17 | Add WKT1 grammar validation; change prototype of proj_obj_create_from_wkt() | Even Rouault |
| 2018-12-07 | Various speed optimizations | Even Rouault |
| 2018-12-06 | Add API to retrieve non-deprecated equivalent of an object | Even Rouault |
| 2018-12-06 | Coordinate operation search: add a authority_to_authority_preference table to... | Even Rouault |
| 2018-12-06 | Take into account supersession information to filter out irrelevant transform... | Even Rouault |
| 2018-12-04 | Improve recognition of WKT1 datum names | Even Rouault |
| 2018-12-03 | projinfo: add a --area option (refs #1188) | Even Rouault |
| 2018-12-03 | Export to ESRI WKT: make it use verbatim WKT definition from the database whe... | Even Rouault |
| 2018-11-29 | Redirect epsg:XXXX and IGNF:XXXX CRS expansions to the database, and remove t... | Even Rouault |
| 2018-11-29 | cs2cs: upgrade to use proj_create_crs_to_crs() | Even Rouault |
| 2018-11-22 | Make proj_create_crs_to_crs() use proj_obj_create_operations() and use area o... | Even Rouault |
| 2018-11-19 | Assorted set of fixes for PROJString to ISO19111 model: | Even Rouault |
| 2018-11-14 | Implement RFC 2: Initial integration of "GDAL SRS barn" work | Even Rouault |