| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Merge pull request #879 from mwtoews/tidy | Even Rouault | |
| Update .gitignore for newer binaries | |||
| 2018-03-21 | Update .gitignore for newer binaries | 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 | Merge pull request #874 from cffk/geod-1.49.3-fix1 | Kristian Evers | |
| For the Intel compiler use "-fp-model precise" on all platforms. | |||
| 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-20 | For the Intel compiler use "-fp-model precise" on all platforms. | Charles Karney | |
| 2018-03-20 | Change update_man script so that files aren't accidentally committted | Kristian Evers | |
| 2018-03-20 | Remove accidentally committed man file of the complete documentation | Kristian Evers | |
| 2018-03-19 | Merge pull request #869 from kbevers/sphinx-man-pages | Kristian Evers | |
| Auto-generate man pages from Sphinx docs | |||
| 2018-03-19 | Fix spelling error in gie error code. Closes #861. | Kristian Evers | |
| 2018-03-19 | Merge pull request #868 from cffk/geod-1.49.3 | Charles Karney | |
| Patch 1.49.3 for geodesic package. Closes #826, partially closes #843. | |||
| 2018-03-18 | Update man-pages from Sphinx-docs | Kristian Evers | |
| 2018-03-18 | Setup automatic man page generation | Kristian Evers | |
| Create man pages from the Sphinx documentation. Ideally the man pages are updated completely automatic when running make dist and make install but that is a quite complicated setup. For now a script that builds the man pages and commits them has been created. This is to be run as part of the release process so that man pages are aligned with the most recent version of the docs. | |||
| 2018-03-18 | Add documentation for the gie program | Kristian Evers | |
| 2018-03-17 | Add ax_check_compile_flag.m4 from | Charles Karney | |
| https://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html | |||
| 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-17 | Move application docs to top level. | Kristian Evers | |
| The 'Applications' chapter is moved to the top level of the website in order to make it easier for users to find the pages quickly instead of having to search through sub-sections in other chapters. | |||
| 2018-03-17 | Reformat doc pages for cct, cs2cs, geod and proj | Kristian Evers | |
| The doc pages are reformatted to better use the features of the Sphinx documentation system. All four pages has been formatted such that they can serve as the basis for both the website and UNIX man-pages. This will make it easier to keep the man-pages aligned with the main documentation in the future. | |||
| 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-15 | Merge pull request #864 from rouault/docs_for_developers | Even Rouault | |
| Add a for_proj_contributors.rst to document cppcheck, CSA and fix_typos.sh (fixes #862) | |||
| 2018-03-15 | Move 'Code contributions' section of CONTRIBUTING.md and ↵ | Even Rouault | |
| docs/source/contributing.rst to doc/source/development/for_proj_contributors.rst | |||
| 2018-03-15 | Add a for_proj_contributors.rst to document cppcheck, CSA and fix_typos.sh ↵ | Even Rouault | |
| (fixes #862) | |||
| 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 | |
| Fix various issues spotted by cppcheck and clang static analyzer | |||
| 2018-03-14 | Merge pull request #863 from sebastic/patch-1 | Kristian Evers | |
| Fix Debian package name | |||
| 2018-03-14 | Fix Debian package name | Bas Couwenberg | |
| 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. | |||
| 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 ↵ | 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 | Add a scripts/cppcheck.sh that check both warnings and errors, and use it in ↵ | Even Rouault | |
| travis/linux_gcc | |||
