| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-27 | Print help text when callin gie without arguments | Kristian Evers | |
| Previously gie would return "Nothing to do" when called without arguments. With this change the help text is returned instead. | |||
| 2018-03-27 | Free memory on exit | Kristian Evers | |
| 2018-03-27 | Print help when calling cct without arguments | Kristian Evers | |
| Previously when calling cct without any arguments the following message would be presented to the user: cct: Bad transformation arguments - ((null)) 'cct -h' for help With this change the help instructions are returned instead. | |||
| 2018-03-27 | Document --version option in cct and gie | Kristian Evers | |
| 2018-03-23 | If HAVE_C99_MATH, define pj_is_nan as isnan. | Charles Karney | |
| Extend HAVE_C99_MATH checks in CMakeLists.txt and configure.ac to include test for C99 function isnan. | |||
| 2018-03-22 | Merge pull request #887 from schwehr/float-cast-overflow | Kristian Evers | |
| Handle nan float cast overflow in PJ_robin.c and nad_intr.c | |||
| 2018-03-22 | Handle nan float cast overflow in PJ_robin.c and nad_intr.c | Kurt Schwehr | |
| Uses the new pj_is_nan to avoid x == x checks. Removes an assignment from an arg list | |||
| 2018-03-22 | Add a simple implementation of pj_is_nan() to proj_internal.h | Kurt Schwehr | |
| 2018-03-22 | Merge pull request #886 from schwehr/log-level | Kristian Evers | |
| 3 -> PJ_LOG_TRACE for pj_log level in pj_init.c | |||
| 2018-03-22 | proj.h: update PROJ_VERSION_MAJOR.PROJ_VERSION_MINOR to 5.1 | Even Rouault | |
| This will help avoiding issues for people tracking proj master and GDAL See https://lists.osgeo.org/pipermail/gdal-dev/2018-March/048285.html | |||
| 2018-03-21 | 3 -> PJ_LOG_TRACE for pj_log level in pj_init.c | Kurt Schwehr | |
| Bare literals are hard to follow and inconsisten with the rest of proj. | |||
| 2018-03-21 | Merge pull request #882 from rouault/fix_881 | Kristian Evers | |
| Take into account +towgs84=0,0,0 in pipeline to still imply geodetic->cartesian->geodetic (fixes #881) | |||
| 2018-03-21 | Take into account +towgs84=0,0,0 in pipeline to still imply ↵ | Even Rouault | |
| geodetic->cartesian->geodetic (fixes #881) | |||
| 2018-03-21 | Merge pull request #883 from schwehr/ctable-null | Kristian Evers | |
| Handle the case where nad_ctable2_init returns NULL. | |||
| 2018-03-21 | Merge pull request #880 from mwtoews/rename-var | Kristian Evers | |
| Avoid shadowed declaration errors with old gcc | |||
| 2018-03-21 | Merge branch 'master' into ctable-null | Kristian Evers | |
| 2018-03-21 | Merge pull request #878 from schwehr/logging-cleanup | Kristian Evers | |
| Remove final \n from pj_log messages. | |||
| 2018-03-20 | Handle the case where nad_ctable2_init returns NULL. | Kurt Schwehr | |
| Make CTABLE V2 handling the same as CTABLE. The pj_log call hit a NULL pointer during fuzzing. Found with autofuzz. | |||
| 2018-03-21 | Avoid shadowed declaration errors with old gcc | Mike Toews | |
| 2018-03-21 | Add extra { } to make code clearer | Even Rouault | |
| 2018-03-20 | Remove final \n from pj_log messages. | Kurt Schwehr | |
| There was a mix of pj_log calls with and without a trailing newline. pj_stderr_logger already adds a newline to the end of each msg, so pj_log calls don't need their own. | |||
| 2018-03-20 | Merge pull request #877 from kbevers/fix-datum-param-in-pipelines | Kristian Evers | |
| Introduce late expansion of +datum parameters. | |||
| 2018-03-20 | Merge pull request #876 from schwehr/b74944176-pj_gridinfo_init | Kristian Evers | |
| Track the header size read in pj_gridinfo_init | |||
| 2018-03-20 | Introduce late expansion of +datum parameters. Fixes #872. | Kristian Evers | |
| 2018-03-20 | Add 'exact' flag to Helmert operation when doing cs2cs emulation. Fixes ↵ | Kristian Evers | |
| #871. (#873) | |||
| 2018-03-20 | Track the header size read in pj_gridinfo_init | Kurt Schwehr | |
| Fixes #875 Found with autofuzz using MSAN: use-of-uninitialized-value | |||
| 2018-03-19 | Fix spelling error in gie error code. Closes #861. | Kristian Evers | |
| 2018-03-17 | Fix comments in geodesic.c. Better invocation of AX_CHECK_COMPILE_FLAG, | Charles Karney | |
| but I doubt this will fix the build failures on the CI machines. | |||
| 2018-03-17 | Patch 1.49.3 for geodesic package. | Charles Karney | |
| Set flags for Intel compiler to prevent incorrect optimization of arithmetic expressions #826. Guard against nans in sincosdx #834. Issue #831 is not addressed here (need more information...). | |||
| 2018-03-16 | Merge pull request #865 from kbevers/pj_release | Kristian Evers | |
| Use version numbers from proj.h in pj_release string | |||
| 2018-03-16 | Use version numbers from proj.h in pj_release string | Kristian Evers | |
| 2018-03-14 | Use a function to dereference a double value, to avoid false positive ↵ | Even Rouault | |
| warning with older cppcheck versions | |||
| 2018-03-14 | Avoid 'Found calculation inside sizeof()' false positive with older cppcheck ↵ | Even Rouault | |
| versions | |||
| 2018-03-14 | Avoid 'duplicateExpression,Same expression on both sides of '!='' false ↵ | Even Rouault | |
| positive with older cppcheck versions | |||
| 2018-03-14 | Avoid 'invalidscanf,scanf without field width limits can crash with huge ↵ | Even Rouault | |
| input data on some versions of libc' with older cppcheck versions | |||
| 2018-03-14 | Workaround false positive older cppcheck warning about null pointer dereference | Even Rouault | |
| 2018-03-14 | Fix (mostly false positive) clang static analyzer warnings about potential ↵ | Even Rouault | |
| null pointer dereference | |||
| 2018-03-14 | Fix various dead initialization warnings spotted by clang static analyzer | Even Rouault | |
| 2018-03-14 | Remove useless code (the variable is updated, but no longer used in the ↵ | Even Rouault | |
| loop, and reinitialized at the next iteration) (spotted by clang static analyzer) The bug dates back from the original commit of src/PJ_lsat.c src/PJ_misrsom.c has likely copied & pasted from PJ_lsat.c | |||
| 2018-03-14 | Fix dead assignment spotted by clang static analyzer | Even Rouault | |
| 2018-03-14 | geodesic.c: initialize various variables to please CLang Static Analyzer | Even Rouault | |
| 2018-03-14 | cct.c: fix memory leak (spotted by clang static analyzer) | Even Rouault | |
| 2018-03-14 | Fix 'Variable 'XXXX' is reassigned a value before the old one has been used' ↵ | Even Rouault | |
| warnings | |||
| 2018-03-14 | Add a few cppcheck suppressions | Even Rouault | |
| 2018-03-14 | Add comment to justify 718495c62ed00d6bf2a60be3b67ecf7e2e8da2d2 | Even Rouault | |
| 2018-03-14 | fixup | Even Rouault | |
| 2018-03-14 | PJ_isea.c: Remove unused structure | Even Rouault | |
| 2018-03-12 | Fix 'Consecutive return, break, continue, goto or throw statements are ↵ | Even Rouault | |
| unnecessary' cppcheck warnings | |||
| 2018-03-12 | Fix 'Either the condition 'fromProj!=0' is redundant or there is possible ↵ | Even Rouault | |
| null pointer dereference: fromProj' cppcheck warning | |||
| 2018-03-12 | Fix 'src/nad2bin.c:80,style,arrayIndexThenCheck,Array index 'i' is used ↵ | Even Rouault | |
| before limits check' false positive cppcheck warning | |||
