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