aboutsummaryrefslogtreecommitdiff
path: root/src/4D_api.cpp
AgeCommit message (Expand)Author
2020-12-02cs2cs / proj_create_crs_to_crs_from_pj(): add a --authority switch to control...Even Rouault
2020-11-28proj_create_crs_to_crs_from_pj(): do not use PROJ_SPATIAL_CRITERION_PARTIAL_I...Even Rouault
2020-11-20Remove old pj_ memory (de)allocation functionsKristian Evers
2020-11-20Remove pj_errno and related functionsKristian Evers
2020-11-20Remove pj_free() and move it's functional parts to proj_destroy()Kristian Evers
2020-11-20Remove pj_ctx_* functions and use their proj_context counterpartsKristian Evers
2020-10-25Fix issues spotted by cppcheckEven Rouault
2020-10-19C API: add proj_context_clone() (#2383)Alan D. Snow
2020-10-08Make proj_create_crs_to_crs() / cs2cs work with CRS with DatumEnsembleEven Rouault
2020-10-08Database: use extended description for extent/area of use, as done by epsg.or...Even Rouault
2020-09-10proj_trans(): reset errno before attemptying a retry with a new coordinate op...Even Rouault
2020-05-17Merge pull request #2206 from rouault/deformation_model_for_mergeEven Rouault
2020-05-09scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spottedEven Rouault
2020-05-04grids: add support for projected grids for GenericShiftGridSetEven Rouault
2020-04-12Add proj_degree_input() and proj_degree_output()Kristian Evers
2020-03-13Add proj_get_suggested_operation()Even Rouault
2020-02-27Fix warnings of latest cppcheck masterEven Rouault
2020-02-27proj_create_crs_to_crs(): avoid potential reprojection failures when reprojec...Even Rouault
2020-02-24Expose proj_context_is_network_enabled() in C APIEven Rouault
2020-01-27projinfo: add --searchpaths switchEven Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2019-12-25Modify verbosity level of some debug/trace messagesEven Rouault
2019-12-24proj_trans: add retry logic to select other transformation if the best one fa...Even Rouault
2019-12-04proj_grid_info(): fix crash when passing a file that exists but is not a gridEven Rouault
2019-11-18proj_trans(): tune selection of operation when there are several alternatives...Even Rouault
2019-11-16proj_create_crs_to_crs(): fix autoselection logic of operation to compute cor...Even Rouault
2019-10-28Various fixes/workarounds to make cppcheck 1.72 (Ubuntu 16.04) and HEAD/1.90d...Even Rouault
2019-10-12proj_create_crs_to_crs(): remove elimination of Ballpark operations that caus...Even Rouault
2019-09-26proj_create_crs_to_crs(): fix when there are only transformations with ballpa...Even Rouault
2019-09-18Delete proj_math.h. Replace includes by <math.h>; we'll see if anyoneCharles Karney
2019-09-12proj_trans_generic(): properly set coordinate time to HUGE_VAL when no value ...Even Rouault
2019-09-04proj_create_crs_to_crs_from_pj(): make the PJ* arguments const PJ*Even Rouault
2019-08-23Add proj_create_crs_to_crs_from_pj()Even Rouault
2019-08-20C API: add proj_context_set_autoclose_database() to automatically close datab...Even Rouault
2019-06-04Fix incorrect delimator ";" used to separate proj_info().searchpath entries (...Kristian Evers
2019-06-03Fix incorrect delimator ";" used to separate proj_info().searchpathNyall Dawson
2019-06-03proj_info().searchpath should not include PROJ_LIB path ifNyall Dawson
2019-03-26path_append(): make it clear that nullptr deref cannot happen. Coverity CID 1...Even Rouault
2019-03-19proj_create_crs_to_crs: better deal with coordinates outside of bbox (fixes #...Even Rouault
2019-02-20CoordinateOperation: add a hasBallparkTransformation() method that can be use...Even Rouault
2019-02-16Make sure that the PJ object returned by proj_create_crs_to_crs() is a proper...Even Rouault
2019-02-01Remove extreaneous semicolonEven Rouault
2019-01-26proj_trans_generic(): make it work with multiple internal coordinate operatio...Even Rouault
2019-01-22Merge pull request #1233 from rouault/fix_1232Kristian Evers
2019-01-22ISO19111 PROJ string parser: discard parameters not recognized by PROJEven 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-18Merge pull request #1225 from aaronpuchert/add-null-checkKristian Evers
2019-01-17Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...Even Rouault
2019-01-17Handle allocation failure in pj_trim_argvAaron Puchert