aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2018-02-06Merge pull request #771 from busstoptaktik/gie_cct_versionKristian Evers
2018-02-04Add --version option to gie and cct.Thomas Knudsen
2018-02-02Fix SOVERSION for Automake build.Bas Couwenberg
2018-02-02Merge pull request #758 from busstoptaktik/buf_overflow_in_cs2cs_emulation_setupKristian Evers
2018-02-02Avoid buffer overflow - OSSFuzz issue 5903Thomas Knudsen
2018-02-02PJ_omerc: Guard against asin calls with arg numerically greater than 1Thomas Knudsen
2018-02-02Merge pull request #754 from mloskot/ml/remove-winceKristian Evers
2018-02-01Make sure to mark parameters used when found with pj_param_exists. Closes #752Kristian Evers
2018-02-01Bump various version numbers in preparation for v. 5.0.0Kristian Evers
2018-02-01Remove Windows CE cruft (wince/msvc80)Mateusz Loskot
2018-02-01expand proj_geoc_lat to proj_geocentric_latitude (#751)Thomas Knudsen
2018-02-01Merge pull request #750 from busstoptaktik/return_derivs_in_factorKristian Evers
2018-02-01make local derivatives available in PJ_FACTORThomas Knudsen
2018-02-01Remove unnecessary functions and restructure proj.def. Closes #728Kristian Evers
2018-01-31Renamed PJ_IO_UNITS_RADIANS to PJ_IO_UNITS_ANGULARThomas Knudsen
2018-01-31proj_roundtrip: simplify control logicThomas Knudsen
2018-01-31Introduce compatibility for cs2cs-style proj-strings into the 4D API.Thomas Knudsen
2018-01-31Add pj_has_inverse().Kristian Evers
2018-01-26Make sure to mark +proj param used so it shows up in the definition. Fixes #744.Kristian Evers