aboutsummaryrefslogtreecommitdiff
path: root/src/proj_internal.h
AgeCommit message (Expand)Author
2021-12-01Cache result of proj_get_type() to help for performance of proj_factors() (fi...Even Rouault
2021-11-12Add new option to proj_create_crs_to_crs_from_pj method to force +over on tra...Peter Townsend
2021-07-22Add pj_log_active() to determine if logging is activeEven Rouault
2021-06-03Make proj_context_set_autoclose_database() a no-op as it would defeat the pur...Even Rouault
2021-06-03factory.cpp: preparation steps for global sqlite3* handle, but no functional ...Even Rouault
2021-03-17Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that can ...Even Rouault
2021-02-19LOG: Default log level PJ_LOG_ERRORsnowman2
2020-12-15Remove internal use of PJ_LOG_DEBUG_MINOR and PJ_LOG_DEBUG_MAJOREven Rouault
2020-12-15proj_log_XXX functions(): add the short name of the operation as prefix in th...Even Rouault
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
2020-11-30API cleanup: unexport number of internal symbols, and remove/replace a few un...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-20Removed unused function pj_set_searchpath() and pj_set_finder()Kristian Evers
2020-11-20Remove unused pj_apply_gridshift()Kristian Evers
2020-11-20Removed unused functions from src/utils.cppKristian Evers
2020-11-20Remove pj_ctx_* functions and use their proj_context counterpartsKristian Evers
2020-11-20Remove legacy file APIKristian Evers
2020-11-20Weed out proj_api.h datatypes and replace them with their proj.h counterpartsKristian Evers
2020-11-20Remove src/transform.cpp and related testsKristian Evers
2020-11-20Remove ACCEPT_USE_OF_DEPRECATED_PROJ_API_H macroKristian Evers
2020-11-20Remove proj_api.hKristian Evers
2020-10-26Update Mercator projectionCharles Karney
2020-08-20projCtx_t: Copy ini file settings, proj4_init_rules, etc.. when initializing ...Alan D. Snow
2020-08-19Add methods to ensure safer interactions with cpp_contextsnowman2
2020-08-16ENH: Add support for custum CA Bundle path (#2323)Alan D. Snow
2020-05-28Implement wink2 inverse by generic inversion of forward methodEven Rouault
2020-04-26pipeline initialization: avoid deep recursion on corrupted PROJ string like h...Even Rouault
2020-04-21Typo fixes in code comments [ci skip]Even Rouault
2020-04-20Moved proj_context_get_url_endpoint & proj_context_get_user_writable_director...Alan D. Snow
2020-04-15tmerc/utm: add a +algo=auto/evenden_snyder/poder_engsager parameterEven Rouault
2020-04-12Add proj_degree_input() and proj_degree_output()Kristian Evers
2020-04-06Move inline code for optimize mlfn from tmerc to mlfn.hpp to avoid code dupli...Even Rouault
2020-04-04hgridshift/vgridshift: defer grid opening when grid has already been openedEven Rouault
2020-03-30Merge pull request #2052 from rouault/speedup_phi2Even Rouault
2020-03-17Deprecate proj_list_angular_units(). Follow-up of https://github.com/OSGeo/PR...Even Rouault
2020-03-16Merge branch 'master' into add_proj_get_suggested_operationEven Rouault
2020-03-13Tag proj_list_units() as deprecatedEven Rouault
2020-03-13Add proj_get_suggested_operation()Even Rouault
2020-03-11pj_phi2(): speed-up computation (and thus inverse ellipsoidal Mercator and LCC)Even Rouault
2020-03-06proj_internal.h: fix typo in macro name due to bad copy&paste. (No functional...Even Rouault
2020-02-24Expose proj_context_is_network_enabled() in C APIEven Rouault
2020-02-11Use relative directory to locate PROJ resource files.Even Rouault
2020-02-06Travis: update CLang Static Analyzer to CLang 9Even Rouault
2020-02-04Add projsync utilityEven Rouault
2020-01-27projinfo: add --remote-data switchEven Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2019-12-14Horizontal grid shift: fix issue on iterative inverse computation when switch...Even Rouault
2019-11-18proj_trans(): tune selection of operation when there are several alternatives...Even Rouault