aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-11Various typo fixesEven Rouault
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-03-11Merge pull request #847 from kbevers/proj_strerrnoKristian Evers
2018-03-09Add proj_errno_string functionKristian Evers
2018-03-09Repair PR #845: Scale vertical coords properly. (#848)Thomas Knudsen
2018-03-09Merge pull request #844 from kbevers/tidy-proj_transKristian Evers
2018-03-09Refactor pj_transform, reintroduce support for vertical scaling (#845)Thomas Knudsen
2018-03-08Use consistent names for PJ_COORD's in declarationsKristian Evers
2018-03-06Remove angle brackets in include proj.hThomas Knudsen
2018-03-06fix a few typos (again)Mike Toews
2018-03-05Merge pull request #832 from awulkiew/fix/parametersKristian Evers
2018-03-05Merge pull request #830 from kbevers/revert-issue-22-fixKristian Evers
2018-03-02Improve consistency of parameters in omerc and tpers projections.Adam Wulkiewicz
2018-03-01Update release date5.0.0Kristian Evers
2018-03-01Revert fix to #22Kristian Evers
2018-02-24Relax some the tests in geodtest.Charles Karney
2018-02-23Don't reset errno when skipping tests.Kristian Evers
2018-02-23Merge pull request #816 from cffk/geod-1.49.2Charles Karney
2018-02-23Add tests to improve the code coverage.Charles Karney
2018-02-22Fix issue #812Charles Karney
2018-02-23Tidy a few typosMike Toews
2018-02-22gie expect: ignore unspecd dims, improve reporting/builtinsThomas Knudsen
2018-02-22horner: support westings/southings in complex caseThomas Knudsen
2018-02-19proj_errno_reset: Also reset pj_errnoRaul Marin
2018-02-13Merge pull request #789 from cffk/cmake-namespace-targetsCharles Karney
2018-02-12Ensure cs2cs emulation gets correct ellipsoid defn (#798)Thomas Knudsen
2018-02-12Make proj_pj_info work correctly for pipelines (#795)Thomas Knudsen
2018-02-12Avoid invalid ellps error messages from pj_init (#794)Thomas Knudsen
2018-02-12Merge pull request #793 from busstoptaktik/pj_init_cleanupThomas 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-11Add missing ! in boolean evaluation. Fixes #780.Kristian Evers
2018-02-11Merge pull request #790 from kbevers/fix-proj_api.hKristian Evers
2018-02-11Add proj_context_errno to API and missing proj_geod to proj.def (#791)Thomas Knudsen
2018-02-11Make sure that #define's work properly when including proj_api.h and proj.h t...Kristian Evers
2018-02-10Re-do pull request #451 export CMake targets with PROJ4:: namespaceCharles Karney
2018-02-10Make the 4D API fully 4D (#788)Thomas Knudsen
2018-02-10Handle sign convention for vertical datum shiftsThomas Knudsen
2018-02-10Fix numerous bugs in the cs2cs emulationThomas Knudsen
2018-02-10pj_init: set ellipsoid if given, even if not neededThomas Knudsen
2018-02-10gie: repair handling of angular distancesThomas Knudsen
2018-02-10Add BETA2007 grid and change potsdam datum (#383)Even Rouault
2018-02-09Avoid XY, LP and UV datatype clashes with other libraries.Kristian Evers
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-06Make pj_free return with the correct errno.Kristian Evers
2018-02-06Let gie skip tests when specific errors are returned.Kristian Evers