| Age | Commit message (Expand) | Author |
| 2018-03-15 | Merge pull request #864 from rouault/docs_for_developers | Even Rouault |
| 2018-03-15 | Move 'Code contributions' section of CONTRIBUTING.md and docs/source/contribu... | Even Rouault |
| 2018-03-15 | Add a for_proj_contributors.rst to document cppcheck, CSA and fix_typos.sh (f... | Even Rouault |
| 2018-03-15 | Doc: replace UTF-8 space by regular space to avoid confusing sphynx | Even Rouault |
| 2018-03-15 | Merge pull request #860 from rouault/cppcheck | Kristian Evers |
| 2018-03-14 | Merge pull request #863 from sebastic/patch-1 | Kristian Evers |
| 2018-03-14 | Fix Debian package name | Bas Couwenberg |
| 2018-03-14 | Add a Travis CLang Static Analyzer target | Even Rouault |
| 2018-03-14 | Use a function to dereference a double value, to avoid false positive warning... | Even Rouault |
| 2018-03-14 | Avoid 'Found calculation inside sizeof()' false positive with older cppcheck ... | Even Rouault |
| 2018-03-14 | Avoid 'duplicateExpression,Same expression on both sides of '!='' false posit... | Even Rouault |
| 2018-03-14 | Avoid 'invalidscanf,scanf without field width limits can crash with huge inpu... | Even Rouault |
| 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 nu... | Even Rouault |
| 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 loop,... | Even Rouault |
| 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 | Add a scripts/cppcheck.sh that check both warnings and errors, and use it in ... | Even Rouault |
| 2018-03-14 | Fix 'Variable 'XXXX' is reassigned a value before the old one has been used' ... | Even Rouault |
| 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-13 | Add install section to docs | Kristian Evers |
| 2018-03-13 | Fix table on alsk doc-page | Kristian Evers |
| 2018-03-12 | Fix 'Consecutive return, break, continue, goto or throw statements are unnece... | Even Rouault |
| 2018-03-12 | Fix 'Either the condition 'fromProj!=0' is redundant or there is possible nul... | Even Rouault |
| 2018-03-12 | Fix 'src/nad2bin.c:80,style,arrayIndexThenCheck,Array index 'i' is used befor... | Even Rouault |
| 2018-03-12 | Fix 'src/pj_internal.c:346,style,unreadVariable,Variable 'n' is assigned a va... | Even Rouault |
| 2018-03-12 | Avoid cppcheck false positive 'Variable 'nadgrids' is assigned a value that i... | Even Rouault |
| 2018-03-12 | PJ_pipeline: remove unused sructure member (spotted by cppcheck) | Even Rouault |
| 2018-03-12 | geodesic.c: fix multiple occurences of 'Clarify calculation precedence for '&... | Even Rouault |
| 2018-03-12 | Fix 'src/proj.c:224,style,multiCondition,Expression is always false because '... | Even Rouault |
| 2018-03-12 | Fix 'bufferAccessOutOfBounds,Buffer is accessed out of bounds' cppcheck warnings | Even Rouault |
| 2018-03-12 | Fix 'src/cct.c:235,error,resourceLeak,Resource leak: fout' cppcheck warning | Even Rouault |
| 2018-03-12 | Merge pull request #857 from kbevers/return-error-instead-of-zeros | Kristian Evers |
| 2018-03-12 | Make sure to pass any existing errno's on after the coordinate operation is done | Kristian Evers |
| 2018-03-12 | Merge pull request #858 from kbevers/remove-unneded-pj_param-call-from-aeqd | Kristian Evers |
| 2018-03-12 | Add info tables to doc-pages for aitoff, alsk and apian | Kristian Evers |
| 2018-03-11 | Don't fetch lat_0 value twice | Kristian Evers |
| 2018-03-11 | Merge branch 'master' into return-error-instead-of-zeros | Kristian Evers |
| 2018-03-11 | Merge pull request #851 from kbevers/web-mercator-test | Kristian Evers |
| 2018-03-11 | Make sure that transient errors are returned correctly | Kristian Evers |
| 2018-03-11 | Add doc page for Albers Equal Area | Kristian Evers |
| 2018-03-11 | Add Web Mercator test case | Kristian Evers |
| 2018-03-11 | Merge pull request #852 from kbevers/remove-pj_-prefix-from-static-functions | Kristian Evers |
| 2018-03-11 | Merge pull request #853 from rouault/typo_fixes | Kristian Evers |
| 2018-03-11 | Merge pull request #855 from rouault/mingw32_less_multistresstest_iterations | Even Rouault |