aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-26proj_create_crs_to_crs(): fix when there are only transformations with ballpa...Even Rouault
2019-09-26Merge pull request #1640 from rouault/detect_CS_useKristian Evers
2019-09-25travis/install.sh: add a way of detecting problematic use of CS identifier fo...Even Rouault
2019-09-25Merge pull request #1637 from rouault/fix_solaris_buildEven Rouault
2019-09-25isea: avoid shadowing warning on 'quad' on SolarisEven Rouault
2019-09-25hatano/mbtfpp: do not use CS to fix Solaris build issueEven Rouault
2019-09-25Merge pull request #1634 from mwtoews/ciMike Taves
2019-09-25Upgrade testing from trusty to xenial, and also:Mike Taves
2019-09-25Rearrange Travis CI scripts to be more modularMike Taves
2019-09-24io.cpp: fix build on SolarisEven Rouault
2019-09-24Database: update to EPSG 9.8.2 (#1633)Kristian Evers
2019-09-24createOperations() sorting: sort operations that cannot be exported as PROJ p...Even Rouault
2019-09-23Database: update to EPSG 9.8.2Even Rouault
2019-09-23Merge pull request #1631 from rouault/fix_1623Even Rouault
2019-09-23Document the autopromotion to 3D when mix of 2D/3D CRS in createOperations(),...Even Rouault
2019-09-23Merge pull request #1630 from snowman2/promoteKristian Evers
2019-09-22promote proj_assign_context to proj.h from proj_experimental.hsnowman2
2019-09-22Merge pull request #1629 from cffk/geod-1.50Charles Karney
2019-09-22Update to version 1.50 of the geodesic library.Charles Karney
2019-09-22Merge pull request #1626 from cffk/vs-version-checkCharles Karney
2019-09-22Merge branch 'master' into vs-version-checkCharles Karney
2019-09-22Merge pull request #1627 from rouault/fix_linux_gcc_config_wrt_sphinxontrib_b...Even Rouault
2019-09-22Travis linux_gcc: force sphinxcontrib-bibtex version to avoid issue with inst...Even Rouault
2019-09-22Revert travis change -- it didn't work.Charles Karney
2019-09-21Manually install sphinxcontrib-bibtex for travis/linux_gcc to resolve travis ...Charles Karney
2019-09-21Back out of previous commit mistakenly pushed to masterCharles Karney
2019-09-21Manually install sphinxcontrib-bibtex for travis/linux_gcc to resolve travis ...Charles Karney
2019-09-21Improve Visual Studio compatibility check in CMake.Charles Karney
2019-09-20Merge pull request #1625 from hobu/cmake-proj_lib-testsKristian Evers
2019-09-19Merge pull request #1624 from cffk/c99-upgradeCharles Karney
2019-09-19address PR commentsHoward Butler
2019-09-19set PROJ_LIB on test targets for CMakeHoward Butler
2019-09-19Require C99 compiler see #1621Charles Karney
2019-09-19Merge pull request #1618 from cffk/c99-math-updateCharles Karney
2019-09-18Manually delete pj_isnan in scripts/reference_exported_symbols.txt.Charles Karney
2019-09-18Delete proj_math.h. Replace includes by <math.h>; we'll see if anyoneCharles Karney
2019-09-18math.cpp removed since its isnan isn't used. Keep proj_math.h (whichCharles Karney
2019-09-18Get rid of dead code. The end result of this chain of commits is toCharles Karney
2019-09-18Merge pull request #1620 from rouault/ossfuzz_17190_and_othersEven Rouault
2019-09-18Let geodesic.c use its own versions of C99 math functions if necessary.Charles Karney
2019-09-18Try removing C99 math functions from math.cpp (but leave isnan).Charles Karney
2019-09-17ell_set.cpp: avoid division by zero in R_lat_a case. Fixes https://bugs.chrom...Even Rouault
2019-09-17helmert: validate scale parameter to avoid later division by zero. Fixes http...Even Rouault
2019-09-17aea_e_inverse(): avoid calling asin() with invalid argument which results in ...Even Rouault
2019-09-17pj_Convert_Geocentric_To_Geodetic(): avoid division by zero on weird input co...Even Rouault
2019-09-17isea: avoid undefined behaviour on left shift of negative value. Fixes https:...Even Rouault
2019-09-17pj_Convert_Geocentric_To_Geodetic(): avoid division by zero on weird input co...Even Rouault
2019-09-17standard_fuzzer.cpp: tweak to be able to compile it against libproj.soEven Rouault
2019-09-17geos: avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issu...Even Rouault
2019-09-17eqdc: avoid potential division by zero. Fixes https://bugs.chromium.org/p/oss...Even Rouault