aboutsummaryrefslogtreecommitdiff
path: root/src/apps
AgeCommit message (Expand)Author
2022-03-16Transformation: no longer do vertical trasnformation when doing compound CRS ...Even Rouault
2022-02-19Fix nullptr dereference in utilities whan argv[0] == NULLEven Rouault
2022-02-14CMake: split configuration files for apps and tests (#3048)Mike Taves
2022-01-09Minor cppcheck fixesEven Rouault
2021-10-09geod / proj: accept lt-inv[geod/proj] name for older libtool versionsEven Rouault
2021-09-28projinfo --list-crs / proj_get_crs_info_list_from_database(): make it work wi...Even Rouault
2021-09-28Add a mapping for versioned authorities, so that one can use IAU:xxxx or IAU_...Even Rouault
2021-09-08createOperations(): deal with spherical planetocentric geodetic CRSEven Rouault
2021-09-04Workaround 'Overlapping read/write of union is undefined behavior' cppcheck w...Even Rouault
2021-05-23projinfo: fix error message regarding --output-idEven Rouault
2021-05-23code formatting fixEven Rouault
2021-05-17projsync: make it filter out files not intended for the current versionEven Rouault
2021-04-23projinfo: increase file size limit of files opened with @filename to 1MB to b...Even Rouault
2021-04-23projinfo: catch potential exception (master only, CID 193527)Even Rouault
2021-04-12Merge pull request #2659 from rouault/fix_2603Even Rouault
2021-04-11projinfo --list-crs --area: make it work when multiple areas matches the spec...Even Rouault
2021-04-11Reformatting fixEven Rouault
2021-04-11projinfo: add option --list-crs (#2663)Javier Jimenez Shaw
2021-04-11projinfo: add a --normalize-axis-order undocument switchEven Rouault
2021-04-10projinfo: remove spurious -- in help message (master only)Even Rouault
2021-03-15projinfo: add a --dump-db-structure switchEven Rouault
2021-03-15SQL output: add capability to restrict the authorities into which to look for...Even Rouault
2021-03-15projinfo: add a '-o SQL --output-id AUTH:CODE' SQL outputEven Rouault
2021-03-07typo fixesEven Rouault
2021-03-07projinfo: catch exception on bad value for --accuracy (CID 314810)Even Rouault
2021-03-07gie.cpp: use correct type in error message (CID 314813)Even Rouault
2021-03-07cs2cs: catch exception on bad value for --accuracy (CID 314818)Even Rouault
2021-03-07cct: remove useless nullptr checking (CID 314822)Even Rouault
2021-03-03Reformat code with clang-format-10 from ubuntu 20.04Even Rouault
2020-12-16cs2cs: add --no-ballpark and --accuracy optionsEven Rouault
2020-12-15projinfo: add a --accuracy option to define the minimum accuracyEven Rouault
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
2020-12-02cs2cs / proj_create_crs_to_crs_from_pj(): add a --authority switch to control...Even Rouault
2020-11-30Merge pull request #2466 from rouault/fix_2423Even Rouault
2020-11-30API cleanup: unexport number of internal symbols, and remove/replace a few un...Even Rouault
2020-11-29Merge pull request #2450 from rouault/setAllowEllipsoidalHeightAsVerticalCRSEven Rouault
2020-11-28cs2cs: add --area and --bbox options to restrict candidate coordinate operat...Even Rouault
2020-11-28Use same arguments to printf format string for both radians and degrees in ou...Houder
2020-11-26Merge pull request #2403 from kbevers/remove-proj_api.hKristian Evers
2020-11-24Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDALEven Rouault
2020-11-22projinfo.cpp: improve hint when to use --spatial-test intersectsEven Rouault
2020-11-20Remove old pj_ memory (de)allocation functionsKristian Evers
2020-11-20Remove pj_errno and related functionsKristian Evers
2020-11-20Remove pj_free() and move it's functional parts to proj_destroy()Kristian Evers
2020-11-20Remove pj_ctx_* functions and use their proj_context counterpartsKristian Evers
2020-11-20Remove ACCEPT_USE_OF_DEPRECATED_PROJ_API_H macroKristian Evers
2020-11-20Remove proj_api.hKristian Evers
2020-11-19Replace line feed in input line by null characterJ.H. van de Water
2020-11-17cs2cs, cct, proj and geod: fflush(stdout) after each line to emit each result...Even Rouault
2020-11-10cct: allow @filename syntaxEven Rouault