| Age | Commit message (Expand) | Author |
| 2021-03-07 | projinfo: catch exception on bad value for --accuracy (CID 314810) | Even Rouault |
| 2021-03-03 | Reformat code with clang-format-10 from ubuntu 20.04 | Even Rouault |
| 2020-12-15 | projinfo: add a --accuracy option to define the minimum accuracy | Even Rouault |
| 2020-11-24 | Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL | Even Rouault |
| 2020-11-22 | projinfo.cpp: improve hint when to use --spatial-test intersects | Even Rouault |
| 2020-11-01 | projinfo / createObjectsFromName(): support returning a datum ensemble | Even Rouault |
| 2020-10-20 | Improve identification of compound CRS from ESRI WKT1, and for compound CRS w... | Even Rouault |
| 2020-10-20 | projinfo: make '-q -o WKT1:ESRI' work | Even Rouault |
| 2020-10-16 | projinfo: restrict PROJ multiline output to coordinate operations only | Even Rouault |
| 2020-10-16 | Add multi-line PROJ string export capability, and use it by default in projin... | Even Rouault |
| 2020-10-09 | projinfo: fix usage formatting | Even Rouault |
| 2020-04-25 | projinfo: do not emit warnings about missing grids in quiet mode | Even Rouault |
| 2020-04-21 | Add limited support for non-conformant WKT1 LAS COMPD_CS[] (#2171) | Even Rouault |
| 2020-04-20 | Moved proj_context_get_url_endpoint & proj_context_get_user_writable_director... | Alan D. Snow |
| 2020-04-14 | projinfo: make it use the new C++ method to hide ballpark transformations | Even Rouault |
| 2020-04-04 | projinfo: add a --hide-ballpark option | Even Rouault |
| 2020-02-27 | Fix warnings of latest cppcheck master | Even Rouault |
| 2020-02-24 | Expose proj_context_is_network_enabled() in C API | Even Rouault |
| 2020-01-27 | projinfo: add --remote-data switch | Even Rouault |
| 2020-01-27 | projinfo: add --searchpaths switch | Even Rouault |
| 2020-01-22 | Merge RFC4 (#1865) | Even Rouault |
| 2020-01-08 | Merge pull request #1827 from rouault/improve_createObjectsFromName | Kristian Evers |
| 2020-01-07 | projinfo: use No. abbreviation instead of UTF-8 character (fixes #1828) | Even Rouault |
| 2020-01-07 | projinfo: support -k datum | Even Rouault |
| 2019-12-25 | projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL | Even Rouault |
| 2019-09-23 | Document the autopromotion to 3D when mix of 2D/3D CRS in createOperations(),... | Even Rouault |
| 2019-09-11 | API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and proj_crs_create_pro... | Even Rouault |
| 2019-09-08 | Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518) | Even Rouault |
| 2019-08-09 | projinfo: document PROJJSON output, and add single-line output capability | Even Rouault |
| 2019-08-09 | createFromUserInput(): add capability to import PROJJSON | Even Rouault |
| 2019-08-09 | projinfo: rename JSON to PROJJSON | Even Rouault |
| 2019-07-08 | CRS JSON: export GeographicCRS and Projected CRS | Even Rouault |
| 2019-03-27 | projinfo: caught uncaught exception. Coverity CID 193527 | Even Rouault |
| 2019-03-26 | projinfo: catch potentially uncaugh exception. Coverity CID 193527 | Even Rouault |
| 2019-03-25 | projinfo.cpp: formatting fix | Even Rouault |
| 2019-03-21 | Add -k ellipsoid option to projinfo (#1338) | Nyall Dawson |
| 2019-02-21 | projinfo: add information about missing grids | Even Rouault |
| 2019-02-20 | typo fixes: s/Explictly/Explicitly/ and s/instanciat/instantiat/ | Even Rouault |
| 2019-02-20 | CoordinateOperation: add a hasBallparkTransformation() method that can be use... | Even Rouault |
| 2019-02-20 | projinfo: advertize the use of '--spatial-test intersects' when it can bring ... | Even Rouault |
| 2019-02-17 | Modify the default strategy of researching intermediate CRS to do it only if ... | Even Rouault |
| 2019-01-19 | Doc: add doc for projinfo (fixes #1183) | Even Rouault |
| 2019-01-15 | projinfo: output WKT2_2018 by default (fixes #1187) | Even Rouault |
| 2019-01-08 | projinfo: use PROJ.4 label for CRS, and PROJ otherwise. Add test case for CRS... | Even Rouault |
| 2019-01-08 | ISO19111: remove PROJ.5 specific format for CRS (refs #1214) | Even Rouault |
| 2019-01-04 | WKT export: no longer export Geographic 3D CRS in WKT1, unless strict mode is... | Even Rouault |
| 2018-12-30 | Merge projects.h into proj_internal.h | Even Rouault |
| 2018-12-30 | projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW s... | Even Rouault |
| 2018-12-26 | cpp conversion: move source files in apps/ iso19111/ conversions/ projections... | Even Rouault |