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_4D_api.c
Age
Commit message (
Expand
)
Author
2018-05-15
IWYU: Partial PJ_natearth.c..rtodms.c
Kurt Schwehr
2018-04-16
Collect custom C99 math functions in proj_math.h
Kristian Evers
2018-04-07
Pipeline: make sure geocentric/cartesian space transform is done with origina...
Even Rouault
2018-03-21
Take into account +towgs84=0,0,0 in pipeline to still imply geodetic->cartesi...
Even Rouault
2018-03-20
Add 'exact' flag to Helmert operation when doing cs2cs emulation. Fixes #871....
Kristian Evers
2018-03-14
Add comment to justify 718495c62ed00d6bf2a60be3b67ecf7e2e8da2d2
Even Rouault
2018-03-12
Fix 'bufferAccessOutOfBounds,Buffer is accessed out of bounds' cppcheck warnings
Even Rouault
2018-03-11
Merge pull request #852 from kbevers/remove-pj_-prefix-from-static-functions
Kristian Evers
2018-03-11
Various typo fixes
Even Rouault
2018-03-11
Remove 'pj_' prefix from static functions
Kristian Evers
2018-03-11
Remove angle brackets for proj headers (#849)
Thomas Knudsen
2018-03-08
Use consistent names for PJ_COORD's in declarations
Kristian Evers
2018-02-19
proj_errno_reset: Also reset pj_errno
Raul Marin
2018-02-12
Ensure cs2cs emulation gets correct ellipsoid defn (#798)
Thomas Knudsen
2018-02-11
Add proj_context_errno to API and missing proj_geod to proj.def (#791)
Thomas Knudsen
2018-02-10
Make the 4D API fully 4D (#788)
Thomas Knudsen
2018-02-10
Fix numerous bugs in the cs2cs emulation
Thomas Knudsen
2018-02-07
Shrink PJ_XXX_INFO structs, but keep same syntax. (#775)
Thomas Knudsen
2018-02-02
Avoid buffer overflow - OSSFuzz issue 5903
Thomas Knudsen
2018-02-01
expand proj_geoc_lat to proj_geocentric_latitude (#751)
Thomas Knudsen
2018-02-01
make local derivatives available in PJ_FACTOR
Thomas Knudsen
2018-01-31
Renamed PJ_IO_UNITS_RADIANS to PJ_IO_UNITS_ANGULAR
Thomas Knudsen
2018-01-31
proj_roundtrip: simplify control logic
Thomas Knudsen
2018-01-31
Introduce compatibility for cs2cs-style proj-strings into the 4D API.
Thomas Knudsen
2018-01-31
Add pj_has_inverse().
Kristian Evers
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-28
Free formatting of PROJ key=value pairs
Thomas Knudsen
2017-11-25
Improve API (#683)
Thomas Knudsen
2017-11-20
Replace pj_ell_set with reimplementation... (#675)
Thomas Knudsen
2017-11-16
Introduce geodetic-geocentric conversions ... (#669)
Thomas Knudsen
2017-11-15
Support numerical factors only (#664)
Thomas Knudsen
2017-11-12
Poder autochecking again (WIP) (#652)
Thomas Knudsen
2017-11-10
Do not require needless plusses (#651)
Thomas Knudsen
2017-11-08
minor clean ups in and around proj_4D_api (#649)
Thomas Knudsen
2017-11-08
Improved IO predicates (#648)
Thomas Knudsen
2017-11-06
Eliminate the last traces of PJ_OBS (#643)
Thomas Knudsen
2017-11-05
Pipeline cleanup (WIP) (#637)
Thomas Knudsen
2017-10-27
Linguistics: Clarify this and that, here and there (#632)
Thomas Knudsen
2017-10-25
Remove PJ_OBS from the API surface, rename pj_obs_api.c to pj_4D_api.c (#625)
Thomas Knudsen