aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2016-11-17Updated CMakeLists to only set the debug postfix if the target is being built.Tom Fili
2016-11-12Pipeline plus api - in continuation of the Genereic Coordinates pull request ...Thomas Knudsen
2016-11-08Fixing both scaling and wrap-around issues mentioned in #166Kristian Evers
2016-10-24Generic coordinates (#431)Thomas Knudsen
2016-10-20Fixes #138 (spherical tmerc with negative northing gives inverted latitude)Kristian Evers
2016-10-19Fix 'Internation' typo, replace with 'International' (to match PJ_imw_p.c).Bas Couwenberg
2016-10-19Incorrect formula used, changed to comply with Snyder and other sources. Fixe...Kristian Evers
2016-10-19Reverting to behaviour of previous version of pj_inv(). Definitions of false ...Kristian Evers
2016-10-18Convert units for false northing/easting. Fixes #186.Kristian Evers
2016-10-18Allow +alpha=0 and +gamma=0 when using omerc. Applied fix proposed in #195.Kristian Evers
2016-10-18Adjusted coefficient from 1574 to 1575. Changed on basis of #174 which refers...Kristian Evers
2016-10-18Fixes #162. Latitude origin was erroneously set to -39 instead of 39. Updated...Kristian Evers
2016-10-18fixes issue #161 [alsk - Inverse problem at the origin long/lat (-152,64)]Kristian Evers
2016-10-18Fixed issue #194 (Bug with the stereographic projection at equator) that mult...Kristian Evers
2016-10-14Replace calls to fabls with fabs (not using long doubles anyway). Fixes #426.Kristian Evers
2016-10-09Use more consistent description for sch projection.Bas Couwenberg
2016-09-01apply patch for #406 to improve Aitoff performance in some situationsHoward Butler
2016-08-22Changed self-test build behaviour from opt-out to opt-inKristian Evers
2016-08-21Merge pull request #399 from kbevers/non-computable-init-healpixHoward Butler
2016-08-21Merge pull request #400 from kbevers/times-projectionHoward Butler
2016-08-18whitespace normalization for proj 4.9.3RC3Howard Butler
2016-08-16fix incorrect Makefile.am definition in de19a33f3003ec4a2c32e40f8421c7fbefbd6e94Howard Butler