aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-09Add documentation for datatypes and functions related to internal lists in PR...Kristian Evers
2017-10-09Merge remote-tracking branch 'osgeo/master' into docs-release-4.10.0Kristian Evers
2017-10-09Add PJ_DIRECTION to API referece [skip ci]Kristian Evers
2017-10-09Add proj_list_* functions that exposes various internal lists (#579)Kristian Evers
2017-10-08Resolve #594 and OSS-Fuzz-3569 (#595)Thomas Knudsen
2017-10-07Merge pull request #592 from busstoptaktik/obs_api-improvementsThomas Knudsen
2017-10-06Switch proj_roundtrip to accept PJ_COORD, rather than PJ_OBS, and make it do ...Thomas Knudsen
2017-10-06Remove superfluous checks for PJ.left being PJ_IO_UNITS_CLASSICThomas Knudsen
2017-10-06Change PJ.left default from PJ_CLASSIC to PJ_RADIANSThomas Knudsen
2017-10-06Merge pull request #590 from busstoptaktik/OSS-Fuzz-1836Thomas Knudsen
2017-10-06Resolve OSS-Fuzz issue 1836: Division by zero in gn_sinu setupThomas Knudsen
2017-10-06Merge pull request #583 from busstoptaktik/destructorThomas Knudsen
2017-10-06Enable ob_tran for ellipsoidal projection definitions. While formally wrong, ...Thomas Knudsen
2017-10-06Enable address sanitizer in linux/clang buildThomas Knudsen
2017-10-06Enable default destructor for all PJ objects.Thomas Knudsen
2017-10-04[docs] Fix link to DockerHubKristian Evers
2017-09-28Introducing the cct 'Coordinate Conversion and Transformation' program (#574)Thomas Knudsen
2017-09-28Add PJD_ERR_* aliases for error numbers without oneKristian Evers
2017-09-28Support a default destructor for PJ objectsThomas Knudsen
2017-09-27CMake updates (#578)Howard Butler
2017-09-27Add detection of MSVC 14.0 and 14.1+ to CMake configuration (#580)Mateusz Łoskot
2017-09-27Ignore Visual Studio cruft and build directories and scripts (#581)Mateusz Łoskot
2017-09-27Add section PROJ.4 environment variables.Kristian Evers
2017-09-27decimalyear_to_mjd(): avoid almost infinite loop in case of crazy input. Fixe...Even Rouault
2017-09-27add proj_errno_* functions to API referenceKristian Evers
2017-09-25fix #560 install cmake config file to lib and use GNUInstallDirs on Unix (#561)Nicolas David
2017-09-25Merge pull request #570 from kbevers/api-streamliningKristian Evers
2017-09-22Add 'expected accuracy' member to PJ_PROJ_INFO struct.Kristian Evers
2017-09-21Changed a few occurences of 'const PJ*' to just 'PJ*' since they were making ...Kristian Evers
2017-09-21Use FACTORS and DERIVS structs from projects.h instead of duplicating them in...Kristian Evers
2017-09-21Use Python2 in favour of Python3 which behaves inconsistenly on Travis (#573)Kristian Evers
2017-09-20Revert to using pip3Kristian Evers
2017-09-20Use python 3.5 with pyenvKristian Evers
2017-09-20Use pip instead of pip3. pyevn should enforce usage of python3-compatible ver...Kristian Evers
2017-09-18Moved projection list to using chapter and created a list of transformations....Kristian Evers
2017-09-13Added functions API referenceKristian Evers
2017-09-13Make proj_destroy and proj_context_destroy behave in the same way.Kristian Evers
2017-09-13Introduce PJ_DEFAULT_CTX constant that improves code readabilityKristian Evers
2017-09-13make PJ* P argument of proj_lp_dist constKristian Evers
2017-09-13Add typedef for transformation direction enumKristian Evers
2017-09-13Change how existance of strings in info-structs are checked. Before this comm...Kristian Evers
2017-09-12Merge pull request #564 from kbevers/proj-respect-input-output-unitsKristian Evers
2017-09-12Merge pull request #567 from kbevers/issue-566Even Rouault
2017-09-12Make sure all platform specific before_install scripts call the global before...Kristian Evers
2017-09-12Move python version setup to build matrix. Different Travis platforms seem to...Kristian Evers
2017-09-11Set python version to 3.6 with pyenvKristian Evers
2017-09-11Select python version via travis setup instead of using pyenv (which is not c...Kristian Evers
2017-09-09Potential fix for pip3 failure on travis, as suggested in https://github.com/...Kristian Evers
2017-09-09Tested for wrong indices before array lookup. Fixes #566.Kristian Evers
2017-09-07PJ_ob_tran: fix potential memory leak. Fixes https://bugs.chromium.org/p/oss-...Even Rouault