| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-13 | Avoid 7z blocking builds by allowing overwrites and assuming yes on all queries. | Kristian Evers | |
| 2017-03-13 | Correcting paths in appveyor test-script | Kristian Evers | |
| 2017-03-13 | (attempt at) fixing grid dirs in appveyor/travis setup | Kristian Evers | |
| 2017-03-12 | Download datum grids version 1.6 and egm96_15 geoid grid in continous ↵ | Kristian Evers | |
| integration setups | |||
| 2017-03-08 | Merge pull request #498 from dusanjovic/master | Even Rouault | |
| fix memory leak in PJ_ob_tran.c (in freeup_new) | |||
| 2017-03-08 | fix 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-08 | Fix comment | Even Rouault | |
| 2017-02-28 | Merge pull request #496 from rouault/cppcheck | Even Rouault | |
| Enable cppcheck and fix related mostly false-positive warnings | |||
| 2017-02-28 | Enable cppcheck and fix related mostly false-positive warnings | Even Rouault | |
| 2017-02-27 | test228.c: remove unused arguments in main() | Even Rouault | |
| 2017-02-27 | Merge pull request #487 from PositiveArrow/c11_compilation | Even Rouault | |
| C11 compilation | |||
| 2017-02-27 | Merge pull request #495 from rouault/misc_warning_fixes | Even Rouault | |
| Fix warnings related to -Wshadow -Wnull-dereference -Wfloat-conversion -Wmissing-prototypes -Wmissing-declarations | |||
| 2017-02-26 | Vertical grids: avoid out-of-bounds read on east and south edges (#396) | Even Rouault | |
| 2017-02-26 | nad/esri: replace no_defs by +no_defs and remove duplicates (#494) | Even Rouault | |
| 2017-02-26 | Typo fixes | Even Rouault | |
| 2017-02-26 | Raise MSVC warning level to /W4 | Even Rouault | |
| 2017-02-26 | PJ_lsat.c: restore d__1 computation that was lost in conversion done in ↵ | Even Rouault | |
| c9f12e0033474518fa460444b9948f36ce47d51f. Issue raised by VS12 | |||
| 2017-02-26 | Fix MSVC warnings and add /Wx to appveyor.yml | Even Rouault | |
| 2017-02-26 | Recent clang (e.g MacOSX) warning fixes related to double to _Bool implicit ↵ | Even Rouault | |
| conversions | |||
| 2017-02-26 | test228.c: warning fixes | Even Rouault | |
| 2017-02-26 | multistresstest.c: warning fixes | Even Rouault | |
| 2017-02-26 | Fix warnings related to -Werror=maybe-uninitialized | Even Rouault | |
| 2017-02-26 | Fix warnings in geodtest.c | Even Rouault | |
| 2017-02-26 | configure.ac: remove -Werror from CFLAGS when detecting exp symbol in libm | Even Rouault | |
| 2017-02-26 | travis/install.sh: use super pedantic warning flags for autoconf build | Even Rouault | |
| 2017-02-26 | proj.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-26 | Fix warnings related to -Wshadow -Wnull-dereference -Wfloat-conversionr ↵ | Even Rouault | |
| -Wmissing-prototypes -Wmissing-declarations | |||
| 2017-02-25 | Fix GCC 7 warnings related to misleading indentations, fallthrough cases and ↵ | Even Rouault | |
| unused variable | |||
| 2017-02-25 | proj: add missing continue for 'V' switch (raised by GCC 7 ↵ | Even Rouault | |
| -Wimplicit-fallthrough) | |||
| 2017-02-15 | Merge pull request #491 from cffk/geod-1.47 | Kristian Evers | |
| Issue #490 update from geodesic routines from GeographicLib 1.47. | |||
| 2017-02-15 | Issue #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-13 | Added missing debug flag in nmake-debug configuration | Kristian Evers | |
| 2017-02-10 | Consistent precision for mathematical macros | Etienne Jacques | |
| 2017-02-10 | Fix compilation with gcc with -std=c11 option. | Etienne Jacques | |
| 2017-02-03 | PJ_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-03 | Added doc page for Miller projection | julien2512 | |
| 2017-02-01 | Link to the PROJ.4 GitHub site from the frontpage of proj4.org | Kristian Evers | |
| 2017-01-19 | .travis.yml: add multi config setup | Even 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-18 | Merge pull request #470 from kbevers/issue-469 | Kristian Evers | |
| Repairing tests that fails on OS X | |||
| 2017-01-18 | Changed +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-10 | Update to EPSG v9.0 database (#477) | Even Rouault | |
| 2016-12-18 | Not using proper spherical earth in tests that use a spherical projection. ↵ | Kristian Evers | |
| +a replaced with +R | |||
| 2016-12-18 | Correcting typo in qsc doc page | Kristian Evers | |
| 2016-12-18 | Merge pull request #452 from tfili/no-bins-cmake | Even Rouault | |
| Updated CMakeLists to only set the debug postfix if the target is being built | |||
| 2016-12-18 | Merge pull request #467 from kbevers/doc-final-migration-from-trac | Kristian Evers | |
| Migrating the last doc pages from trac to proj4.org | |||
| 2016-12-18 | Migrated 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-17 | Migrated Tilted Perspective projection doc page from trac | Kristian Evers | |
| 2016-12-17 | Migrated Geostationary Satellite View projection from trac | Kristian Evers | |
| 2016-12-17 | Migrated Natural Earth doc page from trac | Kristian Evers | |
| 2016-12-17 | Migrated rhealpix documentation from trac | Kristian Evers | |
