aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-30urm5: fix memory leaks in error code paths of initialization. Fixes https://b...Even Rouault
2017-08-29Release candidate for geodesic library version 1.49.Charles Karney
2017-08-29Add myself to AUTHORSEven Rouault
2017-08-29PJ_horner.c: fix memory leaks. Fixes https://bugs.chromium.org/p/oss-fuzz/iss...Even Rouault
2017-08-21Added myself and Kristian Evers to AUTHORS file; Removed attribution … (#558)Thomas Knudsen
2017-08-20Merge pull request #553 from edechaux/masterEven Rouault
2017-08-20PJ_aea.c: fix memory leak in error code path. Fixes https://bugs.chromium.org...Even Rouault
2017-08-14Merge pull request #556 from lukecampbell/masterKristian Evers
2017-08-14Merge pull request #557 from mwtoews/patch-1Kristian Evers
2017-08-14Fix ITRF2014Mike Toews
2017-08-13Merge pull request #555 from cffk/c99-math-testCharles Karney
2017-08-11Uses the mathjax formatting for geodesic equationsLuke Campbell
2017-08-07Add ITRF init files (#552)Kristian Evers
2017-08-07Adding info functions to proj.h API. (#551)Kristian Evers
2017-08-06Fix typo in CMakeLists.txtCharles Karney
2017-08-06Add tests for C99 math functions, hypot, atanh, cbrt, etc.Charles Karney
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-08-04Fix the Solaris 11.3 compilation erroredechaux
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