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
/
proj_internal.h
Age
Commit message (
Expand
)
Author
2020-01-20
Address @hobu 's review comment of https://github.com/OSGeo/PROJ/pull/1839#pu...
Even Rouault
2020-01-17
Merge branch 'master' into rfc4_merge_back_master
Even Rouault
2020-01-14
Add proj_context_set_fileapi() and proj_context_set_sqlite3_vfs_name() (fixes...
Even Rouault
2020-01-11
Use Win32 Unicode APIs and expect all strings to be UTF-8 (fixes #1765)
Even Rouault
2020-01-08
Add capability to read resource files from the user writable directory
Even Rouault
2019-12-31
Add a SQLite3 local cache of downloaded chunks
Even Rouault
2019-12-27
Handle context reassignment for Grid/GridSet/File objects
Even Rouault
2019-12-27
Network: rework error handling
Even Rouault
2019-12-27
Network: make CDN endpoint configurable either in proj.ini, PROJ_NETWORK_ENDP...
Even Rouault
2019-12-27
Network: automatically use CDN resources when local resources not available, ...
Even Rouault
2019-12-23
Network: only enable it if PROJ_NETWORK=ON or proj_context_set_enable_network...
Even Rouault
2019-12-23
Network: remove dedicated get_file_size() callback to use get_header_value(),...
Even Rouault
2019-12-19
Add proj_context_set_network_callbacks() with an empty implementation
Even Rouault
2019-12-18
Rename PJ_CONTEXT::fileapi member as fileapi_legacy
Even Rouault
2019-12-14
Horizontal grid shift: fix issue on iterative inverse computation when switch...
Even Rouault
2019-12-06
Remove hgrids and vgrids member from PJ structure, and store them in hgridshi...
Even Rouault
2019-12-06
horizontal grid shift: rework to no longer load whole grid into memory
Even Rouault
2019-12-06
vertical grid shift: rework to no longer load whole grid into memory
Even Rouault
2019-12-06
Remove obsolete and presumably unfinished implementation of grid catalog func...
Even Rouault
2019-11-18
proj_trans(): tune selection of operation when there are several alternatives...
Even Rouault
2019-11-12
Fix proj_assign_context()/pj_set_ctx() with pipelines and alternative coord o...
Even Rouault
2019-09-19
Require C99 compiler see #1621
Charles Karney
2019-09-05
PROJStringParser::createFromPROJString(): avoid potential infinite recursion ...
Even Rouault
2019-08-09
C API: add proj_as_projjson()
Even Rouault
2019-05-05
geos: avoid division by zero
Even Rouault
2019-04-04
Reject negative e parameter to avoid division by zero
Even Rouault
2019-04-02
Make sure that ISO19111 C++ code sets pj_errno on errors
Kristian Evers
2019-03-26
pj_gc_findgrid(): annotate likely memory leak. Coverity CID 193539
Even Rouault
2019-03-14
Reject eccentricity values larger than one
Even Rouault
2019-02-20
vgridshift: propagate multiplier to avoid false-positive detection of nodata ...
Even Rouault
2019-02-14
Merge pull request #1264 from kbevers/remove-t_obs
Kristian Evers
2019-02-14
deformation: Replace +t_obs with +dt
Kristian Evers
2019-02-13
Add push and pop operations
Kristian Evers
2019-02-10
Completely remove Chebychev remains from codebase
Even Rouault
2019-02-05
PROJStringParser::createFromPROJString(): avoid potential infinite loop. Fixe...
Even Rouault
2019-01-22
proj_create_crs_to_crs(): defer selection of actual coordinate operation unti...
Even Rouault
2019-01-19
Add support for spaces in grid name parameters (fixes #1152)
Even Rouault
2019-01-17
Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...
Even Rouault
2019-01-17
import/export PROJ strings from ISO19111 code: require/output +type=crs for C...
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
2019-01-04
Merge pull request #1205 from kbevers/master
Kristian Evers
2019-01-04
Fix use-after-free in debug logging of pj_ellipsoid() (probably caused by a r...
Even Rouault
2019-01-03
Rename PJ_IO_UNITS_ANGULAR to PJ_IO_UNITS_RADIANS
Kristian Evers
2018-12-30
proj_internal.h: remove use of proj_api.h specific structures
Even Rouault
2018-12-30
Merge projects.h into proj_internal.h
Even Rouault
2018-12-30
Move PJ_OBJ members into struct PJconsts
Even Rouault
2018-12-27
proj_create_crs_to_crs(): add debugging traces
Even Rouault
2018-11-14
Implement RFC 2: Initial integration of "GDAL SRS barn" work
Even Rouault
2018-11-10
Remove proj_geocentric_latitude from public API
Kristian Evers
[next]