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_init.c
Age
Commit message (
Expand
)
Author
2018-02-12
Avoid invalid ellps error messages from pj_init (#794)
Thomas Knudsen
2018-02-12
Repair prior attempt to default to WGS84 if explicit ellps not needed
Thomas Knudsen
2018-02-12
a minor linguistic correction
Thomas Knudsen
2018-02-12
typedef some recurring function signatures
Thomas Knudsen
2018-02-10
pj_init: set ellipsoid if given, even if not needed
Thomas Knudsen
2018-02-01
Make sure to mark parameters used when found with pj_param_exists. Closes #752
Kristian Evers
2018-01-31
Introduce compatibility for cs2cs-style proj-strings into the 4D API.
Thomas Knudsen
2018-01-26
Make sure to mark +proj param used so it shows up in the definition. Fixes #744.
Kristian Evers
2018-01-06
Remove unused typedef from pj_init.c
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
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-17
Declare non-local variables as const where possible
Aaron Puchert
2017-12-17
Free format everywhere (#693)
Thomas Knudsen
2017-11-27
gie support for builtin errcodes, and other improvements (#684)
Thomas Knudsen
2017-11-25
Overhaul ellipsoid handling (#682)
Thomas Knudsen
2017-11-22
Avoid div-by-0 in to_meter init
Thomas Knudsen
2017-11-20
Replace pj_ell_set with reimplementation... (#675)
Thomas Knudsen
2017-11-16
Introduce geodetic-geocentric conversions ... (#669)
Thomas Knudsen
2017-11-11
Fix various memory leaks. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/d...
Even Rouault
2017-11-06
Move pipeline initialization logic to PJ_pipeline.c and decrease the number o...
Kristian Evers
2017-10-28
Allow nested pipelines. (#629)
Kristian Evers
2017-10-19
Prevent crashes and leaks on allocation failure (#606)
Aaron Puchert
2017-10-06
Enable ob_tran for ellipsoidal projection definitions. While formally wrong, ...
Thomas Knudsen
2017-10-06
Enable default destructor for all PJ objects.
Thomas Knudsen
2017-09-28
Support a default destructor for PJ objects
Thomas Knudsen
2017-08-07
Adding info functions to proj.h API. (#551)
Kristian Evers
2017-07-05
Let pj_init() expand more than one +init argument.
Kristian Evers
2017-06-01
Fix memory leaks. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id...
Even Rouault
2017-05-30
catalog: memory leak and crashes related fixes
Even Rouault
2017-05-29
pj_compare_datums(): fix null pointer dereference.
Even Rouault
2017-05-28
Add comment
Even Rouault
2017-05-24
Merge pull request #519 from kbevers/avoid-zero-division
Kristian Evers
2017-05-24
Avoid zero division in pj_init_ctx().
Kristian Evers
2017-05-23
Avoid potentially very long loop when normalizing longitudes around long_wrap...
Even Rouault
2017-05-22
pj_init(): fix memory leak of pj->geod
Even Rouault
2017-02-28
Enable cppcheck and fix related mostly false-positive warnings
Even Rouault
2017-02-26
Fix MSVC warnings and add /Wx to appveyor.yml
Even Rouault
2017-02-26
Recent clang (e.g MacOSX) warning fixes related to double to _Bool implicit c...
Even Rouault
2016-12-15
Horner and helmert (#456)
Thomas Knudsen
2016-12-12
Add a scripts/fix_typos.sh script and correct reported errors
Even Rouault
2016-11-20
Plumbing for pipelines (#453)
Thomas Knudsen
2016-04-05
Some initial work on internal regression tests
Thomas Knudsen
2016-04-01
First steps toward simplified macros/internals
Thomas Knudsen
2015-07-07
Make pj_init() locale safe and no longer modify locale (#226)
Even Rouault
2015-06-28
Merge branch '4-warning-fixes' of github.com:QuLogic/proj.4
Even Rouault
2015-06-20
Remove dead assignments.
Elliott Sales de Andrade
2015-06-20
Fix possibly-uninitialized variable warnings.
Elliott Sales de Andrade
2015-05-31
Remove unused $Id$ keywords.
Elliott Sales de Andrade
[next]