aboutsummaryrefslogtreecommitdiff
path: root/src/apps
AgeCommit message (Expand)Author
2020-01-27projinfo: add --searchpaths switchEven Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2020-01-13Remove -ld option from proj and cs2csKristian Evers
2020-01-08Merge pull request #1827 from rouault/improve_createObjectsFromNameKristian Evers
2020-01-07projinfo: use No. abbreviation instead of UTF-8 character (fixes #1828)Even Rouault
2020-01-07projinfo: support -k datumEven Rouault
2019-12-25cct: make it honour PROJ_DEBUG if -v/-vv/-vvv are not specifiedEven Rouault
2019-12-25cct: revise end-of-line handling in logging, and always output debug and trac...Even Rouault
2019-12-25projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDALEven Rouault
2019-12-10ob_tran: restore traditional handling of +to_meter with pj_transform() and pr...Even Rouault
2019-11-21Fix typos in code commentsEven Rouault
2019-10-28Various fixes/workarounds to make cppcheck 1.72 (Ubuntu 16.04) and HEAD/1.90d...Even Rouault
2019-09-23Document the autopromotion to 3D when mix of 2D/3D CRS in createOperations(),...Even Rouault
2019-09-22Update to version 1.50 of the geodesic library.Charles Karney
2019-09-18Delete proj_math.h. Replace includes by <math.h>; we'll see if anyoneCharles Karney
2019-09-13cs2cs: autopromote CRS to 3D when there's a mix of 2D and 3D (fixes #1563)Even Rouault
2019-09-11API: add CRS::promoteTo3D(), proj_crs_promote_to_3D() and proj_crs_create_pro...Even Rouault
2019-09-08Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518)Even Rouault
2019-08-26Add a proj_cleanup() function to free global resources, typically at process ...Even Rouault
2019-08-20Merge pull request #1547 from rouault/json_exportEven Rouault
2019-08-09projinfo: document PROJJSON output, and add single-line output capabilityEven Rouault
2019-08-09createFromUserInput(): add capability to import PROJJSONEven Rouault
2019-08-09projinfo: rename JSON to PROJJSONEven Rouault
2019-07-18Remove obsolete Solaris defineedechaux
2019-07-08CRS JSON: export GeographicCRS and Projected CRSEven Rouault
2019-05-05geos: avoid division by zeroEven Rouault
2019-05-03cs2cs: set time value to HUGE_VAL if not explicitly specifiedEven Rouault
2019-04-20proj/cs2cs: validate value of -f parameter to avoid potential crashes (fixes ...Even Rouault
2019-04-04Reject negative e parameter to avoid division by zeroEven Rouault
2019-04-03Merge pull request #1408 from rouault/ossfuzz_14015Kristian Evers
2019-04-02gie: fix tolerance checkingEven Rouault
2019-04-02Make sure that ISO19111 C++ code sets pj_errno on errorsKristian Evers
2019-03-29Remove duplicate instances of #include "proj_internal.h"Chris Mayo
2019-03-27projinfo: caught uncaught exception. Coverity CID 193527Even Rouault
2019-03-27optargpm.h: fix remaining memleak in error code path. Coverity CID 193537Even Rouault
2019-03-27Merge pull request #1373 from rouault/coverity_fixesKristian Evers
2019-03-26Merge pull request #1349 from cjmayo/manoptsKristian Evers
2019-03-26cct.cpp: silence Coverity CID 193526Even Rouault
2019-03-26cct.cpp: silence Coverity CID 193536Even Rouault
2019-03-26cs2cs: remove dead code that would leak memory. Coverity CID 193534Even Rouault
2019-03-26proj/emess: fix null pointer dereference. CID 193533Even Rouault
2019-03-26gie.cpp: silence Coverity CID 193520Even Rouault
2019-03-26optargpm.h: fix memory leaks in error code paths. Coverity CID 193537Even Rouault
2019-03-26projinfo: catch potentially uncaugh exception. Coverity CID 193527Even Rouault
2019-03-25projinfo.cpp: formatting fixEven Rouault
2019-03-24Doc: consistently use +opt and bracketsChris Mayo
2019-03-24Make cs2cs support 4D coordinates.Kristian Evers
2019-03-22Merge pull request #1336 from cjmayo/strerrorKristian Evers
2019-03-21Build: automatically enable system error messagesChris Mayo
2019-03-21Add -k ellipsoid option to projinfo (#1338)Nyall Dawson