| Age | Commit message (Expand) | Author |
| 2020-11-28 | Use same arguments to printf format string for both radians and degrees in ou... | Houder |
| 2020-11-22 | projinfo.cpp: improve hint when to use --spatial-test intersects | Even Rouault |
| 2020-11-19 | Replace line feed in input line by null character | J.H. van de Water |
| 2020-11-17 | cs2cs, cct, proj and geod: fflush(stdout) after each line to emit each result... | Even Rouault |
| 2020-10-24 | projsync: fix --list-files to be compatible with filtering options | 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-05-31 | projsync.cpp: fix -Wrange-loop-construct clang10 warnings | Even Rouault |
| 2020-05-17 | Merge pull request #2206 from rouault/deformation_model_for_merge | Even Rouault |
| 2020-05-16 | gie: fix loss of precision when parsing big values such as in projected coord... | Even Rouault |
| 2020-05-09 | scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted | Even Rouault |
| 2020-04-25 | projinfo: do not emit warnings about missing grids in quiet mode | Even Rouault |
| 2020-04-21 | gie: implement a strict mode with <gie-strict> </gie-strict> (fixes #2158) | 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-03-18 | cs2cs: don't require +to for '{source_crs} {target_crs} filename...' syntax (... | Even Rouault |
| 2020-03-13 | Tag proj_list_units() as deprecated | 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-02-11 | Use relative directory to locate PROJ resource files. | Even Rouault |
| 2020-02-06 | Fix cppcheck warnings and make it work with latest cppcheck 1.90 | Even Rouault |
| 2020-02-04 | Add projsync utility | 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-13 | Remove -ld option from proj and cs2cs | Kristian Evers |
| 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 | cct: make it honour PROJ_DEBUG if -v/-vv/-vvv are not specified | Even Rouault |
| 2019-12-25 | cct: revise end-of-line handling in logging, and always output debug and trac... | Even Rouault |
| 2019-12-25 | projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL | Even Rouault |
| 2019-12-10 | ob_tran: restore traditional handling of +to_meter with pj_transform() and pr... | Even Rouault |
| 2019-11-21 | Fix typos in code comments | Even Rouault |
| 2019-10-28 | Various fixes/workarounds to make cppcheck 1.72 (Ubuntu 16.04) and HEAD/1.90d... | Even Rouault |
| 2019-09-23 | Document the autopromotion to 3D when mix of 2D/3D CRS in createOperations(),... | Even Rouault |
| 2019-09-22 | Update to version 1.50 of the geodesic library. | Charles Karney |
| 2019-09-18 | Delete proj_math.h. Replace includes by <math.h>; we'll see if anyone | Charles Karney |
| 2019-09-13 | cs2cs: autopromote CRS to 3D when there's a mix of 2D and 3D (fixes #1563) | 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-26 | Add a proj_cleanup() function to free global resources, typically at process ... | Even Rouault |
| 2019-08-20 | Merge pull request #1547 from rouault/json_export | 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 |