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
/
ctx.cpp
Age
Commit message (
Expand
)
Author
2022-02-12
proj.ini: add a 'ca_bundle_path' variable
Even Rouault
2021-06-03
Make proj_context_set_autoclose_database() a no-op as it would defeat the pur...
Even Rouault
2021-03-15
Add support for PROJ_AUX_DB environment variable to set the path to one or se...
Even Rouault
2021-02-19
LOG: Default log level PJ_LOG_ERROR
snowman2
2020-12-15
Remove internal use of PJ_LOG_DEBUG_MINOR and PJ_LOG_DEBUG_MAJOR
Even Rouault
2020-11-20
Removed unused function pj_set_searchpath() and pj_set_finder()
Kristian Evers
2020-11-20
Remove pj_ctx_* functions and use their proj_context counterparts
Kristian Evers
2020-11-20
Remove legacy file API
Kristian Evers
2020-11-20
Weed out proj_api.h datatypes and replace them with their proj.h counterparts
Kristian Evers
2020-10-19
C API: add proj_context_clone() (#2383)
Alan D. Snow
2020-08-20
projCtx_t: Copy ini file settings, proj4_init_rules, etc.. when initializing ...
Alan D. Snow
2020-08-19
Add methods to ensure safer interactions with cpp_context
snowman2
2020-08-19
Clone projCppContext context when copying projCtx_t (#2324)
Alan D. Snow
2020-08-16
ENH: Add support for custum CA Bundle path (#2323)
Alan D. Snow
2020-01-22
Merge RFC4 (#1865)
Even Rouault
2019-11-12
Fix proj_assign_context()/pj_set_ctx() with pipelines and alternative coord o...
Even Rouault
2019-01-19
typo fixes
Even Rouault
2019-01-09
proj.h: add proj_context_set_file_finder() and proj_context_set_search_paths(...
Even Rouault
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-29
Experimantal C API: add a proj_assign_context() for advanced usage
Even Rouault
2018-12-26
cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixes
Even Rouault