index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
log.cpp
Age
Commit message (
Collapse
)
Author
2021-07-22
Add pj_log_active() to determine if logging is active
Even Rouault
2021-07-08
Logging: avoid some overhead when logging is not enabled (fixes #2770)
Even Rouault
2021-04-23
pj_vlog(): fix buffer overflow in case of super lengthy error message
Even Rouault
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33594
2020-12-15
Remove internal use of PJ_LOG_DEBUG_MINOR and PJ_LOG_DEBUG_MAJOR
Even Rouault
2020-12-15
proj_log_XXX functions(): add the short name of the operation as prefix in ↵
Even Rouault
the error message
2020-12-15
Revise 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-15
Move proj_log_XXX() functions from internal.cpp to log.cpp
Even Rouault
2020-11-20
Weed out proj_api.h datatypes and replace them with their proj.h counterparts
Kristian Evers
2019-01-09
Allocate projCtx_t as a C++ object
Even Rouault
2018-12-30
Merge projects.h into proj_internal.h
Even Rouault
2018-12-26
cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixes
Even Rouault