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_internal.c
Age
Commit message (
Expand
)
Author
2018-05-30
Fix warnings found by clang with new warning flags to be added in later commit
Even Rouault
2018-05-15
IWYU: Partial PJ_natearth.c..rtodms.c
Kurt Schwehr
2018-05-07
Clean readability-redundant-control-flow clang-tidy warnings
Kristian Evers
2018-04-23
Add isnan() to proj_math.h
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-12
Fix 'src/pj_internal.c:346,style,unreadVariable,Variable 'n' is assigned a va...
Even Rouault
2018-03-11
Various typo fixes
Even Rouault
2018-03-11
Remove angle brackets for proj headers (#849)
Thomas Knudsen
2018-02-07
Shrink PJ_XXX_INFO structs, but keep same syntax. (#775)
Thomas Knudsen
2018-01-31
Add pj_has_inverse().
Kristian Evers
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
Free format everywhere (#693)
Thomas Knudsen
2017-11-28
Enable selective debug printout through negative PROJ_DEBUG values (#689)
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-25
Remove PJ_OBS from the API surface, rename pj_obs_api.c to pj_4D_api.c (#625)
Thomas Knudsen
2017-08-07
Adding info functions to proj.h API. (#551)
Kristian Evers
2017-07-07
obs_api revision and improvements: new namespace etc. (#530)
Thomas Knudsen