aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-20Merge pull request #874 from cffk/geod-1.49.3-fix1Kristian Evers
2018-03-20Introduce late expansion of +datum parameters. Fixes #872.Kristian Evers
2018-03-20Add 'exact' flag to Helmert operation when doing cs2cs emulation. Fixes #871....Kristian Evers
2018-03-20Track the header size read in pj_gridinfo_initKurt Schwehr
2018-03-20For the Intel compiler use "-fp-model precise" on all platforms.Charles Karney
2018-03-20Change update_man script so that files aren't accidentally committtedKristian Evers
2018-03-20Remove accidentally committed man file of the complete documentationKristian Evers
2018-03-19Merge pull request #869 from kbevers/sphinx-man-pagesKristian Evers
2018-03-19Fix spelling error in gie error code. Closes #861.Kristian Evers
2018-03-19Merge pull request #868 from cffk/geod-1.49.3Charles Karney
2018-03-18Update man-pages from Sphinx-docsKristian Evers
2018-03-18Setup automatic man page generationKristian Evers
2018-03-18Add documentation for the gie programKristian Evers
2018-03-17Add ax_check_compile_flag.m4 fromCharles Karney
2018-03-17Fix comments in geodesic.c. Better invocation of AX_CHECK_COMPILE_FLAG,Charles Karney
2018-03-17Patch 1.49.3 for geodesic package.Charles Karney
2018-03-17Move application docs to top level.Kristian Evers
2018-03-17Reformat doc pages for cct, cs2cs, geod and projKristian Evers
2018-03-16Merge pull request #865 from kbevers/pj_releaseKristian Evers
2018-03-16Use version numbers from proj.h in pj_release stringKristian Evers
2018-03-15Merge pull request #864 from rouault/docs_for_developersEven Rouault
2018-03-15Move 'Code contributions' section of CONTRIBUTING.md and docs/source/contribu...Even Rouault
2018-03-15Add a for_proj_contributors.rst to document cppcheck, CSA and fix_typos.sh (f...Even Rouault
2018-03-15Doc: replace UTF-8 space by regular space to avoid confusing sphynxEven Rouault
2018-03-15Merge pull request #860 from rouault/cppcheckKristian Evers
2018-03-14Merge pull request #863 from sebastic/patch-1Kristian Evers
2018-03-14Fix Debian package nameBas Couwenberg
2018-03-14Add a Travis CLang Static Analyzer targetEven Rouault
2018-03-14Use a function to dereference a double value, to avoid false positive warning...Even Rouault
2018-03-14Avoid 'Found calculation inside sizeof()' false positive with older cppcheck ...Even Rouault
2018-03-14Avoid 'duplicateExpression,Same expression on both sides of '!='' false posit...Even Rouault
2018-03-14Avoid 'invalidscanf,scanf without field width limits can crash with huge inpu...Even Rouault
2018-03-14Workaround false positive older cppcheck warning about null pointer dereferenceEven Rouault
2018-03-14Fix (mostly false positive) clang static analyzer warnings about potential nu...Even Rouault
2018-03-14Fix various dead initialization warnings spotted by clang static analyzerEven Rouault
2018-03-14Remove useless code (the variable is updated, but no longer used in the loop,...Even Rouault
2018-03-14Fix dead assignment spotted by clang static analyzerEven Rouault
2018-03-14geodesic.c: initialize various variables to please CLang Static AnalyzerEven Rouault
2018-03-14cct.c: fix memory leak (spotted by clang static analyzer)Even Rouault
2018-03-14Add a scripts/cppcheck.sh that check both warnings and errors, and use it in ...Even Rouault
2018-03-14Fix 'Variable 'XXXX' is reassigned a value before the old one has been used' ...Even Rouault
2018-03-14Add a few cppcheck suppressionsEven Rouault
2018-03-14Add comment to justify 718495c62ed00d6bf2a60be3b67ecf7e2e8da2d2Even Rouault
2018-03-14fixupEven Rouault
2018-03-14PJ_isea.c: Remove unused structureEven Rouault
2018-03-13Add install section to docsKristian Evers
2018-03-13Fix table on alsk doc-pageKristian Evers
2018-03-12Fix 'Consecutive return, break, continue, goto or throw statements are unnece...Even Rouault
2018-03-12Fix 'Either the condition 'fromProj!=0' is redundant or there is possible nul...Even Rouault
2018-03-12Fix 'src/nad2bin.c:80,style,arrayIndexThenCheck,Array index 'i' is used befor...Even Rouault