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
/
gie.c
Age
Commit message (
Expand
)
Author
2018-08-11
gie: add a require_grid keyword, and use if for DHDN_ETRS89.gie; aso fix DHDN...
Even Rouault
2018-06-06
Correct bad use of proj_dmstor in gie.
Kristian Evers
2018-06-06
Remove leftover debugging print statement
Kristian Evers
2018-06-05
Make gie read dms style coordinates
Kristian Evers
2018-05-31
Fix buffer overflow in gie.c:append_args() (#1023)
Kurt Schwehr
2018-05-30
Merge pull request #1022 from schwehr/gie-operation-overflow
Kristian Evers
2018-05-30
Merge pull request #1021 from rouault/add_test_framework
Kristian Evers
2018-05-30
Fix warnings found by clang with new warning flags to be added in later commit
Even Rouault
2018-05-29
Ensure that operations are less than MAX_OPERATION long.
Kurt Schwehr
2018-05-24
gie T.fout output cleanup
Kurt Schwehr
2018-05-24
Merge pull request #949 from kbevers/return-nans-quickly
Kristian Evers
2018-05-24
Merge pull request #1013 from schwehr/proj_strtod_header
Kristian Evers
2018-05-23
Use proj_strtod.h for proj_strtod and proj_atof
Kurt Schwehr
2018-05-23
Merge branch 'master' into return-nans-quickly
Kristian Evers
2018-05-22
Limit the number of round trips to 1 million and check for underflows
Kurt Schwehr
2018-05-15
IWYU: Partial PJ_natearth.c..rtodms.c
Kurt Schwehr
2018-05-08
Replace int typecasts with calls to lround to avoid bad conversions on NaN in...
Kristian Evers
2018-05-07
Clean readability-misleading-indentation clang-tidy warnings
Kristian Evers
2018-05-07
Clean readability-redundant-declaratio clang-tidy warnings
Kristian Evers
2018-05-07
Clean readability-inconsistent-declaration-parameter-name clang-tidy warnings
Kristian Evers
2018-04-23
Merge pull request #937 from kbevers/c99-math-module
Kristian Evers
2018-04-16
Collect custom C99 math functions in proj_math.h
Kristian Evers
2018-04-16
Silence complaints about missing </gie> tag
Kristian Evers
2018-03-27
Merge pull request #907 from kbevers/print-help
Kristian Evers
2018-03-27
Print help text when callin gie without arguments
Kristian Evers
2018-03-27
Free memory on exit
Kristian Evers
2018-03-27
Document --version option in cct and gie
Kristian Evers
2018-03-26
Initialize test_time other fields.
Kurt Schwehr
2018-03-19
Fix spelling error in gie error code. Closes #861.
Kristian Evers
2018-03-11
Merge pull request #852 from kbevers/remove-pj_-prefix-from-static-functions
Kristian Evers
2018-03-11
Various typo fixes
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-23
Don't reset errno when skipping tests.
Kristian Evers
2018-02-22
gie expect: ignore unspecd dims, improve reporting/builtins
Thomas Knudsen
2018-02-12
Repair prior attempt to default to WGS84 if explicit ellps not needed
Thomas Knudsen
2018-02-10
Make the 4D API fully 4D (#788)
Thomas Knudsen
2018-02-10
Handle sign convention for vertical datum shifts
Thomas Knudsen
2018-02-10
gie: repair handling of angular distances
Thomas Knudsen
2018-02-07
Shrink PJ_XXX_INFO structs, but keep same syntax. (#775)
Thomas Knudsen
2018-02-06
Use a grid in API selftest that we can always rely on being present.
Kristian Evers
2018-02-06
Let gie skip tests when specific errors are returned.
Kristian Evers
2018-02-04
Add --version option to gie and cct.
Thomas Knudsen
2018-01-31
Introduce compatibility for cs2cs-style proj-strings into the 4D API.
Thomas Knudsen
2018-01-09
Remove or use unused macros
Aaron Puchert
2018-01-05
Custom unit factors in unitconvert.
Kristian Evers
2018-01-03
Introduce preparation/finalization steps in fwd/inv subsystem, supporting arb...
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
[next]