aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development
AgeCommit message (Expand)Author
2019-08-26Add a proj_cleanup() function to free global resources, typically at process ...Even Rouault
2019-08-23Add proj_create_crs_to_crs_from_pj()Even Rouault
2019-05-01Merge pull request #1433 from rouault/update_quickstartKristian Evers
2019-04-22proj_create(): add support for compoundCRS and concatenatedOperation named fr...Even Rouault
2019-04-19Doc: add a PROJ 4 -> 6 migration (fixes #1407)Even Rouault
2019-04-19Doc: update quickstart with PROJ 6 API (fixes #1403)Even Rouault
2019-04-10DOC: add sphinx links to reference in dev quickstart (#1420)Joris Van den Bossche
2019-04-09DOC: update line numbers in dev quickstart exampleJoris Van den Bossche
2019-04-02Docs: Clarify that angular in proj_angular_input/output means radiansKristian Evers
2019-03-28Docs: Clarify axis ordering used in proj_trans_generic()Kristian Evers
2019-01-22proj_create_crs_to_crs(): defer selection of actual coordinate operation unti...Even Rouault
2019-01-19Doc: update cs2cs and also C API regarding area of use (fixes #1186)Even Rouault
2019-01-17Doc: update docs of proj_create(), proj_create_argv() and proj_create_crs_to_...Even Rouault
2019-01-17Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...Even Rouault
2019-01-10Doc: document interaction issues between objects create with proj_create() vs...Even Rouault
2019-01-01Split ISO19111 C API docs into functions and typesKristian Evers
2018-12-18Update bindings.rstmagau
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault
2018-11-10Remove proj_geocentric_latitude from public APIKristian Evers
2018-11-04Add headings on tables where needed.Elliott Sales de Andrade
2018-10-16Move struct definitions for proj_list_* functions to proj.hKristian Evers
2018-09-07Change note to versionadded directiveKristian Evers
2018-09-07Fix formatting error in API functions docsKristian Evers
2018-07-06Add info on errnos when PJ creation fails.Kristian Evers
2018-06-27Move API warnings to development page in docsKristian Evers
2018-06-27Use proj_torad() instead of proj_todeg().Kristian Evers
2018-06-02URL for proj4rb changed to GitHub (former URL does not work)Mike Toews
2018-06-02Upgrade http:// to https:// where feasibleMike Toews
2018-05-12Create "Community" section at top level of docsKristian Evers
2018-05-07Change duplicate doc entry of proj_lp_dist() to proj_lpz_dist()Kristian Evers
2018-04-12Move logging functions to proj.h APIKristian Evers
2018-03-15Move 'Code contributions' section of CONTRIBUTING.md and docs/source/contribu...Even Rouault
2018-03-15Add a for_proj_contributors.rst to document cppcheck, CSA and fix_typos.sh (f...Even Rouault
2018-03-15Doc: replace UTF-8 space by regular space to avoid confusing sphynxEven Rouault
2018-03-11Merge pull request #847 from kbevers/proj_strerrnoKristian Evers
2018-03-09Add proj_errno_string functionKristian Evers
2018-03-08Use consistent names for PJ_COORD's in declarationsKristian Evers
2018-03-06fix a few typos (again)Mike Toews
2018-02-23datatypes.rst: linuistics + INFO datatypesThomas Knudsen
2018-02-23Merge remote-tracking branch 'osgeo/master' into docs-release-4.10.0Kristian Evers
2018-02-23Tidy a few typosMike Toews
2018-02-19Added background info to API migration guide [skip ci].Kristian Evers
2018-02-19Change most occurences of PROJ.4 to PROJ [skip ci]Kristian Evers
2018-02-19Merge branch 'docs-release-4.10.0' of https://github.com/OSGeo/proj.4 into do...Kristian Evers
2018-02-19Merge remote-tracking branch 'osgeo/master' into docs-release-4.10.0Kristian Evers
2018-02-19API reference updates to reflect recent changes across the code-base [skip ci].Kristian Evers
2018-02-10Re-do pull request #451 export CMake targets with PROJ4:: namespaceCharles Karney
2018-02-01Update datatype and function reference to reflect recent code changes [skip ci]Kristian Evers
2017-11-27Update API reference to reflect recent changes to the APIKristian Evers
2017-11-15Added a transition guide to aid migration from old to new APIKristian Evers