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
/
geod_set.c
Age
Commit message (
Expand
)
Author
2018-10-16
Move struct definitions for proj_list_* functions to proj.h
Kristian Evers
2018-07-11
Revert pj_units to_meters entries for US units.
Charles Karney
2018-07-11
Remove ugly assignment within an expression.
Charles Karney
2018-07-11
Fix #1074. Fix unit conversion factors for geod.
Charles Karney
2018-05-15
IWYU: Partial PJ_natearth.c..rtodms.c
Kurt Schwehr
2018-03-14
Fix (mostly false positive) clang static analyzer warnings about potential nu...
Even Rouault
2017-12-17
Declare non-local variables as const where possible
Aaron Puchert
2017-10-19
Prevent crashes and leaks on allocation failure (#606)
Aaron Puchert
2017-02-26
Recent clang (e.g MacOSX) warning fixes related to double to _Bool implicit c...
Even Rouault
2016-02-15
Fix warning in geod_set. Set include files for geodtest to null.
Charles Karney
2015-06-20
Fix possibly-uninitialized variable warnings.
Elliott Sales de Andrade
2012-12-07
replacement of geodesic engine with one from Charles Karney (#197)
Frank Warmerdam
2012-02-21
Use parenthesis around assignments in if statements (#123).
Frank Warmerdam
2010-06-11
roll projCtx through various other low level functions
Frank Warmerdam
2010-06-11
preliminary implementation of projCtx API
Frank Warmerdam
2009-01-26
remove SCCSID and lint stuff from all source files
Frank Warmerdam
2004-10-28
avoid using global variables from DLL
Frank Warmerdam
2002-07-08
ensure clean C++ builds
Frank Warmerdam
2002-05-30
use less conflicting names for a, S and f
Frank Warmerdam
1999-03-18
New
Frank Warmerdam