aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-23Avoid potentially very long loop when normalizing longitudes around long_wrap...Even Rouault
2017-05-22PJ_wag3: Fix memory leak of opaque memberEven Rouault
2017-05-22pj_init(): fix memory leak of pj->geodEven Rouault
2017-05-19Unit conversion pseudo-projection.Kristian Evers
2017-05-17Check validity of +n parameter in urm5 projection and fix selftest.Adam Wulkiewicz
2017-05-154-parameter Helmert.Kristian Evers
2017-05-08Extended Helmert transformation to 14-parametersKristian Evers
2017-05-02Fixed spelling error: conpute -> computeKristian Evers
2017-05-01Removed unwanted call to pj_log_level().Kristian Evers
2017-04-18Fix aea projection return value in case of error (#503)maximchurilin
2017-04-10geodesic.h: Switch to geodesic version 1.48.1.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-03-27Horisontal and vertical gridshift driversKristian Evers
2017-03-16Add pj_find_file() function to retrieve the full filename of a proj resource ...Even Rouault
2017-03-15Document messy GDAL hackEven Rouault
2017-03-08fix memory leak in PJ_ob_tran.c (in freeup_new)dusanjovic
2017-03-08Fix commentEven Rouault
2017-02-28Enable cppcheck and fix related mostly false-positive warningsEven Rouault
2017-02-27test228.c: remove unused arguments in main()Even Rouault
2017-02-27Merge pull request #487 from PositiveArrow/c11_compilationEven Rouault
2017-02-27Merge pull request #495 from rouault/misc_warning_fixesEven Rouault
2017-02-26Vertical grids: avoid out-of-bounds read on east and south edges (#396)Even Rouault
2017-02-26Typo fixesEven Rouault
2017-02-26Raise MSVC warning level to /W4Even Rouault
2017-02-26PJ_lsat.c: restore d__1 computation that was lost in conversion done in c9f12...Even Rouault
2017-02-26Fix MSVC warnings and add /Wx to appveyor.ymlEven Rouault
2017-02-26Recent clang (e.g MacOSX) warning fixes related to double to _Bool implicit c...Even Rouault
2017-02-26test228.c: warning fixesEven Rouault
2017-02-26multistresstest.c: warning fixesEven Rouault
2017-02-26Fix warnings related to -Werror=maybe-uninitializedEven Rouault
2017-02-26Fix warnings in geodtest.cEven Rouault
2017-02-26proj.def: remove symbols no longer public.Even Rouault
2017-02-26Fix warnings related to -Wshadow -Wnull-dereference -Wfloat-conversionr -Wmis...Even Rouault
2017-02-25Fix GCC 7 warnings related to misleading indentations, fallthrough cases and ...Even Rouault
2017-02-25proj: add missing continue for 'V' switch (raised by GCC 7 -Wimplicit-fallthr...Even Rouault
2017-02-15Issue #490 update from geodesic routines from GeographicLib 1.47.Charles Karney
2017-02-10Consistent precision for mathematical macrosEtienne Jacques
2017-02-10Fix compilation with gcc with -std=c11 option.Etienne Jacques
2017-02-03PJ_horner: support for complex polynomia (#482)Thomas Knudsen
2017-01-18Merge pull request #470 from kbevers/issue-469Kristian Evers
2017-01-18Changed +ellps parameters of test pipelines. Originally +ellps was only set o...Kristian Evers
2016-12-18Not using proper spherical earth in tests that use a spherical projection. +a...Kristian Evers
2016-12-18Merge pull request #452 from tfili/no-bins-cmakeEven Rouault
2016-12-15Horner and helmert (#456)Thomas Knudsen
2016-12-12Add a scripts/fix_typos.sh script and correct reported errorsEven Rouault
2016-12-12Fix 'run_one_test defined but not used' warning when PJ_SELFTEST is not enabledEven Rouault
2016-12-12PJ_robin: avoid out-of-bounds read on NaN valuesEven Rouault
2016-12-12pj_strerrno(): make it obvious to the compiler that the function always retur...Even Rouault
2016-11-20Plumbing for pipelines (#453)Thomas Knudsen