aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-24Expose proj_context_is_network_enabled() in C APIEven Rouault
2020-02-24Merge pull request #1968 from wonder-sk/slovakia-jtsk-ntv2-masterEven Rouault
2020-02-23Add alternative grid for JTSK - JTSK03 transform (EPSG:8364)Martin Dobias
2020-02-22Merge pull request #1962 from mwtoews/sharedMike Taves
2020-02-21Doc: advertize lat_0 for proj=nsperEven Rouault
2020-02-21Add support for creating coordinates operations using Compact Miller,Nyall Dawson
2020-02-21Add support for creating coordinates operations using Natural Earth/Natural E...Nyall Dawson
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)Even Rouault
2020-02-21Switch build configuration logic from DISABLE_TIFF to ENABLE_TIFFMike Taves
2020-02-21CMake: rename BUILD_LIBPROJ_SHARED to BUILD_SHARED_LIBSMike Taves
2020-02-20Fix wrong byte-swapping for NTv2 grids affecting master after RFC4 work (fixe...Even Rouault
2020-02-20Add/update description for pkg-config and CMakeMike Taves
2020-02-20CMake: rename ENABLE_LTO to ENABLE_IPOMike Taves
2020-02-20appveyor: Use sqlite tool from vcpkgKristian Evers
2020-02-19validateParameters(): fix false-positive warning on Equidistant CylindricalEven Rouault
2020-02-19DatabaseContext::lookForGridInfo(): use also old_proj_grid_name for lookups (...Even Rouault
2020-02-18test: enhance testing of proj_grid_get_info_from_databaseEven Rouault
2020-02-18Fix static linking (due to typo in pc)Jeroen Ooms
2020-02-18Merge pull request #1934 from sebastic/read_grid_from_user_writable_directoryEven Rouault
2020-02-18Don't assume $HOME to be writable.Bas Couwenberg
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
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
2020-02-13Don't print version when using PROJ4 from cmakeCalum Robinson
2020-02-12Merge pull request #1923 from mwtoews/cmake-outputKristian Evers
2020-02-12Merge pull request #1928 from sebastic/make-readmeKristian Evers
2020-02-12Create README from README.md when calling `make`.Bas Couwenberg
2020-02-11Merge pull request #1921 from rouault/pj_get_relative_share_projEven Rouault
2020-02-11Use relative directory to locate PROJ resource files.Even Rouault
2020-02-11Merge pull request #1920 from rouault/travis_i386Kristian Evers
2020-02-11CMake: simplify message functionsMike Taves
2020-02-10PROJStringParser::Private::buildProjectedCRS(): avoid (harmless) division by ...Even Rouault
2020-02-10HOWTO-RELEASE: update to add a check for version numbers [ci skip]Even Rouault
2020-02-10HOWTO-RELEASE: fix a few typos [ci skip]Even Rouault
2020-02-09README.md: add badges for Cirrus & DockerEven Rouault
2020-02-09Dockerfile: make it non-git dependent, so that it can work in branches, and D...Even Rouault
2020-02-09Dockerfile: fix build with tiff&curl dependencies, and use CDN TIFF filesEven Rouault
2020-02-09read_vgrid_value(): avoid assertion on huge latitude. Fixes https://bugs.chro...Even Rouault
2020-02-08Add comments to vandg.cpp to tie implementation to Snyder (1987).Charles Karney
2020-02-08Travis: do only builds that test with all grids on -O2 builds that are slower...Even Rouault
2020-02-08Travis: update linux_gcc7 to linux_gcc8Even Rouault
2020-02-08Travis: modify linux_gcc7 to run i386Even Rouault