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