| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-12 | Add troubleshoting indication based on ↵ | Martin Desruisseaux | |
| https://github.com/OSGeo/proj.4/issues/380 comments. | |||
| 2018-05-12 | Use more explicit java options in the documentation (e.g. --class-path ↵ | Martin Desruisseaux | |
| instead of -cp). | |||
| 2018-05-12 | After javac has generated org_proj4_PJ.h, move that file to the C source ↵ | Martin Desruisseaux | |
| directory. | |||
| 2018-05-12 | Merge pull request #990 from kbevers/doc-frontpage-about | Kristian Evers | |
| Documentation improvements | |||
| 2018-05-12 | Improve PDF generation of docs | Kristian 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-12 | Remove annotations from old version of example | Kristian Evers | |
| 2018-05-12 | Update install doc page with build instructions | Kristian Evers | |
| Also added more possible ways to install from package managers. Removed links to externally build binaries from download page. | |||
| 2018-05-12 | Add about section to docs | Kristian 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-12 | Complete overhaul of the website frontpage | Kristian Evers | |
| Removed everything but the leading introduction and added release history from 5.0.0 and on. | |||
| 2018-05-12 | Create "Community" section at top level of docs | Kristian Evers | |
| Mailing list section from frontpage moved to the new section. So is the contributing and for_proj_contributors pages. | |||
| 2018-05-09 | Remove PDF download link to download section | Kristian Evers | |
| 2018-05-08 | Replace int typecasts with calls to lround to avoid bad conversions on NaN ↵ | Kristian Evers | |
| input. Added test to check for those cases. | |||
| 2018-05-08 | Handle HUGE_VAL input better in fwd and inv functions | Kristian Evers | |
| 2018-05-08 | Add round() and lround() to proj_math.h | Kristian Evers | |
| 2018-05-08 | Add NAN definition to proj_math.h | Kristian Evers | |
| 2018-05-08 | Merge pull request #989 from kbevers/clang-tidying | Kristian Evers | |
| Clang tidying | |||
| 2018-05-08 | Merge pull request #988 from kbevers/proj-V-error | Kristian Evers | |
| Reset errno when running proj in verbose mode. | |||
| 2018-05-07 | Clean readability-named-parameter clang-tidy warnings | Kristian Evers | |
| 2018-05-07 | Clean readability-misleading-indentation clang-tidy warnings | Kristian Evers | |
| 2018-05-07 | Clean readability-redundant-declaratio clang-tidy warnings | Kristian 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-07 | Clean readability-inconsistent-declaration-parameter-name clang-tidy warnings | Kristian Evers | |
| 2018-05-07 | Clean readability-redundant-control-flow clang-tidy warnings | Kristian Evers | |
| 2018-05-07 | Reset errno when running proj in verbose mode. | Kristian Evers | |
| Fixes #920. | |||
| 2018-05-07 | Merge pull request #987 from kbevers/calcofi-refactor | Kristian Evers | |
| Calcofi refactor | |||
| 2018-05-07 | Merge pull request #986 from kbevers/geos-phi0 | Kristian Evers | |
| Do not error when setting up geos with +lat_0!=0 | |||
| 2018-05-07 | Change duplicate doc entry of proj_lp_dist() to proj_lpz_dist() | Kristian Evers | |
| 2018-05-07 | Refactor calcofi so that global parameters are handled in the projection setup | Kristian Evers | |
| 2018-05-07 | Add tests for calcofi before refactoring | Kristian Evers | |
| 2018-05-06 | Do not error when setting up geos with +lat_0!=0 | Kristian Evers | |
| 2018-05-06 | Merge pull request #984 from schwehr/quickstart | Kristian Evers | |
| pj_obs_api_mini_demo.c: fix typo: en -> enu for PJ_COORD | |||
| 2018-05-05 | pj_obs_api_mini_demo.c: fix typo: en -> enu for PJ_COORD | Kurt Schwehr | |
| 2018-05-05 | Merge pull request #980 from mwtoews/doc-update | Kristian Evers | |
| Update docs for apps / manpages | |||
| 2018-05-05 | Merge pull request #979 from sebastic/chenyx06 | Kristian Evers | |
| Update URL & filename for Swiss datumgrids. | |||
| 2018-05-05 | Merge pull request #978 from rouault/cmake_fix_msys | Even Rouault | |
| cmake: fix build with msys where both pthread and win32 threads are detected (fixes #976) | |||
| 2018-05-05 | replace: son -> child | mwtoews | |
| 2018-05-05 | geod usage: remove non-exist 'T', add 'l' | mwtoews | |
| 2018-05-05 | cs2cs usage: remove note about non-existant -b -i -o options. | mwtoews | |
| 2018-05-05 | cct usage: add 'I' to docs, re-order usage to same as docs | mwtoews | |
| 2018-05-05 | Update URL & filename for Swiss datumgrids. | Bas Couwenberg | |
| Fixes: #972 | |||
| 2018-05-05 | proj usage: remove unused 'c', add 'vV' to invproj | mwtoews | |
| 2018-05-05 | fix typos | mwtoews | |
| 2018-05-05 | Use formatting similar to used in original manuals | mwtoews | |
| Minor rephrasing for better reading. Split -[w|W]<n> into two options. | |||
| 2018-05-05 | normalise whitespace - most content untouched | mwtoews | |
| 2018-05-05 | Merge pull request #973 from schwehr/pj_phi2_simple | Kristian Evers | |
| Minor cleanup of pj_phi2.c | |||
| 2018-05-04 | Add documentation to pj_phi2 by cffk@ | Kurt Schwehr | |
| 2018-05-04 | Fix C89 build failure with dphi. | Kurt Schwehr | |
| error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] | |||
| 2018-05-04 | Merge pull request #969 from Geomatys/master | Kristian Evers | |
| Update documentation and modularize the Java bindings | |||
| 2018-05-04 | Merge pull request #975 from schwehr/errno | Kristian Evers | |
| Convert errno literals to corresponding PJD symbol | |||
| 2018-05-04 | cmake: fix build with msys where both pthread and win32 threads are detected ↵ | Even Rouault | |
| (fixes #976) | |||
| 2018-05-04 | Convert errno literals to corresponding PJD symbol | Kurt Schwehr | |
