aboutsummaryrefslogtreecommitdiff
path: root/src/pj_init.c
AgeCommit message (Expand)Author
2018-05-15IWYU: Partial PJ_natearth.c..rtodms.cKurt Schwehr
2018-04-16Collect custom C99 math functions in proj_math.hKristian Evers
2018-03-213 -> PJ_LOG_TRACE for pj_log level in pj_init.cKurt Schwehr
2018-03-21Merge pull request #878 from schwehr/logging-cleanupKristian Evers
2018-03-21Add extra { } to make code clearerEven Rouault
2018-03-20Remove final \n from pj_log messages.Kurt Schwehr
2018-03-20Introduce late expansion of +datum parameters. Fixes #872.Kristian Evers
2018-03-14Fix (mostly false positive) clang static analyzer warnings about potential nu...Even Rouault
2018-03-11Merge pull request #852 from kbevers/remove-pj_-prefix-from-static-functionsKristian Evers
2018-03-11typo fix: Rename PJD_ERR_UNKNOW_UNIT_ID as PJD_ERR_UNKNOWN_UNIT_IDEven Rouault
2018-03-11Remove 'pj_' prefix from static functionsKristian Evers
2018-03-11Remove angle brackets for proj headers (#849)Thomas Knudsen
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