aboutsummaryrefslogtreecommitdiff
path: root/src/4D_api.cpp
AgeCommit message (Expand)Author
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
2019-01-17import/export PROJ strings from ISO19111 code: require/output +type=crs for C...Even Rouault
2019-01-10proj_info(): report the hardcoded PROJ_LIB path in info.searchpath (if the en...Even Rouault
2019-01-09proj.h: add proj_context_set_file_finder() and proj_context_set_search_paths(...Even Rouault
2019-01-03Rename PJ_IO_UNITS_ANGULAR to PJ_IO_UNITS_RADIANSKristian Evers
2019-01-02Typo fixesEven Rouault
2018-12-30Rename proj_obj_XXX as proj_XXX and PJ_OBJ_XXX as PJ_XXXEven Rouault
2018-12-30Merge projects.h into proj_internal.hEven Rouault
2018-12-30Make ISO-19111 objects of type CoordinateOperation directly usable with proj_...Even Rouault
2018-12-30Remove PJ_OBJ type since it is now merged into PJEven Rouault
2018-12-28proj_create_crs_to_crs(): fix crash if ctx == nullptr and error is triggered ...Even Rouault
2018-12-27proj_create_crs_to_crs(): add debugging tracesEven Rouault
2018-12-26cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixesEven Rouault