aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-13Avoid 7z blocking builds by allowing overwrites and assuming yes on all queries.Kristian Evers
2017-03-13Correcting paths in appveyor test-scriptKristian Evers
2017-03-13(attempt at) fixing grid dirs in appveyor/travis setupKristian Evers
2017-03-12Download datum grids version 1.6 and egm96_15 geoid grid in continous ↵Kristian Evers
integration setups
2017-03-08Merge pull request #498 from dusanjovic/masterEven Rouault
fix memory leak in PJ_ob_tran.c (in freeup_new)
2017-03-08fix memory leak in PJ_ob_tran.c (in freeup_new)dusanjovic
freeup_new must not return before both P->opaque and P are deallocated.
2017-03-08Fix commentEven Rouault
2017-02-28Merge pull request #496 from rouault/cppcheckEven Rouault
Enable cppcheck and fix related mostly false-positive warnings
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
C11 compilation
2017-02-27Merge pull request #495 from rouault/misc_warning_fixesEven Rouault
Fix warnings related to -Wshadow -Wnull-dereference -Wfloat-conversion -Wmissing-prototypes -Wmissing-declarations
2017-02-26Vertical grids: avoid out-of-bounds read on east and south edges (#396)Even Rouault
2017-02-26nad/esri: replace no_defs by +no_defs and remove duplicates (#494)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 ↵Even Rouault
c9f12e0033474518fa460444b9948f36ce47d51f. Issue raised by VS12
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 ↵Even Rouault
conversions
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-26configure.ac: remove -Werror from CFLAGS when detecting exp symbol in libmEven Rouault
2017-02-26travis/install.sh: use super pedantic warning flags for autoconf buildEven Rouault
2017-02-26proj.def: remove symbols no longer public.Even Rouault
See https://ci.appveyor.com/project/OSGeo/proj-4/build/1.0.513/job/chsb12mrfkpbkbqj
2017-02-26Fix warnings related to -Wshadow -Wnull-dereference -Wfloat-conversionr ↵Even Rouault
-Wmissing-prototypes -Wmissing-declarations
2017-02-25Fix GCC 7 warnings related to misleading indentations, fallthrough cases and ↵Even Rouault
unused variable
2017-02-25proj: add missing continue for 'V' switch (raised by GCC 7 ↵Even Rouault
-Wimplicit-fallthrough)
2017-02-15Merge pull request #491 from cffk/geod-1.47Kristian Evers
Issue #490 update from geodesic routines from GeographicLib 1.47.
2017-02-15Issue #490 update from geodesic routines from GeographicLib 1.47.Charles Karney
Improve accuracy of area calculation (fixing a flaw introduced in version 1.46). Changed files geodesic.[ch3], geodtest.c, geod.1.
2017-02-13Added missing debug flag in nmake-debug configurationKristian Evers
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
* PJ_horner: support for complex polynomia Add Poder/Engsager dual complex Horner and corresponding test case. Removed superfluous test code from original Poder/Engsager gen_pol implementation. * Trim code in response to a review by @kbevers * Clean up a few cases of hard coded constants enum pj_direction symbols replacing hard coded {-1, 0, 1} integer constants
2017-02-03Added doc page for Miller projectionjulien2512
2017-02-01Link to the PROJ.4 GitHub site from the frontpage of proj4.orgKristian Evers
2017-01-19.travis.yml: add multi config setupEven Rouault
Setup 4 configs: Linux/GCC, Linux/CLang, OSX CLang and mingw32 OSX allowed to fail, since it fails in the proj -VC step.
2017-01-18Merge pull request #470 from kbevers/issue-469Kristian Evers
Repairing tests that fails on OS X
2017-01-18Changed +ellps parameters of test pipelines. Originally +ellps was only set ↵Kristian Evers
once in the pipeline which break tests on OSX. Moving the +ellps parameters to each +step of the pipelines seems to fix the OSX tests.
2017-01-10Update to EPSG v9.0 database (#477)Even Rouault
2016-12-18Not using proper spherical earth in tests that use a spherical projection. ↵Kristian Evers
+a replaced with +R
2016-12-18Correcting typo in qsc doc pageKristian Evers
2016-12-18Merge pull request #452 from tfili/no-bins-cmakeEven Rouault
Updated CMakeLists to only set the debug postfix if the target is being built
2016-12-18Merge pull request #467 from kbevers/doc-final-migration-from-tracKristian Evers
Migrating the last doc pages from trac to proj4.org
2016-12-18Migrated QSC doc page from trac. The text has been restructured to fit ↵Kristian Evers
better with the rest of the Proj.4 documentation.
2016-12-17Migrated Tilted Perspective projection doc page from tracKristian Evers
2016-12-17Migrated Geostationary Satellite View projection from tracKristian Evers
2016-12-17Migrated Natural Earth doc page from tracKristian Evers
2016-12-17Migrated rhealpix documentation from tracKristian Evers