aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-12Add troubleshoting indication based on ↵Martin Desruisseaux
https://github.com/OSGeo/proj.4/issues/380 comments.
2018-05-12Use more explicit java options in the documentation (e.g. --class-path ↵Martin Desruisseaux
instead of -cp).
2018-05-12After javac has generated org_proj4_PJ.h, move that file to the C source ↵Martin Desruisseaux
directory.
2018-05-12Merge pull request #990 from kbevers/doc-frontpage-aboutKristian Evers
Documentation improvements
2018-05-12Improve PDF generation of docsKristian Evers
Removed content sections from a bunch of pages since they clutter up the PDF output and the same info is available in the sidebar of the webpage. A few sections has been turned of for the PDF output, most notable the front page of the webpage. It doesn't really fit in the PDF.
2018-05-12Remove annotations from old version of exampleKristian Evers
2018-05-12Update install doc page with build instructionsKristian Evers
Also added more possible ways to install from package managers. Removed links to externally build binaries from download page.
2018-05-12Add about section to docsKristian Evers
Short description of PROJ. Citation section added from README. License moved from it's own page to a section on the about page.
2018-05-12Complete overhaul of the website frontpageKristian Evers
Removed everything but the leading introduction and added release history from 5.0.0 and on.
2018-05-12Create "Community" section at top level of docsKristian Evers
Mailing list section from frontpage moved to the new section. So is the contributing and for_proj_contributors pages.
2018-05-09Remove PDF download link to download sectionKristian Evers
2018-05-08Replace int typecasts with calls to lround to avoid bad conversions on NaN ↵Kristian Evers
input. Added test to check for those cases.
2018-05-08Handle HUGE_VAL input better in fwd and inv functionsKristian Evers
2018-05-08Add round() and lround() to proj_math.hKristian Evers
2018-05-08Add NAN definition to proj_math.hKristian Evers
2018-05-08Merge pull request #989 from kbevers/clang-tidyingKristian Evers
Clang tidying
2018-05-08Merge pull request #988 from kbevers/proj-V-errorKristian Evers
Reset errno when running proj in verbose mode.
2018-05-07Clean readability-named-parameter clang-tidy warningsKristian Evers
2018-05-07Clean readability-misleading-indentation clang-tidy warningsKristian Evers
2018-05-07Clean readability-redundant-declaratio clang-tidy warningsKristian Evers
Function prototypes were declared twice for the FFIO framework, probably because FFIO at some point during development existed as a separate file. With this commit the second set of function prototypes is removed leaving only the first entry at the top of the file. Similarly duplicate header inclusions has been removed.
2018-05-07Clean readability-inconsistent-declaration-parameter-name clang-tidy warningsKristian Evers
2018-05-07Clean readability-redundant-control-flow clang-tidy warningsKristian Evers
2018-05-07Reset errno when running proj in verbose mode.Kristian Evers
Fixes #920.
2018-05-07Merge pull request #987 from kbevers/calcofi-refactorKristian Evers
Calcofi refactor
2018-05-07Merge pull request #986 from kbevers/geos-phi0Kristian Evers
Do not error when setting up geos with +lat_0!=0
2018-05-07Change duplicate doc entry of proj_lp_dist() to proj_lpz_dist()Kristian Evers
2018-05-07Refactor calcofi so that global parameters are handled in the projection setupKristian Evers
2018-05-07Add tests for calcofi before refactoringKristian Evers
2018-05-06Do not error when setting up geos with +lat_0!=0Kristian Evers
2018-05-06Merge pull request #984 from schwehr/quickstartKristian Evers
pj_obs_api_mini_demo.c: fix typo: en -> enu for PJ_COORD
2018-05-05pj_obs_api_mini_demo.c: fix typo: en -> enu for PJ_COORDKurt Schwehr
2018-05-05Merge pull request #980 from mwtoews/doc-updateKristian Evers
Update docs for apps / manpages
2018-05-05Merge pull request #979 from sebastic/chenyx06Kristian Evers
Update URL & filename for Swiss datumgrids.
2018-05-05Merge pull request #978 from rouault/cmake_fix_msysEven Rouault
cmake: fix build with msys where both pthread and win32 threads are detected (fixes #976)
2018-05-05replace: son -> childmwtoews
2018-05-05geod usage: remove non-exist 'T', add 'l'mwtoews
2018-05-05cs2cs usage: remove note about non-existant -b -i -o options.mwtoews
2018-05-05cct usage: add 'I' to docs, re-order usage to same as docsmwtoews
2018-05-05Update URL & filename for Swiss datumgrids.Bas Couwenberg
Fixes: #972
2018-05-05proj usage: remove unused 'c', add 'vV' to invprojmwtoews
2018-05-05fix typosmwtoews
2018-05-05Use formatting similar to used in original manualsmwtoews
Minor rephrasing for better reading. Split -[w|W]<n> into two options.
2018-05-05normalise whitespace - most content untouchedmwtoews
2018-05-05Merge pull request #973 from schwehr/pj_phi2_simpleKristian Evers
Minor cleanup of pj_phi2.c
2018-05-04Add documentation to pj_phi2 by cffk@Kurt Schwehr
2018-05-04Fix C89 build failure with dphi.Kurt Schwehr
error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
2018-05-04Merge pull request #969 from Geomatys/masterKristian Evers
Update documentation and modularize the Java bindings
2018-05-04Merge pull request #975 from schwehr/errnoKristian Evers
Convert errno literals to corresponding PJD symbol
2018-05-04cmake: fix build with msys where both pthread and win32 threads are detected ↵Even Rouault
(fixes #976)
2018-05-04Convert errno literals to corresponding PJD symbolKurt Schwehr