aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-21Bump version numbersKristian Evers
2018-03-21Avoid shadowed declaration errors with old gccMike Toews
2018-03-21Take into account +towgs84=0,0,0 in pipeline to still imply geodetic->cartesi...Even Rouault
2018-03-21Merge branch 'master' into ctable-nullKristian Evers
2018-03-20Introduce late expansion of +datum parameters. Fixes #872.Kristian Evers
2018-03-20Track the header size read in pj_gridinfo_initKurt Schwehr
2018-03-20Add 'exact' flag to Helmert operation when doing cs2cs emulation. Fixes #871....Kristian Evers
2018-03-19Fix spelling error in gie error code. Closes #861.Kristian Evers
2018-03-19Merge pull request #868 from cffk/geod-1.49.3Charles Karney
2018-03-16Use version numbers from proj.h in pj_release stringKristian Evers
2018-03-12Merge pull request #857 from kbevers/return-error-instead-of-zerosKristian Evers
2018-03-12Remove 'pj_' prefix from static functionsKristian Evers
2018-03-11Remove angle brackets for proj headers (#849)Thomas Knudsen
2018-03-09Repair PR #845: Scale vertical coords properly. (#848)Thomas Knudsen
2018-03-09Refactor pj_transform, reintroduce support for vertical scaling (#845)Thomas Knudsen
2018-03-09Use consistent names for PJ_COORD's in declarationsKristian Evers
2018-03-09Remove angle brackets in include proj.hThomas Knudsen
2018-03-05Revert fix to #22Kristian Evers
2018-03-01Update release date5.0.0Kristian 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