aboutsummaryrefslogtreecommitdiff
path: root/src/proj_internal.h
AgeCommit message (Expand)Author
2020-01-08Add capability to read resource files from the user writable directoryEven Rouault
2019-12-31Add a SQLite3 local cache of downloaded chunksEven Rouault
2019-12-27Handle context reassignment for Grid/GridSet/File objectsEven Rouault
2019-12-27Network: rework error handlingEven Rouault
2019-12-27Network: make CDN endpoint configurable either in proj.ini, PROJ_NETWORK_ENDP...Even Rouault
2019-12-27Network: automatically use CDN resources when local resources not available, ...Even Rouault
2019-12-23Network: only enable it if PROJ_NETWORK=ON or proj_context_set_enable_network...Even Rouault
2019-12-23Network: remove dedicated get_file_size() callback to use get_header_value(),...Even Rouault
2019-12-19Add proj_context_set_network_callbacks() with an empty implementationEven Rouault
2019-12-18Rename PJ_CONTEXT::fileapi member as fileapi_legacyEven Rouault
2019-12-06Remove hgrids and vgrids member from PJ structure, and store them in hgridshi...Even Rouault
2019-12-06horizontal grid shift: rework to no longer load whole grid into memoryEven Rouault
2019-12-06vertical grid shift: rework to no longer load whole grid into memoryEven Rouault
2019-12-06Remove obsolete and presumably unfinished implementation of grid catalog func...Even Rouault
2019-11-18proj_trans(): tune selection of operation when there are several alternatives...Even Rouault
2019-11-12Fix proj_assign_context()/pj_set_ctx() with pipelines and alternative coord o...Even Rouault
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