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