aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-07Add ITRF init files (#552)Kristian Evers
2017-08-07Adding info functions to proj.h API. (#551)Kristian Evers
2017-08-04Merge pull request #525 from kbevers/betterplotsKristian Evers
2017-08-04Updated figures on most projection doc-pages.Kristian Evers
2017-08-04Optimize and fix errors in plot interpolation.Elliott Sales de Andrade
2017-08-04Make better use of numpy and matplotlib.Elliott Sales de Andrade
2017-08-04Specify PROJ_LIB when generating plots.Elliott Sales de Andrade
2017-08-04Updated plotting mechanism radically.Kristian Evers
2017-07-25Expose pj_factors and pj_deriv in public API. (#546)Kristian Evers
2017-07-18Merge pull request #548 from kbevers/remove-error-macrosKristian Evers
2017-07-18Expanded *_ERROR* macros.Kristian Evers
2017-07-18Added datum grid archive to Download page and updated link on Grids page.Kristian Evers
2017-07-18Merge pull request #547 from kbevers/hypot-ansi-safeKristian Evers
2017-07-14Make sure to use custom hypot() when building as ANSI C (not defined before C...Kristian Evers
2017-07-13Merge pull request #545 from kbevers/lcc-convergenceKristian Evers
2017-07-13Correcting convergence formula for LCC. Fixes #16.Kristian Evers
2017-07-13Merge pull request #544 from kbevers/api-functionsKristian Evers
2017-07-13Add proj_dmstor() and proj_rtodms() to proj.h API. Resolves #172.Kristian Evers
2017-07-13Added proj_has_inverse(). Fixes #155.Kristian Evers
2017-07-13Implemented proj_transform_coord() and proj_transform_obs()Kristian Evers
2017-07-13Implemented proj_obs()Kristian Evers
2017-07-13Implemented proj_create_crs_to_crs()Kristian Evers
2017-07-10Introducing the Molodensky transform (#541)Kristian Evers
2017-07-07obs_api revision and improvements: new namespace etc. (#530)Thomas Knudsen
2017-07-05Merge pull request #527 from kbevers/issue-526Kristian Evers
2017-07-05Respect -r flag when calling proj with -V. Fixes #184.Kristian Evers
2017-07-05Let pj_init() expand more than one +init argument.Kristian Evers
2017-06-29point to fetch of correct PDF for doc deploymentHoward Butler
2017-06-29Get PDF build output with Sphinx healthy (#533)Howard Butler
2017-06-29link to Proj.4 mailing list #531 (#532)Howard Butler
2017-06-22Use *pj_get_errno_ref() instead of pj_errno because it seems pj_errno is not ...Kristian Evers
2017-06-21Correct calculation of meridian convergence for non-conformal projections. Fi...Kristian Evers
2017-06-21Reformatting files before making functional changes. Getting rid of old codin...Kristian Evers
2017-06-13Merge pull request #524 from rouault/fix_memleak_in_vgridshiftEven Rouault
2017-06-13PJ_vgridshift.c: fix memleak in initialization if grid loading failEven Rouault
2017-06-09PJ_igh.c: assign ctx of igh projection to its children projection objects. Fi...Even Rouault
2017-06-08PJ_krovak.c: avoid infinite loop in inverse method. Credit to OSS FuzzEven Rouault
2017-06-08PJ_urm5.c: fix memory leak in destructor. Credit to OSS FuzzEven Rouault
2017-06-08Add upper limit to number of iterations for all (documented as such) computat...Even Rouault
2017-06-08PJ_comill.c: avoid infinite loop in inverse method. Credit to OSS FuzzEven Rouault
2017-06-08pj_gridlist_from_nadgrids(): fix memory leak in error code path. Credit to OS...Even Rouault
2017-06-08PJ_igh.c: fix memory leak. Credit to OSS FuzzEven Rouault
2017-06-02Disallow usage of m<0 and n<0 in gn_sinu.Kristian Evers
2017-06-02Merge pull request #520 from QuLogic/macro-deletionKristian Evers
2017-06-01Fix memory leaks. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id...Even Rouault
2017-06-01Disallow +s=0 when in 4-param. mode.Kristian Evers
2017-05-31standard_fuzzer: add BINARY_2D and BINARY_3D modesEven Rouault
2017-05-31pj_apply_vgridshift(): avoid integer overflow / read heap-buffer-overflow. Fi...Even Rouault
2017-05-30PJ_ob_tran: avoid infinite recursion on +proj=ob_tran +o_proj=ob_tranEven Rouault
2017-05-30PJ_ob_tran: fix crash if underlying projection has no fwd methodEven Rouault