aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-25createOperations(): be robust to a GeographicCRS having a wrong ID attached ↵7.0.0Even Rouault
to it (fixes #1982)
2020-02-25Merge pull request #1981 from PROJ-BOT/backport-1978-to-7.0Even Rouault
[Backport 7.0] CompoundCRS::create(): reject combinations of components not allowed by ISO 19111
2020-02-24CompoundCRS::create(): reject combinations of components not allowed by ISO ↵github-actions[bot]
19111
2020-02-24Merge pull request #1980 from PROJ-BOT/backport-1976-to-7.0Even Rouault
[Backport 7.0] createOperations(): keep height/z value in Helmert transform between 3D CRS
2020-02-24createOperations(): keep height/z value in Helmert transform between 3D CRSgithub-actions[bot]
2020-02-24Merge pull request #1977 from PROJ-BOT/backport-1974-to-7.0Even Rouault
[Backport 7.0] pj_hgrid_apply(): change error code when no grid match to PJD_ERR_GRID_AREA (refs #1973)
2020-02-24pj_hgrid_apply(): change error code when no grid match to PJD_ERR_GRID_AREA ↵github-actions[bot]
(refs #1973)
2020-02-24Merge pull request #1975 from PROJ-BOT/backport-1971-to-7.0Even Rouault
[Backport 7.0] Fix mapping of Vertical_Near_Side_Perspective (fixes #1965)
2020-02-24Fix mapping of Vertical_Near_Side_Perspective (fixes #1965)github-actions[bot]
2020-02-24Merge pull request #1972 from PROJ-BOT/backport-1967-to-7.0Even Rouault
[Backport 7.0] Expose proj_context_is_network_enabled() in C API
2020-02-24Expose proj_context_is_network_enabled() in C APIgithub-actions[bot]
2020-02-24Merge pull request #1968 from wonder-sk/slovakia-jtsk-ntv2-masterEven Rouault
Add alternative grid for JTSK - JTSK03 transform (EPSG:8364)
2020-02-23Merge pull request #1964 from PROJ-BOT/backport-1959-to-7.0Kristian Evers
[Backport 7.0] test_network.cpp: fix test failures on big endian archs (fixes #1958)
2020-02-23Merge pull request #1963 from PROJ-BOT/backport-1951-to-7.0Kristian Evers
[Backport 7.0] Switch build configuration logic from DISABLE_TIFF to ENABLE_TIFF
2020-02-22Merge pull request #1966 from mwtoews/7.0Kristian Evers
[Backport 7.0] CMake: rename BUILD_LIBPROJ_SHARED to BUILD_SHARED_LIBS
2020-02-22Merge pull request #1962 from mwtoews/sharedMike Taves
CMake: rename BUILD_LIBPROJ_SHARED to BUILD_SHARED_LIBS
2020-02-21Doc: advertize lat_0 for proj=nsperEven Rouault
2020-02-21Add support for creating coordinates operations using Compact Miller,Nyall Dawson
Times and Vertical Near Side Perspective projections
2020-02-21Add support for creating coordinates operations using Natural Earth/Natural ↵Nyall Dawson
Earth 2 projection
2020-02-21Add support for creating coordinates operations using ESRI:53079 (patterson) CRSNyall Dawson
2020-02-21test_network.cpp: fix test failures on big endian archs (fixes #1958)github-actions[bot]
2020-02-21Switch build configuration logic from DISABLE_TIFF to ENABLE_TIFFgithub-actions[bot]
2020-02-20Fix wrong byte-swapping for NTv2 grids affecting master after RFC4 work ↵github-actions[bot]
(fixes #1938)
2020-02-20Add/update description for pkg-config and CMake, ignore proj.pc.in warninggithub-actions[bot]
2020-02-20CMake: rename ENABLE_LTO to ENABLE_IPOgithub-actions[bot]
2020-02-20appveyor: Use sqlite tool from vcpkggithub-actions[bot]
2020-02-19Merge pull request #1948 from PROJ-BOT/backport-1945-to-7.0Even Rouault
[Backport 7.0] validateParameters(): fix false-positive warning on Equidistant Cylindrical
2020-02-19validateParameters(): fix false-positive warning on Equidistant Cylindricalgithub-actions[bot]
2020-02-19DatabaseContext::lookForGridInfo(): use also old_proj_grid_name for lookups ↵github-actions[bot]
(fixes #1942)
2020-02-19test: enhance testing of proj_grid_get_info_from_databasegithub-actions[bot]
2020-02-18Fix static linking (due to typo in pc)github-actions[bot]
2020-02-18Don't assume $HOME to be writable.Bas Couwenberg
The read_grid_from_user_writable_directory test fails otherwise. Fixes: #1933
2020-02-17Remove man3 Makefile from configure.acKristian Evers
2020-02-17Update CMake setup with new projsync man file and removed man3 filesKristian Evers
2020-02-17Update man-pages from Sphinx-docsKristian Evers
2020-02-17Update NEWS for 7.0.0 releaseKristian Evers
2020-02-17Update ABI version numbers for 7.0.0 releaseKristian Evers
2020-02-17Make sure that projsync man file is packaged correctlyKristian Evers
2020-02-17Remove man3 filesKristian Evers
Closes #1258
2020-02-13Doc: update with 6.3.1 release [skip appveyor]Even Rouault
2020-02-13NEWS: update with 6.3.1 [ci skip]Even Rouault
2020-02-13Merge pull request #1931 from calumr/patch-1Kristian Evers
Don't print version when using PROJ4 from cmake
2020-02-13Don't print version when using PROJ4 from cmakeCalum Robinson
This will declutter cmake output for PROJ4 users
2020-02-12Merge pull request #1923 from mwtoews/cmake-outputKristian Evers
CMake: simplify message functions
2020-02-12Merge pull request #1928 from sebastic/make-readmeKristian Evers
Create README from README.md when calling `make`.
2020-02-12Create README from README.md when calling `make`.Bas Couwenberg
The README file was only generated when calling `make README`. Closes: #1927
2020-02-11Merge pull request #1921 from rouault/pj_get_relative_share_projEven Rouault
Use relative directory to locate PROJ resource files.
2020-02-11Use 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-11Merge pull request #1920 from rouault/travis_i386Kristian Evers
Travis: change linux_gcc7 / x86_64 config to linux_gcc8 / i386
2020-02-11CMake: simplify message functionsMike Taves
* Remove colormsg(); just use message() * Rename boost_report_value() with print_variable()