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
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
2015-05-30
Fix signed/unsigned comparison warnings.
Elliott Sales de Andrade
2015-05-30
Remove unused variables.
Elliott Sales de Andrade
2015-05-29
Fix small memory leak in pj_init.
Didier Richard
2015-02-16
apply patch for #237 to fix initialization ordering around setlocale
Howard Butler
2014-08-18
apply fix specified in #229 -- pj_init_plus() with init and other parms fail...
Howard Butler
2014-02-07
avoid mistaken error about missing init file entry (#229)
Frank Warmerdam
2013-10-20
add inline warning about locale issue on windows (#226)
Frank Warmerdam
2013-06-22
bulk of file api implementation complete and working
Frank Warmerdam
2012-12-18
recover gracefully if setlocale() returns NULL like on Android (#204)
Frank Warmerdam
2012-06-19
first nearly working grid catalog implementation
Frank Warmerdam
2012-06-08
avoid leak of vgridlist_geoid (#175)
Frank Warmerdam
2012-02-21
Use parenthesis around assignments in if statements (#123).
Frank Warmerdam
2011-12-23
only split keywords on pluses following spaces (#132)
Frank Warmerdam
2011-11-14
avoid casting warning with old_locale
Frank Warmerdam
2011-07-06
adjust error handling for missing grid shift files (#116)
Frank Warmerdam
2011-06-09
fix for +axis validation (#87)
Frank Warmerdam
2011-05-10
default vertical units to horizontal units
Frank Warmerdam
2011-05-10
add support for vunits/vto_meter parameters to specify vertical units
Frank Warmerdam
2011-02-21
fix locale handling, we need to copy the old locale. Avoid too much altering...
Frank Warmerdam
2011-02-08
avoid cplusplus comments (#92)
Frank Warmerdam
[next]