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
Age
Commit message (
Expand
)
Author
2018-05-15
IWYU: Partial PJ_natearth.c..rtodms.c
Kurt Schwehr
2018-05-15
IWYU: Partial PJ_gstmerc.c..PJ_molodensky.c
Kurt Schwehr
2018-05-15
IWYU: Partial PJ_aitoff.c..PJ_goode.c
Kurt Schwehr
2018-05-14
Partial changes for IWYU
Kurt Schwehr
2018-05-13
ISEA_STATIC -> static (#995)
Kurt Schwehr
2018-05-08
Merge pull request #989 from kbevers/clang-tidying
Kristian Evers
2018-05-08
Merge pull request #988 from kbevers/proj-V-error
Kristian Evers
2018-05-07
Clean readability-named-parameter clang-tidy warnings
Kristian Evers
2018-05-07
Clean readability-misleading-indentation clang-tidy warnings
Kristian Evers
2018-05-07
Clean readability-redundant-declaratio clang-tidy warnings
Kristian Evers
2018-05-07
Clean readability-inconsistent-declaration-parameter-name clang-tidy warnings
Kristian Evers
2018-05-07
Clean readability-redundant-control-flow clang-tidy warnings
Kristian Evers
2018-05-07
Reset errno when running proj in verbose mode.
Kristian Evers
2018-05-07
Merge pull request #987 from kbevers/calcofi-refactor
Kristian Evers
2018-05-07
Refactor calcofi so that global parameters are handled in the projection setup
Kristian Evers
2018-05-06
Do not error when setting up geos with +lat_0!=0
Kristian Evers
2018-05-05
Merge pull request #980 from mwtoews/doc-update
Kristian Evers
2018-05-05
Merge pull request #978 from rouault/cmake_fix_msys
Even Rouault
2018-05-05
geod usage: remove non-exist 'T', add 'l'
mwtoews
2018-05-05
cct usage: add 'I' to docs, re-order usage to same as docs
mwtoews
2018-05-05
proj usage: remove unused 'c', add 'vV' to invproj
mwtoews
2018-05-04
Add documentation to pj_phi2 by cffk@
Kurt Schwehr
2018-05-04
Fix C89 build failure with dphi.
Kurt Schwehr
2018-05-04
Merge pull request #969 from Geomatys/master
Kristian Evers
2018-05-04
cmake: fix build with msys where both pthread and win32 threads are detected ...
Even Rouault
2018-05-04
Convert errno literals to corresponding PJD symbol
Kurt Schwehr
2018-05-03
Minor cleanup of pj_phi2.c
Kurt Schwehr
2018-05-02
Rename "Proj" as "PROJ" for the library name.
Martin Desruisseaux
2018-05-02
Use the #define constant generated by javac instead than a constant maintaine...
Martin Desruisseaux
2018-04-30
Merge pull request #958 from rouault/safe_creation_of_pj_lock
Kristian Evers
2018-04-30
Merge pull request #965 from schwehr/proj_math
Kristian Evers
2018-04-30
Move include of math.h inside include guard.
Kurt Schwehr
2018-04-30
Merge pull request #960 from kbevers/remove-pj_is_nan-definition
Kristian Evers
2018-04-30
Remove unneeded pj_is_nan definition
Kristian Evers
2018-04-28
pj_mutex.c: use PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP when available
Even Rouault
2018-04-28
Implement thread-safe creation of proj mutex (fixes #954)
Even Rouault
2018-04-27
Update the Ant build.xml script for:
Martin Desruisseaux
2018-04-27
Apply the https://github.com/opengeospatial/geoapi/issues/26 patch.
Martin Desruisseaux
2018-04-27
Remove src/org_proj4_Projections.h file. This file was not used anywhere, sin...
Martin Desruisseaux
2018-04-25
pj_transform: reset error state before each call to pj_inv/pj_fwd
Even Rouault
2018-04-23
Merge pull request #937 from kbevers/c99-math-module
Kristian Evers
2018-04-23
Merge pull request #947 from schwehr/pj_isea_cleanup
Kristian Evers
2018-04-23
Add isnan() to proj_math.h
Kristian Evers
2018-04-22
More cleanup and fix last commit
Kurt Schwehr
2018-04-22
PJ_isea.c: change local helper functions to void returns
Kurt Schwehr
2018-04-19
Rename level -> log_level for proj_log_level to match function definition
Kurt Schwehr
2018-04-16
Prefer proj_math.h over math.h when geodesic.c is compiled as part of PROJ
Kristian Evers
2018-04-16
Collect custom C99 math functions in proj_math.h
Kristian Evers
2018-04-16
Silence complaints about missing </gie> tag
Kristian Evers
2018-04-14
Dont do false easting/northing on cartesian coords
Kristian Evers
[next]