aboutsummaryrefslogtreecommitdiff
path: root/src/ell_set.cpp
AgeCommit message (Expand)Author
2021-01-12ellps_size(): do not log error if ellipsoid absent and not neededEven Rouault
2020-12-15Remap ENOMEM from PROJ_ERR_INVALID_OP to PROJ_ERR_OTHEREven Rouault
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
2020-12-15Remove ancient no longer used implementation of pj_ell_set()Even Rouault
2020-11-20Remove old pj_ memory (de)allocation functionsKristian Evers
2020-11-20Remove pj_ctx_* functions and use their proj_context counterpartsKristian Evers
2020-11-20Weed out proj_api.h datatypes and replace them with their proj.h counterpartsKristian Evers
2020-05-09scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spottedEven Rouault
2020-04-17ellps_shape: catch corner case where es would be set to NaN. Fixes https://bu...Even Rouault
2019-12-25Modify verbosity level of some debug/trace messagesEven Rouault
2019-10-18Fix segfaults in case of out-of-memory situations (fixes #1678) (#1679)yonarw
2019-09-17ell_set.cpp: avoid division by zero in R_lat_a case. Fixes https://bugs.chrom...Even Rouault
2019-04-04Reject negative e parameter to avoid division by zeroEven Rouault
2019-03-29Remove duplicate instances of #include "proj_internal.h"Chris Mayo
2019-03-20pj_calc_ellipsoid_params(): reject f=1Even Rouault
2019-03-16ellps_spherification(): detect invalid semi-major axis valueEven Rouault
2019-03-14Reject eccentricity values larger than oneEven Rouault
2019-02-02pj_ellipsoid(): avoid division by zero when R=0. Fixes https://bugs.chromium....Even Rouault
2019-01-08pj_ell_set(): remove memset() illegal on C++ object, as pointed by cppcheckEven Rouault
2019-01-04Fix use-after-free in debug logging of pj_ellipsoid() (probably caused by a r...Even Rouault
2018-12-30Merge projects.h into proj_internal.hEven Rouault
2018-12-30Move PJ_OBJ members into struct PJconstsEven Rouault
2018-12-26cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixesEven Rouault