| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-26 | Add Gitter badge to README [ci skip] | Mateusz Łoskot | |
| Add mailing list badge. | |||
| 2018-06-26 | Merge pull request #1060 from rouault/override_gh_pages | Kristian Evers | |
| deploy_website.sh: update gh-pages with a single force-pushed commit (fixes #1059) | |||
| 2018-06-25 | deploy_website.sh: update gh-pages with a single force-pushed commit (fixes ↵ | Even Rouault | |
| #1059) This will avoid the history of gh-pages to grow indifinitely, and thus the size of the PROJ git repository, whereas it has heavy binary objects like proj.pdf that are modified by each commit. | |||
| 2018-06-25 | doc: typo fix | Even Rouault | |
| 2018-06-22 | Merge pull request #1055 from rouault/geocent_cart_to_meter | Kristian Evers | |
| Make +proj=geocent and +proj=cart take into account +to_meter (relates to #1053) | |||
| 2018-06-22 | Merge pull request #1054 from rouault/add_angular_units_to_unitconvert | Kristian Evers | |
| Add support for deg, rad and grad in unitconvert (fixes #1052), and document that it supports numeric factors (refs #1053) | |||
| 2018-06-21 | Make +proj=geocent and +proj=cart take into account +to_meter (relates to #1053) | Even Rouault | |
| 2018-06-21 | unitconvert: error out if xy_in/xy_out z_in/z_out use different unit types | Even Rouault | |
| 2018-06-21 | Add support for deg, rad and grad in unitconvert (fixes #1052), and document ↵ | Even Rouault | |
| that it supports numeric factors (refs #1053) | |||
| 2018-06-21 | Merge pull request #1050 from kbevers/add-proj_errno_string-proj.def | Kristian Evers | |
| Add proj_errno_string() to proj.def | |||
| 2018-06-20 | Add test for proj_errno_string() | Kristian Evers | |
| 2018-06-20 | Raise version number to 5.2.0 in CMake config | Kristian Evers | |
| Add instruction to HOWTO-RELEASE as well so it is remembered in the future. | |||
| 2018-06-20 | Add proj_errno_string() to proj.def | Kristian Evers | |
| 2018-06-19 | Merge pull request #1048 from schwehr/pj_transform-errno | Kristian Evers | |
| pj_transform.c:projected_to_geographic: Convert literal -17 to PJD_ERR_NON_CONV_INV_MERI_DIST (#993) | |||
| 2018-06-19 | Doc: not all grid formats have documentation | Even Rouault | |
| 2018-06-19 | pj_transform.c:projected_to_geographic: Convert literal -17 to ↵ | Kurt Schwehr | |
| PJD_ERR_NON_CONV_INV_MERI_DIST (#993) | |||
| 2018-06-18 | Add Gitter room to communication channels doc page | Kristian Evers | |
| 2018-06-18 | Merge pull request #1044 from aaronpuchert/set-error-codes | Kristian Evers | |
| Set error codes in proj_create and proj_create_argv | |||
| 2018-06-18 | Add pj_phi2_test (#1039 & #1045) | Even Rouault | |
| Nigrated from: schwehr/gdal-autotest2:cpp/third_party/proj/pj_phi2_test.cc@master License intentionally changed from Apache 2 to match PROJ. | |||
| 2018-06-18 | Set error codes in proj_create and proj_create_argv | Aaron Puchert | |
| When there are no arguments, we set PJD_ERR_NO_ARGS, just like the old API does in that case. On allocation failure we set ENOMEM as usual. | |||
| 2018-06-16 | Merge pull request #1042 from schwehr/fileapi-fgets-b110119937 | Kristian Evers | |
| Fileapi fgets b110119937 | |||
| 2018-06-15 | Do not scan past the end of the read data in pj_ctx_fgets | Kurt Schwehr | |
| use-of-uninitialized-value third_party/proj4/proj/src/pj_fileapi.c:pj_ctx_fgets Found with autofuzz msan | |||
| 2018-06-14 | Merge pull request #1043 from mwtoews/docs | Kristian Evers | |
| Start a `customstyle` for bibliographic references | |||
| 2018-06-14 | Start a `customstyle` for bibliographic references | Mike Toews | |
| Modifies label to use BibTeX key name, and format names with lastfirst | |||
| 2018-06-13 | whitespace cleanup pj_fileapi.c | Kurt Schwehr | |
| 2018-06-10 | Merge pull request #1041 from mwtoews/docs | Kristian Evers | |
| Rewrite references using BibTeX and sphinxcontrib-bibtex | |||
| 2018-06-10 | Merge pull request #1038 from kbevers/howtorelease | Kristian Evers | |
| Complete overhaul of HOWTO-RELEASE. | |||
| 2018-06-10 | workaround for issue with sphinxcontrib-bibtex | Mike Toews | |
| 2018-06-10 | rewrite references using BibTeX and sphinxcontrib-bibtex | Mike Toews | |
| 2018-06-09 | cppcheck.sh: enable to run it from any directory | Even Rouault | |
| 2018-06-09 | Complete overhaul of HOWTO-RELEASE. | Kristian Evers | |
| The release process is described in more details as well as adding section covering release candidates and how to proceed after a release. | |||
| 2018-06-08 | Improve travis/install.sh | Even Rouault | |
| - No longer do the initial useless autoconf build - Make sure to do a cmake build from the tarball generated by 'make dist' | |||
| 2018-06-08 | Add CMakeLists.txt.in to EXTRA_DIST of test/googletest/Makefile.am | Even Rouault | |
| 2018-06-08 | test/unit/Makefile.am: do not install gtest_include.h | Even Rouault | |
| 2018-06-08 | bump version numbers to 5.2.0 | Kristian Evers | |
| 2018-06-08 | docs: make sure rfc are indexed | Even Rouault | |
| 2018-06-08 | update RFC 1 with modifications suggested by Frank, declare RFC 1 passed | Howard Butler | |
| 2018-06-08 | Merge pull request #1035 from rouault/html_coverage | Even Rouault | |
| Add a scripts/gen_html_coverage.sh to generate local report of code c… …overage with lcov/genhtml | |||
| 2018-06-08 | Add a scripts/gen_html_coverage.sh to generate local report of code coverage ↵ | Even Rouault | |
| with lcov/genhtml | |||
| 2018-06-08 | Merge pull request #1037 from mloskot/ml/cmake-bump-proj-version | Kristian Evers | |
| CMake: bump PROJ version to 5.1.0 | |||
| 2018-06-08 | Ignore VS2017 and CLion user-specific local files | Mateusz Loskot | |
| - CMakeSettings.json - CMake integration for VS2017 config - .idea - CLion config [ci skip] | |||
| 2018-06-08 | CMake: bump PROJ version to 5.1.0 | Mateusz Loskot | |
| Align version with the one defined in configure.ac. | |||
| 2018-06-08 | appveyor.yml: set PATH to run tests | Even Rouault | |
| 2018-06-08 | Export proj target to scope visible for test/unit target | Mateusz Loskot | |
| Refines #1034 | |||
| 2018-06-07 | Merge pull request #1034 from mloskot/ml/add-cmake-for-gtest | Even Rouault | |
| WIP: Add CMake configuration for test/googletest and test/unit | |||
| 2018-06-07 | Add CMake configuration for test/googletest and test/unit | Mateusz Loskot | |
| For CMake builds, latest googletest 1.8.0 is downloaded. Following officially recommended integration for CMake-enabled projects https://github.com/google/googletest/blob/master/googletest/README.md "Use CMake to download GoogleTest as part of the build's configure step. This is just a little more complex, but doesn't have the limitations of the other methods." Since, our copy of test/googletest - is a very minimalist copy of googletest - does not include any official CMake scripts - would require copying parts of googletest CMakeLists.txt, compilater/linker flags (e.g. -lpthreads) for reliable multi-platform builds, it is reasoanable to rely on download All pros and cons advantages are discussed in teh README.md linked above. Closes #1033 | |||
| 2018-06-07 | Merge pull request #1024 from rouault/googletest | Even Rouault | |
| Add googletest 1.8.0 framework in test/googletest, and use it with autoconf builds only (CMake integration to be done) | |||
| 2018-06-07 | Add googletest 1.8.0 framework in test/googletest, and use it with autoconf ↵ | Even Rouault | |
| builds only (CMake integration to be done) | |||
| 2018-06-06 | Merge pull request #1032 from kbevers/gie-dms-again | Kristian Evers | |
| Correct bad use of proj_dmstor in gie. | |||
| 2018-06-06 | Correct bad use of proj_dmstor in gie. | Kristian Evers | |
| The previous commits were added way to prematurely. The code was not properly tested and it turned out to do more bad than good. This commit hopefully fixes that. And this time it is backed up by tests! DMS style coordinates should now be fully functional in gie. Finger crossed. | |||
