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
/
include
/
proj
/
internal
/
io_internal.hpp
Age
Commit message (
Expand
)
Author
2021-06-03
proj_cleanup(): make sure it frees the database context of the default PJ_CON...
Even Rouault
2021-06-03
Make proj_context_set_autoclose_database() a no-op as it would defeat the pur...
Even Rouault
2021-02-22
Formatting fix
Even Rouault
2021-02-13
BUG: Close database connection if autoclose set to True
snowman2
2020-08-19
Code reformatting
Even Rouault
2020-08-19
Clone projCppContext context when copying projCtx_t (#2324)
Alan D. Snow
2020-03-06
WKT import/export: add support for WKT1_ESRI VERTCS syntax
Even Rouault
2019-11-02
WKT and PROJJSON: add import/export of geoid model of VertCRS
Even Rouault
2019-09-08
Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518)
Even Rouault
2019-08-20
C API: add proj_context_set_autoclose_database() to automatically close datab...
Even Rouault
2019-06-01
Add proj_grid_get_info_from_database to allow retrieval of grid
Nyall Dawson
2019-03-24
WKT2 parser: update to OGC 18-010r6
Even Rouault
2019-03-01
Doc: rename to ISO-19111:2019
Even Rouault
2019-02-26
Rename internal constant to avoid conflict with macro in Solaris system headers
Even Rouault
2019-01-17
Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...
Even Rouault
2018-12-17
Add WKT2 grammar validation
Even Rouault
2018-11-14
Implement RFC 2: Initial integration of "GDAL SRS barn" work
Even Rouault