| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-24 | Expose proj_context_is_network_enabled() in C API | Even Rouault | |
| 2020-02-24 | Merge pull request #1968 from wonder-sk/slovakia-jtsk-ntv2-master | Even Rouault | |
| Add alternative grid for JTSK - JTSK03 transform (EPSG:8364) | |||
| 2020-02-23 | Add alternative grid for JTSK - JTSK03 transform (EPSG:8364) | Martin Dobias | |
| The definition of EPSG:8364 uses NADCON method for horizontal grid (.las/.los files) but this format is not supported by PROJ. UGKK (Slovak Geodetic and Cartographic Institute) provides NADCON .las/.los files here: https://www.geoportal.sk/files/gz/slovakia_jtsk03_to_jtsk.zip Additionally UGKK also provides the same grid file in NTv2 format: https://www.geoportal.sk/files/gz/slovakia_jtsk03_to_jtsk_ntv2.zip So let's add the NTv2 file the grid_alternatives table so that PROJ can automatically pick it up... | |||
| 2020-02-22 | Merge pull request #1962 from mwtoews/shared | Mike Taves | |
| CMake: rename BUILD_LIBPROJ_SHARED to BUILD_SHARED_LIBS | |||
| 2020-02-21 | Doc: advertize lat_0 for proj=nsper | Even Rouault | |
| 2020-02-21 | Add support for creating coordinates operations using Compact Miller, | Nyall Dawson | |
| Times and Vertical Near Side Perspective projections | |||
| 2020-02-21 | Add support for creating coordinates operations using Natural Earth/Natural ↵ | Nyall Dawson | |
| Earth 2 projection | |||
| 2020-02-21 | Add support for creating coordinates operations using ESRI:53079 (patterson) CRS | Nyall Dawson | |
| 2020-02-21 | test_network.cpp: fix test failures on big endian archs (fixes #1958) | Even Rouault | |
| 2020-02-21 | Switch build configuration logic from DISABLE_TIFF to ENABLE_TIFF | Mike Taves | |
| * Autotools interface should be the same, but different ./configure --help * For CMake, the option should be -DENABLE_TIFF=NO (default is YES) * Use TIFF_ENABLED and CURL_ENABLED variables, based on option and outcome * Reword some messages and add hints * Move -DTIFF_ENABLED and -DCURL_ENABLED from global add_definitions() to target_compile_definitions(), which is recommended practice * Minor spelling and style consistency around SQLITE_VERSION check | |||
| 2020-02-21 | CMake: rename BUILD_LIBPROJ_SHARED to BUILD_SHARED_LIBS | Mike Taves | |
| * Deprecate BUILD_LIBPROJ_SHARED, but still use it as an alias for now * Rename BUILD_LIBPROJ_SHARED_DEFAULT to BUILD_SHARED_LIBS_DEFAULT * Keep previous defaults (UNIX as shared and Windows as static) * Remove PROJ_LIBRARY_TYPE, since add_library() uses BUILD_SHARED_LIBS | |||
| 2020-02-20 | Fix wrong byte-swapping for NTv2 grids affecting master after RFC4 work ↵ | Even Rouault | |
| (fixes #1938) And add testing of both little-endian and big-endian NTv2 files | |||
| 2020-02-20 | Add/update description for pkg-config and CMake | Mike Taves | |
| Ignore WARNING: 'proj.pc.in' seems to ignore the --datarootdir setting | |||
| 2020-02-20 | CMake: rename ENABLE_LTO to ENABLE_IPO | Mike Taves | |
| * Deprecate ENABLE_LTO, but still use it as an alias for now * Plan to remove ENABLE_LTO by PROJ 8.0 * Use CMake 3.9 logic to check feature and set property | |||
| 2020-02-20 | appveyor: Use sqlite tool from vcpkg | Kristian Evers | |
| This follows the install guide for Windows using vcpkg. | |||
| 2020-02-19 | validateParameters(): fix false-positive warning on Equidistant Cylindrical | Even Rouault | |
| We required the 'Latitude of natural origin' parameter to be present, but it is only a GDAL/PROJ specific thing, not a EPSG one. | |||
| 2020-02-19 | DatabaseContext::lookForGridInfo(): use also old_proj_grid_name for lookups ↵ | Even Rouault | |
| (fixes #1942) | |||
| 2020-02-18 | test: enhance testing of proj_grid_get_info_from_database | Even Rouault | |
| 2020-02-18 | Fix static linking (due to typo in pc) | Jeroen Ooms | |
| 2020-02-18 | Merge pull request #1934 from sebastic/read_grid_from_user_writable_directory | Even Rouault | |
| Don't assume $HOME to be writable. | |||
| 2020-02-18 | Don't assume $HOME to be writable. | Bas Couwenberg | |
| The read_grid_from_user_writable_directory test fails otherwise. Fixes: #1933 | |||
| 2020-02-17 | Remove man3 Makefile from configure.ac | Kristian Evers | |
| 2020-02-17 | Update CMake setup with new projsync man file and removed man3 files | Kristian Evers | |
| 2020-02-17 | Update man-pages from Sphinx-docs | Kristian Evers | |
| 2020-02-17 | Update NEWS for 7.0.0 release | Kristian Evers | |
| 2020-02-17 | Update ABI version numbers for 7.0.0 release | Kristian Evers | |
| 2020-02-17 | Make sure that projsync man file is packaged correctly | Kristian Evers | |
| 2020-02-17 | Remove man3 files | Kristian Evers | |
| Closes #1258 | |||
| 2020-02-13 | Doc: update with 6.3.1 release [skip appveyor] | Even Rouault | |
| 2020-02-13 | NEWS: update with 6.3.1 [ci skip] | Even Rouault | |
| 2020-02-13 | Merge pull request #1931 from calumr/patch-1 | Kristian Evers | |
| Don't print version when using PROJ4 from cmake | |||
| 2020-02-13 | Don't print version when using PROJ4 from cmake | Calum Robinson | |
| This will declutter cmake output for PROJ4 users | |||
| 2020-02-12 | Merge pull request #1923 from mwtoews/cmake-output | Kristian Evers | |
| CMake: simplify message functions | |||
| 2020-02-12 | Merge pull request #1928 from sebastic/make-readme | Kristian Evers | |
| Create README from README.md when calling `make`. | |||
| 2020-02-12 | Create README from README.md when calling `make`. | Bas Couwenberg | |
| The README file was only generated when calling `make README`. Closes: #1927 | |||
| 2020-02-11 | Merge pull request #1921 from rouault/pj_get_relative_share_proj | Even Rouault | |
| Use relative directory to locate PROJ resource files. | |||
| 2020-02-11 | Use relative directory to locate PROJ resource files. | Even Rouault | |
| Fixes #1490 This is an extension of the Window-specific logic added recently to Unix builds. This reuses parts of proposed past commit https://github.com/OSGeo/PROJ/pull/1517/commits/82a07e51c6e24ddb936d131ababe29f1ac36ef14 (credits to @abellgithub) | |||
| 2020-02-11 | Merge pull request #1920 from rouault/travis_i386 | Kristian Evers | |
| Travis: change linux_gcc7 / x86_64 config to linux_gcc8 / i386 | |||
| 2020-02-11 | CMake: simplify message functions | Mike Taves | |
| * Remove colormsg(); just use message() * Rename boost_report_value() with print_variable() | |||
| 2020-02-10 | PROJStringParser::Private::buildProjectedCRS(): avoid (harmless) division by ↵ | Even Rouault | |
| zero in super odd case with corrupted PROJ string. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20624 | |||
| 2020-02-10 | HOWTO-RELEASE: update to add a check for version numbers [ci skip] | Even Rouault | |
| 2020-02-10 | HOWTO-RELEASE: fix a few typos [ci skip] | Even Rouault | |
| 2020-02-09 | README.md: add badges for Cirrus & Docker | Even Rouault | |
| [ci skip] | |||
| 2020-02-09 | Dockerfile: make it non-git dependent, so that it can work in branches, and ↵ | Even Rouault | |
| Docker Hub builds | |||
| 2020-02-09 | Dockerfile: fix build with tiff&curl dependencies, and use CDN TIFF files | Even Rouault | |
| 2020-02-09 | read_vgrid_value(): avoid assertion on huge latitude. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20592. master only | |||
| 2020-02-08 | Add comments to vandg.cpp to tie implementation to Snyder (1987). | Charles Karney | |
| 2020-02-08 | Travis: do only builds that test with all grids on -O2 builds that are ↵ | Even Rouault | |
| slower to build | |||
| 2020-02-08 | Travis: update linux_gcc7 to linux_gcc8 | Even Rouault | |
| 2020-02-08 | Travis: modify linux_gcc7 to run i386 | Even Rouault | |
