aboutsummaryrefslogtreecommitdiff
path: root/src/geodesic.c
AgeCommit message (Expand)Author
2022-01-02Transition Clang Static Analizer to use CMakeMike Taves
2021-06-22Minor changes to address lint in geodesic.c (courtesy of Marc Emery <memery@m...Charles Karney
2021-03-14geodesic.c: fix conditions under which hypot workaround is applied.Charles Karney
2021-03-13Work around inaccurate hypot for Visual Studio 2105 (32-bit)Charles Karney
2021-03-13Update geodesic routines from GeographicLib 1.52Charles Karney
2020-11-24Sync w GeographicLib 1.51. Remove C99 compatibility functions. (#2445)Charles Karney
2019-10-01Fix some Cppcheck complaints in geodesic routinesCharles Karney
2019-09-22Update to version 1.50 of the geodesic library.Charles Karney
2019-09-19Require C99 compiler see #1621Charles Karney
2019-09-18Get rid of dead code. The end result of this chain of commits is toCharles Karney
2019-09-18Let geodesic.c use its own versions of C99 math functions if necessary.Charles Karney
2019-09-17Fix typo in geodesic.cCharles Karney
2019-09-17Add atanh, copysign, cbrt, remainder, remquo to math.cpp.Charles Karney
2018-12-26cpp conversion: revert geodesic.cpp to geodesic.cEven Rouault
2018-12-26cpp conversion: minimal steps to fix compilation errors, not warningsEven Rouault
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