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
/
projections
/
isea.cpp
Age
Commit message (
Expand
)
Author
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-11-20
Remove old pj_ memory (de)allocation functions
Kristian Evers
2020-05-09
scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted
Even Rouault
2020-03-08
src/projections/: remove assignments in expression and multiple statements pe...
Even Rouault
2020-02-06
Fix cppcheck warnings and make it work with latest cppcheck 1.90
Even Rouault
2019-09-25
isea: avoid shadowing warning on 'quad' on Solaris
Even Rouault
2019-09-19
Merge pull request #1618 from cffk/c99-math-update
Charles Karney
2019-09-18
Delete proj_math.h. Replace includes by <math.h>; we'll see if anyone
Charles Karney
2019-09-17
isea: avoid undefined behaviour on left shift of negative value. Fixes https:...
Even Rouault
2019-04-26
Prefix inverse and forward functions by their projection names
Even Rouault
2019-04-18
isea: avoid invalid integer shift
Even Rouault
2019-03-29
Remove duplicate instances of #include "proj_internal.h"
Chris Mayo
2019-03-24
isea: really fix integer overflow of https://bugs.chromium.org/p/oss-fuzz/iss...
Even Rouault
2019-03-22
Really fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2390
Even Rouault
2019-03-20
isea: detect various int overflows and div by zero
Even Rouault
2019-03-17
Fix some issues raised by latest cppcheck
Even Rouault
2019-02-26
Fix build issues on Solaris
Even Rouault
2018-12-30
Merge projects.h into proj_internal.h
Even Rouault
2018-12-30
projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW s...
Even Rouault
2018-12-26
cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixes
Even Rouault