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