aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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