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
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
2018-05-15
IWYU: Partial PJ_natearth.c..rtodms.c
Kurt Schwehr
2018-04-30
Remove unneeded pj_is_nan definition
Kristian Evers
2018-04-12
Move logging functions to proj.h API
Kristian Evers
2018-03-23
If HAVE_C99_MATH, define pj_is_nan as isnan.
Charles Karney
2018-03-22
Add a simple implementation of pj_is_nan() to proj_internal.h
Kurt Schwehr
2018-03-21
Avoid shadowed declaration errors with old gcc
Mike Toews
2018-03-08
Use consistent names for PJ_COORD's in declarations
Kristian Evers
2018-03-06
Remove angle brackets in include proj.h
Thomas Knudsen
2018-02-09
Avoid XY, LP and UV datatype clashes with other libraries.
Kristian Evers
2018-02-07
Shrink PJ_XXX_INFO structs, but keep same syntax. (#775)
Thomas Knudsen
2018-02-01
Remove unnecessary functions and restructure proj.def. Closes #728
Kristian Evers
2018-01-31
Renamed PJ_IO_UNITS_RADIANS to PJ_IO_UNITS_ANGULAR
Thomas Knudsen
2018-01-31
Introduce compatibility for cs2cs-style proj-strings into the 4D API.
Thomas Knudsen
2018-01-08
Discern between 2D projected and 3D cartesian linear units (#732)
Thomas Knudsen
2018-01-03
Introduce preparation/finalization steps in fwd/inv subsystem, supporting arb...
Thomas Knudsen
2017-12-17
Declare non-local variables as const where possible
Aaron Puchert
2017-12-17
Free format everywhere (#693)
Thomas Knudsen
2017-11-27
Replace some asserts by compile-time assertions
Aaron Puchert
2017-11-25
Overhaul ellipsoid handling (#682)
Thomas Knudsen
2017-11-08
minor clean ups in and around proj_4D_api (#649)
Thomas Knudsen
2017-11-06
Move pipeline initialization logic to PJ_pipeline.c and decrease the number o...
Kristian Evers
[prev]
[next]