aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-06Fix bad rst formattingKristian Evers
2019-03-06Add projinfo description to READMEKristian Evers
2019-03-06Improve formatting of program references on apps indexKristian Evers
2019-03-03Merge pull request #1305 from mwtoews/docsKristian Evers
More updates to references
2019-03-04Further corrections to BibTeXMike Taves
- Use names as published - Change Tobler2017 -> Tobler2018 - Change EPSGGuidanceNumber7Part2 -> IOGP2018
2019-03-03Sphinxify formatting of recent news entryKristian Evers
2019-03-03Configure bibstyle to abbreviate namesMike Taves
2019-03-01Reformat to avoid error on PDF generation (fixes #1304)Even Rouault
2019-03-01Doc: fix various warnings/errors raised by SphinxEven Rouault
2019-03-01Merge pull request #1303 from dbaston/doc-editsKristian Evers
Minor doc edits
2019-03-01Bump version numbers in preparation for 6.1.0Kristian Evers
2019-03-01Fix typos in docs/source/news.rstKristian Evers
2019-03-01Update docs and travis for 6.0.0 releaseKristian Evers
2019-03-01Minor doc editsDan Baston
2019-03-01Merge pull request #1302 from rouault/rename_to_iso19111_2019Even Rouault
Doc: rename to ISO-19111:2019
2019-03-01Doc: rename to ISO-19111:2019Even Rouault
And publish link to corresponding promoted and public OGC doc: http://docs.opengeospatial.org/as/18-005r4/18-005r4.html
2019-02-28Merge pull request #1300 from mwtoews/docsKristian Evers
Miscellaneous documentation fixes
2019-02-28Miscellaneous documentation fixesMike Taves
- Corrections to BibTeX references, normalise format with JabRef - Typos in projinfo - Simplify update CITATION step
2019-02-27Merge pull request #1298 from QuLogic/fix-default-ctxEven Rouault
Fix a couple issues with default context fallback
2019-02-27Merge pull request #1297 from rouault/use_grid_18_in_ciEven Rouault
Travis/Appveyor: use proj-datumgrid-1.8
2019-02-27Fix default context fallback in proj_log_func.Elliott Sales de Andrade
2019-02-27Fix null dereference warning.Elliott Sales de Andrade
Counter-intuitively, this means removing checks for nullptr. The compiler sees these checks and thinks the one remaining dereference is missing a check. However, since pj_get_default_ctx cannot return nullptr, these tests are redundant.
2019-02-27Travis/Appveyor: use proj-datumgrid-1.8Even Rouault
2019-02-27Merge pull request #1295 from rouault/configure_remove_bashismEven Rouault
configure.ac: replace '==' by '=' to avoid Bashism (patch by Greg Troxel)
2019-02-27data/Makefile.am: remove trailing whitespace to suppress autogen.sh warningEven Rouault
2019-02-27configure.ac: replace '==' by '=' to avoid Bashism (patch by Greg Troxel)Even Rouault
2019-02-26Merge pull request #1293 from rouault/fix_netbsd8_compilationKristian Evers
mutex.cpp: remove _XOPEN_SOURCE definition that causes compilation problem on netBSD 8 and is useless on Linux
2019-02-26Fix build issues on SolarisEven Rouault
2019-02-26data/Makefile.am: fix to avoid issue on SolarisEven Rouault
2019-02-26Rename internal constant to avoid conflict with macro in Solaris system headersEven Rouault
2019-02-26io.cpp: cast to 'unsigned char' before isspace() to avoid undefined ↵Even Rouault
behaviour, for example on netBSD 8
2019-02-26builtins.gie: relax toleranc on +proj=tpeqd for netBSD8/g++-5.5/amd64Even Rouault
2019-02-26mutex.cpp: remove _XOPEN_SOURCE definition that causes compilation problem ↵Even Rouault
on netBSD 8 and is useless on Linux
2019-02-25Update NEWS with latest contributors [skip ci]Kristian Evers
2019-02-25NEWS: update for latest Robinson fix [ci skip]Even Rouault
2019-02-24Doc: fix plotdefs.json, and aea and lcc descriptions, to take into account ↵Even Rouault
removal of proj_def.dat
2019-02-24Merge pull request #1292 from rouault/fix_robinsonKristian Evers
Robinson: fix wrong values for forward path for latitudes >= 87.5 (fixes #1172), and fix inaccurace inverse method
2019-02-24Adjust AUTHORS to reflect current state of the project (#1287)Howard Butler
2019-02-24Robinson: fix wrong values for forward path for latitudes >= 87.5 (fixes ↵Even Rouault
#1172), and fix inaccurate inverse method
2019-02-24Some improvements to the docs for tmerc and omerc (#1281)Thomas Knudsen
2019-02-24Merge pull request #1285 from rouault/doc_pattersonKristian Evers
Doc: add minimal documentation for patterson, compact miller, misrsom, natearth2, sch and times projections
2019-02-24Fix data path used by cli tests (#1288)Elliott Sales de Andrade
All other tests use PROJ_LIB, and allow it to be overridden from the command-line, so do the same here.
2019-02-24Merge pull request #1291 from rouault/fix_GLIBCXX_ASSERTIONSEven Rouault
Fix -D_GLIBCXX_ASSERTIONS (refs #1290)
2019-02-24ParameterValue::_exportToWKT(): fix null pointer dereference with ↵Even Rouault
-D_GLIBCXX_ASSERTIONS on WKT with PARAMETERFILE (fixes #1290)
2019-02-24jniproj.cpp: fix compiler warningEven Rouault
2019-02-24.travis.yml: add build with g++-7 and -D_GLIBCXX_ASSERTIONS (refs #1290)Even Rouault
2019-02-23Doc: add minimal doumentation for misrsom projectionEven Rouault
2019-02-23Doc: add minimal doumentation for times projectionEven Rouault
2019-02-23Doc: add minimal documentation for sch projectionEven Rouault
2019-02-23Doc: add minimal doumentation for natearth2 projectionEven Rouault