aboutsummaryrefslogtreecommitdiff
path: root/src/proj_internal.h
AgeCommit message (Expand)Author
2019-09-19Require C99 compiler see #1621Charles Karney
2019-09-05PROJStringParser::createFromPROJString(): avoid potential infinite recursion ...Even Rouault
2019-08-09C API: add proj_as_projjson()Even Rouault
2019-05-05geos: avoid division by zeroEven Rouault
2019-04-04Reject negative e parameter to avoid division by zeroEven Rouault
2019-04-02Make sure that ISO19111 C++ code sets pj_errno on errorsKristian Evers
2019-03-26pj_gc_findgrid(): annotate likely memory leak. Coverity CID 193539Even Rouault
2019-03-14Reject eccentricity values larger than oneEven Rouault
2019-02-20vgridshift: propagate multiplier to avoid false-positive detection of nodata ...Even Rouault
2019-02-14Merge pull request #1264 from kbevers/remove-t_obsKristian Evers
2019-02-14deformation: Replace +t_obs with +dtKristian Evers
2019-02-13Add push and pop operationsKristian Evers
2019-02-10Completely remove Chebychev remains from codebaseEven Rouault
2019-02-05PROJStringParser::createFromPROJString(): avoid potential infinite loop. Fixe...Even Rouault
2019-01-22proj_create_crs_to_crs(): defer selection of actual coordinate operation unti...Even Rouault
2019-01-19Add support for spaces in grid name parameters (fixes #1152)Even Rouault
2019-01-17Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...Even Rouault
2019-01-17import/export PROJ strings from ISO19111 code: require/output +type=crs for C...Even Rouault
2019-01-09proj.h: add proj_context_set_file_finder() and proj_context_set_search_paths(...Even Rouault
2019-01-09Allocate projCtx_t as a C++ objectEven Rouault
2019-01-04Merge pull request #1205 from kbevers/masterKristian Evers
2019-01-04Fix use-after-free in debug logging of pj_ellipsoid() (probably caused by a r...Even Rouault
2019-01-03Rename PJ_IO_UNITS_ANGULAR to PJ_IO_UNITS_RADIANSKristian Evers
2018-12-30proj_internal.h: remove use of proj_api.h specific structuresEven Rouault
2018-12-30Merge projects.h into proj_internal.hEven Rouault
2018-12-30Move PJ_OBJ members into struct PJconstsEven Rouault
2018-12-27proj_create_crs_to_crs(): add debugging tracesEven Rouault
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault
2018-11-10Remove proj_geocentric_latitude from public APIKristian Evers
2018-05-15IWYU: Partial PJ_natearth.c..rtodms.cKurt Schwehr
2018-04-30Remove unneeded pj_is_nan definitionKristian Evers
2018-04-12Move logging functions to proj.h APIKristian Evers
2018-03-23If HAVE_C99_MATH, define pj_is_nan as isnan.Charles Karney
2018-03-22Add a simple implementation of pj_is_nan() to proj_internal.hKurt Schwehr
2018-03-21Avoid shadowed declaration errors with old gccMike Toews
2018-03-08Use consistent names for PJ_COORD's in declarationsKristian Evers
2018-03-06Remove angle brackets in include proj.hThomas Knudsen
2018-02-09Avoid XY, LP and UV datatype clashes with other libraries.Kristian Evers
2018-02-07Shrink PJ_XXX_INFO structs, but keep same syntax. (#775)Thomas Knudsen
2018-02-01Remove unnecessary functions and restructure proj.def. Closes #728Kristian Evers
2018-01-31Renamed PJ_IO_UNITS_RADIANS to PJ_IO_UNITS_ANGULARThomas Knudsen
2018-01-31Introduce compatibility for cs2cs-style proj-strings into the 4D API.Thomas Knudsen
2018-01-08Discern between 2D projected and 3D cartesian linear units (#732)Thomas Knudsen
2018-01-03Introduce preparation/finalization steps in fwd/inv subsystem, supporting arb...Thomas Knudsen
2017-12-17Declare non-local variables as const where possibleAaron Puchert
2017-12-17Free format everywhere (#693)Thomas Knudsen
2017-11-27Replace some asserts by compile-time assertionsAaron Puchert
2017-11-25Overhaul ellipsoid handling (#682)Thomas Knudsen
2017-11-08minor clean ups in and around proj_4D_api (#649)Thomas Knudsen
2017-11-06Move pipeline initialization logic to PJ_pipeline.c and decrease the number o...Kristian Evers