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
/
geodesic.c
Age
Commit message (
Expand
)
Author
2018-05-30
Fix warnings found by clang with new warning flags to be added in later commit
Even Rouault
2018-05-07
Clean readability-inconsistent-declaration-parameter-name clang-tidy warnings
Kristian Evers
2018-04-23
Add isnan() to proj_math.h
Kristian Evers
2018-04-16
Prefer proj_math.h over math.h when geodesic.c is compiled as part of PROJ
Kristian Evers
2018-03-23
geodtest: introduce assertNaN. geodesic: comment on non-use of pj_is_nan.
Charles Karney
2018-03-17
Fix comments in geodesic.c. Better invocation of AX_CHECK_COMPILE_FLAG,
Charles Karney
2018-03-17
Patch 1.49.3 for geodesic package.
Charles Karney
2018-03-14
Fix (mostly false positive) clang static analyzer warnings about potential nu...
Even Rouault
2018-03-14
geodesic.c: initialize various variables to please CLang Static Analyzer
Even Rouault
2018-03-14
Add a few cppcheck suppressions
Even Rouault
2018-03-12
geodesic.c: fix multiple occurences of 'Clarify calculation precedence for '&...
Even Rouault
2018-02-23
Add tests to improve the code coverage.
Charles Karney
2018-02-22
Fix issue #812
Charles Karney
2017-12-18
Fix issue #715. Merge 1.49.1 of geodesic library (tagged as v1.49.1-c
Charles Karney
2017-08-29
Release candidate for geodesic library version 1.49.
Charles Karney
2017-04-10
geodesic.c: fix compiler error, if (x) -> if (x != 0)
Charles Karney
2017-04-09
Merge is geodesic routines from GeographicLib 1.48. Changes:
Charles Karney
2017-02-28
Enable cppcheck and fix related mostly false-positive warnings
Even Rouault
2017-02-26
Typo fixes
Even Rouault
2017-02-15
Issue #490 update from geodesic routines from GeographicLib 1.47.
Charles Karney
2016-12-12
Add a scripts/fix_typos.sh script and correct reported errors
Even Rouault
2016-02-15
geodesic.c: move declarations to beginings of functions.
Charles Karney
2016-02-15
Upgrade geodesic library from GeographicLib 1.46.
Charles Karney
2015-08-16
Drop in the latest geodesic library from GeographicLib (version 1.44).
Charles Karney
2015-06-28
geodesic.c: Fix 'ISO C90 forbids mixed declarations and code' warning in GCC ...
Even Rouault
2015-05-20
Update to version 1.43 of the geodesic routines. This fixes two
Charles Karney
2015-02-09
Fix NaN handling by geod_inverse and incorrect area computation by geod_polyg...
Even Rouault
2013-07-12
allow polygon vertices to be specified incrementally for geodesic area (#221).
Frank Warmerdam
2013-06-23
sync up with what will be GeographicLib 1.31 (#216)
Frank Warmerdam
2013-05-10
Major upgrade to geodesic support from Charles Karney (#197).
Frank Warmerdam
2012-12-07
replacement of geodesic engine with one from Charles Karney (#197)
Frank Warmerdam