aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-09-06Added data types reference section.Kristian Evers
2017-09-06Add PJ_FACTORS bit flags to proj.hKristian Evers
2017-09-05proj: Do rad->deg conversion if output units warrants it.Kristian Evers
2017-09-05PJ_unitconvert: fix memory leak. Fixes https://bugs.chromium.org/p/oss-fuzz/i...Even Rouault
2017-09-05Reformat proj.c before making functional changes.Kristian Evers
2017-09-04Added more pages to 'development' chapter. Moved old API description to secti...Kristian Evers
2017-09-04PJ_hgridshift.c: fix memleak in initialization if grid loading fail. Same fix...Even Rouault
2017-09-03Added Contributing chapter to docs. CONTRIBUTING.md translated to rst with pa...Kristian Evers
2017-09-03Use same spelling of PROJ.4 across all doc pages.Kristian Evers
2017-09-03Added documentation of init files and defaults fileKristian Evers
2017-09-03PJ_goode: fix memory leak. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/...Even Rouault
2017-08-31Major restructure and rewrite of docs.Kristian Evers
2017-08-30Merge pull request #562 from cffk/geod-1.49Charles Karney
2017-08-30Empty commit -- Correction to log message for previous commit:Charles Karney
2017-08-30Back out of previous change. Coverage stats are still wrong. geodtestCharles Karney
2017-08-30Rejig how geodtest is specified in automake to make coverage stats accurate??Charles Karney
2017-08-30Add geodtest to autoconf's 'make check' suite.Charles Karney