index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ell_set.cpp
Age
Commit message (
Expand
)
Author
2021-11-20
Docs: Add new Ellipsoids page to explain ellipsoidal parameters (#2922)
Brendan Jurd
2021-01-12
ellps_size(): do not log error if ellipsoid absent and not needed
Even Rouault
2020-12-15
Remap ENOMEM from PROJ_ERR_INVALID_OP to PROJ_ERR_OTHER
Even Rouault
2020-12-15
Revise error codes to have a reduced set exposed in the public API.
Even Rouault
2020-12-15
Remove ancient no longer used implementation of pj_ell_set()
Even Rouault
2020-11-20
Remove old pj_ memory (de)allocation functions
Kristian Evers
2020-11-20
Remove pj_ctx_* functions and use their proj_context counterparts
Kristian Evers
2020-11-20
Weed out proj_api.h datatypes and replace them with their proj.h counterparts
Kristian Evers
2020-05-09
scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted
Even Rouault
2020-04-17
ellps_shape: catch corner case where es would be set to NaN. Fixes https://bu...
Even Rouault
2019-12-25
Modify verbosity level of some debug/trace messages
Even Rouault
2019-10-18
Fix segfaults in case of out-of-memory situations (fixes #1678) (#1679)
yonarw
2019-09-17
ell_set.cpp: avoid division by zero in R_lat_a case. Fixes https://bugs.chrom...
Even Rouault
2019-04-04
Reject negative e parameter to avoid division by zero
Even Rouault
2019-03-29
Remove duplicate instances of #include "proj_internal.h"
Chris Mayo
2019-03-20
pj_calc_ellipsoid_params(): reject f=1
Even Rouault
2019-03-16
ellps_spherification(): detect invalid semi-major axis value
Even Rouault
2019-03-14
Reject eccentricity values larger than one
Even Rouault
2019-02-02
pj_ellipsoid(): avoid division by zero when R=0. Fixes https://bugs.chromium....
Even Rouault
2019-01-08
pj_ell_set(): remove memset() illegal on C++ object, as pointed by cppcheck
Even Rouault
2019-01-04
Fix use-after-free in debug logging of pj_ellipsoid() (probably caused by a r...
Even Rouault
2018-12-30
Merge projects.h into proj_internal.h
Even Rouault
2018-12-30
Move PJ_OBJ members into struct PJconsts
Even Rouault
2018-12-26
cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixes
Even Rouault