aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-05-03Minor cleanup of pj_phi2.cKurt Schwehr
- tabs -> spaces - IWYU - #define -> static const typed - Combine definition and initialization - Define one var per statement - Use the defined symbol rather than embedding bare literals -18 -> PJD_ERR_NON_CON_INV_PHI2 Subset of fixes discussed in #971
2018-05-02Rename "Proj" as "PROJ" for the library name.Martin Desruisseaux
2018-05-02Modularize the Proj Java package:Martin Desruisseaux
- Move the jniwrap/org/ directory into the jniwrap/org.osgeo.proj/ sub-directory ("org.osgeo.proj" is the module). - Add a module-info.java description. - Update the Makefile.am files for referencing the files in their new location. There is no API change at this stage; all moved classes are still the same that previous version.
2018-05-02Use the #define constant generated by javac instead than a constant ↵Martin Desruisseaux
maintained manually.
2018-05-02Add link to GeoAPI for documentation purpose only (the Java classes can ↵Martin Desruisseaux
still be used standalone).
2018-05-02Replacement of "Proj.4 library" by "Proj library" and other documentation ↵Martin Desruisseaux
update or formatting. There is no code change in this commit, except the addition of @Native annotation on a constant.
2018-05-01Merge pull request #968 from mwtoews/doc-updateKristian Evers
Fix syntax in RST tables
2018-05-02Fix syntax in RST tablesmwtoews
2018-05-01Fix bad formattingKristian Evers
2018-05-01Fix typo in project URLKristian Evers
2018-05-01Merge pull request #966 from kbevers/doc-improvementsKristian Evers
Doc improvements
2018-04-30Merge pull request #958 from rouault/safe_creation_of_pj_lockKristian Evers
Implement thread-safe creation of proj mutex (fixes #954)
2018-04-30Remove duplicate lonlat doc pageKristian Evers
2018-04-30Refactor operation doc pagesKristian Evers
Extended the use of the :option: directive to all currently written operation doc pages. In the process several more default parameters were added for easy inclusion in other doc pages. Expanded the info tables for each operation with "domain", "alias", "input type" and "output type". Corrected various errors along the way. Mainly formatting errors and references to invalid parameters such as +sym in hatano.
2018-04-30Merge pull request #965 from schwehr/proj_mathKristian Evers
Move include of math.h inside include guard.
2018-04-30Move include of math.h inside include guard.Kurt Schwehr
No reason to include math.h more times. And balance whitespace a bit
2018-04-30Merge remote-tracking branch 'osgeo/master' into doc-improvementsKristian Evers
2018-04-30Merge pull request #960 from kbevers/remove-pj_is_nan-definitionKristian Evers
Remove unneeded pj_is_nan definition
2018-04-30Merge pull request #957 from Geomatys/masterKristian Evers
Update the JNI build, without API change for now
2018-04-30Remove unneeded pj_is_nan definitionKristian Evers