| Age | Commit message (Collapse) | Author |
|
|
|
Fix various issues spotted by cppcheck and clang static analyzer
|
|
Fix Debian package name
|
|
On Debian/Ubuntu the `proj-bin` package provides the commandline utilities, and `libproj-dev` the library headers and `.so` symlinks, the `-dev` required to build software that links to libproj.
|
|
|
|
warning with older cppcheck versions
|
|
versions
|
|
positive with older cppcheck versions
|
|
input data on some versions of libc' with older cppcheck versions
|
|
|
|
null pointer dereference
|
|
|
|
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
|
|
|
|
|
|
|
|
travis/linux_gcc
|
|
warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unnecessary' cppcheck warnings
|
|
null pointer dereference: fromProj' cppcheck warning
|
|
before limits check' false positive cppcheck warning
|
|
value that is never used' cppcheck warning
|
|
is never used' and make code more readable
|
|
|
|
'&' and '?'' cppcheck warnings
|
|
'else if' condition matches previous condition at line 221' cppcheck warning
|
|
|
|
|
|
Make sure that transient errors are returned correctly
|
|
|
|
Don't fetch lat_0 value twice
|
|
|
|
It is not necessary to read +lat_0 with pj_param in projection setup. It
is read by default in pj_init().
|
|
|
|
Add Web Mercator test case
|
|
The prepare/finalize steps in pj_fwd*/pj_inv* now checks the error level
of the PJ object before returning the coordinate. If an error is
detected proj_coord_error() is returned.
|
|
|
|
|
|
Remove 'pj_' prefix from static functions
|
|
Typo fixes
|
|
mingw32 travis: reduce number of iterations for multistresstest
|
|
|
|
|
|
Original mispelled constant kept for backward compatibility.
|