aboutsummaryrefslogtreecommitdiff
path: root/src/log.cpp
AgeCommit message (Collapse)Author
2021-07-22Add pj_log_active() to determine if logging is activeEven Rouault
2021-07-08Logging: avoid some overhead when logging is not enabled (fixes #2770)Even Rouault
2021-04-23pj_vlog(): fix buffer overflow in case of super lengthy error messageEven Rouault
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33594
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 ↵Even Rouault
the error message
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
Fixes #2482 And also add proj_context_errno_string() Revise gie 'expect failure errno XXXX' strings
2020-12-15Move proj_log_XXX() functions from internal.cpp to log.cppEven Rouault
2020-11-20Weed out proj_api.h datatypes and replace them with their proj.h counterpartsKristian Evers
2019-01-09Allocate projCtx_t as a C++ objectEven Rouault
2018-12-30Merge projects.h into proj_internal.hEven Rouault
2018-12-26cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixesEven Rouault