aboutsummaryrefslogtreecommitdiff
path: root/src/apps/proj.cpp
AgeCommit message (Expand)Author
2020-11-30API cleanup: unexport number of internal symbols, and remove/replace a few un...Even Rouault
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-17cs2cs, cct, proj and geod: fflush(stdout) after each line to emit each result...Even Rouault
2020-03-13Tag proj_list_units() as deprecatedEven Rouault
2020-01-13Remove -ld option from proj and cs2csKristian Evers
2019-12-10ob_tran: restore traditional handling of +to_meter with pj_transform() and pr...Even Rouault
2019-10-28Various fixes/workarounds to make cppcheck 1.72 (Ubuntu 16.04) and HEAD/1.90d...Even Rouault
2019-04-20proj/cs2cs: validate value of -f parameter to avoid potential crashes (fixes ...Even Rouault
2019-03-27Merge pull request #1373 from rouault/coverity_fixesKristian Evers
2019-03-26proj/emess: fix null pointer dereference. CID 193533Even Rouault
2019-03-24Doc: consistently use +opt and bracketsChris Mayo
2019-03-17Fix some issues raised by latest cppcheckEven Rouault
2019-01-18Remove Chebyshev polynomials from projKristian Evers
2018-12-30Merge projects.h into proj_internal.hEven Rouault
2018-12-30projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW s...Even Rouault
2018-12-26cpp conversion: move source files in apps/ iso19111/ conversions/ projections...Even Rouault