aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-10-04proj_normalize_for_visualization(): make it work with CRS objectsEven Rouault
2019-10-03aeqd: for spherical forward path, go to higher precision ellipsoidal case whe...Even Rouault
2019-10-03DerivedGeographicCRS: allow exporting +proj=ob_tran +o_proj=longlat to PROJ s...Even Rouault
2019-10-03ob_tran.cpp: add comment to link maths with Snyder's formulasEven Rouault
2019-10-02Add API and WKT mapping for 'nsper' to EPSG Vertical Persepective methodEven Rouault
2019-10-02nsper: add a comment to relate it to EPSG Vertical PerspectiveEven Rouault
2019-10-01Fix some Cppcheck complaints in geodesic routinesCharles Karney
2019-10-01Add rotation support to the HEALPix projection (#1638)Simon Schneegans
2019-09-30Merge pull request #1642 from rouault/improve_compound_to_geogEven Rouault
2019-09-30Merge pull request #1645 from rouault/improve_proj_string_parsingEven Rouault
2019-09-30AuthorityFactory::getDescriptionText(): return CRS object in priorityEven Rouault
2019-09-28PROJ string CRS ingester: recognize more unit-less parameters, and general ha...Even Rouault
2019-09-26Improve vertical transformation supportEven Rouault
2019-09-26proj_create_crs_to_crs(): fix when there are only transformations with ballpa...Even 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-24io.cpp: fix build on SolarisEven Rouault
2019-09-24createOperations() sorting: sort operations that cannot be exported as PROJ p...Even Rouault
2019-09-23Document the autopromotion to 3D when mix of 2D/3D CRS in createOperations(),...Even Rouault
2019-09-22promote proj_assign_context to proj.h from proj_experimental.hsnowman2
2019-09-22Update to version 1.50 of the geodesic library.Charles Karney
2019-09-19Require C99 compiler see #1621Charles Karney
2019-09-19Merge pull request #1618 from cffk/c99-math-updateCharles 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-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-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
2019-09-17Fix floating-point number into integer warning in math.cppCharles Karney
2019-09-17Fix typo in geodesic.cCharles Karney
2019-09-17Add atanh, copysign, cbrt, remainder, remquo to math.cpp.Charles Karney
2019-09-16Merge pull request #1582 from rschmunk/patch-1Kristian Evers
2019-09-15Merge pull request #1614 from rouault/fixes_related_to_1597Kristian Evers
2019-09-15Merge pull request #1611 from rouault/fix1563Even Rouault
2019-09-15DatabaseContext::lookForGridInfo(): avoid setting PROJ context errno. Fixes i...Even Rouault
2019-09-15createFromPROJString(): ignore +no_defs when instanciating a '+init=epsg:xxxx...Even Rouault
2019-09-15Ingestion of +proj=somerc +type=crs: avoid adding twice alpha, gamma, lon_0 (...Even Rouault
2019-09-15Merge pull request #1608 from rouault/improve_transforms_fromto_wgs84_gXXXX_r...Kristian Evers
2019-09-13cs2cs: autopromote CRS to 3D when there's a mix of 2D and 3D (fixes #1563)Even Rouault
2019-09-13Fix support for +proj=ob_tran +o_proj=lonlat/latlong/latlon (only +o_proj=lon...Even Rouault
2019-09-12createOperations(): when tranforming from a compoundCRS whose vertical compon...Even Rouault
2019-09-12createOperations(): use more candidates when transforming between a geographi...Even Rouault