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-02-02
Merge pull request #758 from busstoptaktik/buf_overflow_in_cs2cs_emulation_setup
Kristian Evers
2018-02-02
Avoid buffer overflow - OSSFuzz issue 5903
Thomas Knudsen
2018-02-02
PJ_omerc: Guard against asin calls with arg numerically greater than 1
Thomas Knudsen
2018-02-02
Merge pull request #754 from mloskot/ml/remove-wince
Kristian Evers
2018-02-01
Make sure to mark parameters used when found with pj_param_exists. Closes #752
Kristian Evers
2018-02-01
Bump various version numbers in preparation for v. 5.0.0
Kristian Evers
2018-02-01
Remove Windows CE cruft (wince/msvc80)
Mateusz Loskot
2018-02-01
expand proj_geoc_lat to proj_geocentric_latitude (#751)
Thomas Knudsen
2018-02-01
Merge pull request #750 from busstoptaktik/return_derivs_in_factor
Kristian Evers
2018-02-01
make local derivatives available in PJ_FACTOR
Thomas Knudsen
2018-02-01
Remove unnecessary functions and restructure proj.def. Closes #728
Kristian Evers
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-26
Make sure to mark +proj param used so it shows up in the definition. Fixes #744.
Kristian Evers
2018-01-25
Fix null pointer dereference in pj_datum_tranform() caused by d0dbf48438f9e15...
Even Rouault
2018-01-23
Handle ellipsoid parameters correctly when using +nadgrids=@null. Fixes #22.
Kristian Evers
2018-01-17
Merge pull request #739 from kbevers/pipeline-inverse
Kristian Evers
2018-01-17
Fix "double inversions" in pipelines, require a defined forward operation.
Kristian Evers
2018-01-11
Set inv*-functions to zero on pipeline PJ's where an inverse does not exist.
Kristian Evers
2018-01-11
Fail gracefully when invalid inverse operation is specified in cct.
Kristian Evers
2018-01-11
axisswap initialization: avoid switch case fallthrough
Even Rouault
2018-01-11
Fix breakage of previous commit (bis)
Even Rouault
2018-01-11
Fix breakage of previous commit
Even Rouault
2018-01-11
PJ_axisswap.c: validate axis value. Fixes https://bugs.chromium.org/p/oss-fuz...
Even Rouault
2018-01-09
Remove or use unused macros
Aaron Puchert
2018-01-08
Allow usage of classic +axis parameter in axisswap.
Kristian Evers
2018-01-08
Discern between 2D projected and 3D cartesian linear units (#732)
Thomas Knudsen
2018-01-06
Remove unused typedef from pj_init.c
Thomas Knudsen
2018-01-06
Remove superfluous self-assignment in phi12
Thomas Knudsen
2018-01-06
Repair ratio numbers for units in pj_init_ctx
Thomas Knudsen
2018-01-06
Eliminate potential zero-dereference in get_init.
Thomas Knudsen
2018-01-05
Custom unit factors in unitconvert.
Kristian Evers
2018-01-05
Avoid overwriting time component with zero
Kristian Evers
2018-01-04
Bar step-internal params from influencing pipeline driver init (#729)
Thomas Knudsen
2018-01-03
Introduce preparation/finalization steps in fwd/inv subsystem, supporting arb...
Thomas Knudsen
2017-12-20
Merge pull request #724 from busstoptaktik/repair-cct-columns
Thomas Knudsen
2017-12-20
Repair column selector bug
Thomas Knudsen
2017-12-20
Merge pull request #722 from kbevers/divide-by-zero-ccon
Kristian Evers
2017-12-20
Avoid zero-division in ccon.
Kristian Evers
2017-12-19
Danish (Andrae) ellipsoid, and Copenhagen meridian introduced in support of t...
Thomas Knudsen
2017-12-19
Add missing call to pj_chomp, in order to remove inline comments (#720)
Thomas Knudsen
2017-12-19
Some corrections in response to a review by Kristian Evers (#718)
Thomas Knudsen
2017-12-18
Fix issue #715. Merge 1.49.1 of geodesic library (tagged as v1.49.1-c
Charles Karney
2017-12-18
Remove superfluous element free_format from OPTARGPM object (#716)
Thomas Knudsen
2017-12-18
Merge pull request #674 from aaronpuchert/const-globals
Even Rouault
2017-12-18
Enable wildcard globbing for MSVC builds (#714)
Thomas Knudsen
2017-12-17
Declare non-local variables as const where possible
Aaron Puchert
2017-12-17
Merge pull request #713 from kbevers/travis-c89
Kristian Evers
[next]