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
/
PJ_ob_tran.c
Age
Commit message (
Expand
)
Author
2018-05-15
IWYU: Partial PJ_natearth.c..rtodms.c
Kurt Schwehr
2018-03-14
Fix 'Variable 'XXXX' is reassigned a value before the old one has been used' ...
Even Rouault
2018-03-11
Remove angle brackets for proj headers (#849)
Thomas Knudsen
2018-01-31
Renamed PJ_IO_UNITS_RADIANS to PJ_IO_UNITS_ANGULAR
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-11-13
Removed remaining traces of the built in selftest system (#661)
Thomas Knudsen
2017-11-12
Merge pull request #658 from busstoptaktik/selftest-removal-nopq
Thomas Knudsen
2017-11-12
Remove selftests from projection files starting with n,o,p,q
Thomas Knudsen
2017-11-11
PJ_ob_tran: avoid null pointer dereference when underling fwd method is NULL....
Even Rouault
2017-11-06
Eliminate the last traces of PJ_OBS (#643)
Thomas Knudsen
2017-10-06
Enable ob_tran for ellipsoidal projection definitions. While formally wrong, ...
Thomas Knudsen
2017-10-06
Enable address sanitizer in linux/clang build
Thomas Knudsen
2017-10-06
Enable default destructor for all PJ objects.
Thomas Knudsen
2017-09-07
PJ_ob_tran: fix potential memory leak. Fixes https://bugs.chromium.org/p/oss-...
Even Rouault
2017-07-18
Expanded *_ERROR* macros.
Kristian Evers
2017-05-30
PJ_ob_tran: avoid infinite recursion on +proj=ob_tran +o_proj=ob_tran
Even Rouault
2017-05-30
PJ_ob_tran: fix crash if underlying projection has no fwd method
Even Rouault
2017-05-29
PJ_ob_tran.c: fix memory leak in freeup_new() function. Found when running 'm...
Even Rouault
2017-03-08
fix memory leak in PJ_ob_tran.c (in freeup_new)
dusanjovic
2016-08-22
Changed self-test build behaviour from opt-out to opt-in
Kristian Evers
2016-05-28
Change math constants, similar to PR #372. Use M_ namespace with the de fact...
Micah Cochran
2016-05-11
Yet another round of minor corrections
Thomas Knudsen
2016-05-11
Portability cleanups for the code in PR #6 (and a few additional source files)
Thomas Knudsen
2016-05-04
Converted ob_tran
Kristian Evers
2013-10-20
Propogate ctx into sub-projection (#225).
Frank Warmerdam
2010-06-11
roll projCtx through various other low level functions
Frank Warmerdam
2009-01-26
remove SCCSID and lint stuff from all source files
Frank Warmerdam
2002-07-08
ensure clean C++ builds
Frank Warmerdam
2001-02-07
Cleaned up various warnings when compiled with -Wall.
Frank Warmerdam
1999-03-18
New
Frank Warmerdam