aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development
AgeCommit message (Expand)Author
2022-03-11Merge pull request #3112 from direvus/2540-doxygen-missing-funcsKristian Evers
2022-03-08DOC: improve CMake integration example; remove CMake <3 detail (#3093)Mike Taves
2021-11-19DOCS: Add doxygen entry for proj_context_set_search_paths.Brendan Jurd
2021-11-12Add new option to proj_create_crs_to_crs_from_pj method to force +over on tra...Peter Townsend
2021-10-05Add proj_trans_bounds to compute the image of a input bounding box through a ...Alan D. Snow
2021-10-05Merge pull request #2868 from rouault/proj_factors_with_projected_crsEven Rouault
2021-09-30proj_factors(): accept P to be a projected CRS (fixes #2854)Even Rouault
2021-09-27Merge pull request #2865 from direvus/doc/2864-error-handlingKristian Evers
2021-09-27DOC: Refresh Development/Quickstart and remove Development/Threads (#2863)Brendan Jurd
2021-09-24DOC: Add content for Development/Error handling page.Brendan Jurd
2021-09-14PROJJSON: support additional properties allowed in id object (version, author...Even Rouault
2021-08-19BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/exte...Even Rouault
2021-05-04DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)Mike Taves
2021-03-17Doc: add a page to document macrosEven Rouault
2021-03-12DOC: Use breathe>=4.27 to support Doxygen \page, \section, etc.Mike Taves
2021-03-10Improve docs for geodesic distance functions in proj.hKristian Evers
2021-03-07doc: typo fixesEven Rouault
2021-02-14CMake: Prefer keyword signature of target_link_libraries commandMateusz Łoskot
2021-01-17update julia binding descriptionMartijn Visser
2021-01-17fix a few typos in the docsMartijn Visser
2020-12-15proj_create_crs_to_crs_from_pj(): add ACCURACY and ALLOW_BALLPARK optionsEven Rouault
2020-12-15proj_trans_array(): make it transform all coordinates even when an error occursEven Rouault
2020-12-15Doc: document error codes and proj_context_errno_string()Even Rouault
2020-12-11funtions.rst: fix sphynx syntaxEven Rouault
2020-12-09Doc: fix return data type of proj_trans_array()Even Rouault
2020-12-02cs2cs / proj_create_crs_to_crs_from_pj(): add a --authority switch to control...Even Rouault
2020-11-20Remove proj_api.hKristian Evers
2020-10-19C API: add proj_context_clone() (#2383)Alan D. Snow
2020-09-02Doc: document members of C structures generated from DoxygenEven Rouault
2020-08-31docs: Document missing members of PJ_COORDKristian Evers
2020-07-03Doc: improve cs2cs doc by mentionning possibility to use EPSG CRS names (#2290)Even Rouault
2020-06-05Doc: use Doxygen output for proj_normalize_for_visualization() to avoid dupli...Even Rouault
2020-05-09scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spottedEven Rouault
2020-04-24Doc: fixes for Sphinx 3.0 compat [skip appveyor] (#2191)Even Rouault
2020-04-20Moved proj_context_get_url_endpoint & proj_context_get_user_writable_director...Alan D. Snow
2020-04-12Add proj_degree_input() and proj_degree_output()Kristian Evers
2020-03-12Add proj_get_units_from_database() (fixes #2004)Even Rouault
2020-03-10fix documentation for proj_trans_generic(), see https://github.com/OSGeo/PROJ...Colin Doig
2020-02-24Expose proj_context_is_network_enabled() in C APIEven Rouault
2020-02-04Make PROJ the CMake project nameCharles Karney
2020-01-27Mention the Julia package Proj4.jlAnshul Singhvi
2020-01-22Merge RFC4 (#1865)Even Rouault
2020-01-14doc: Fix error in previous commit (duplicate link targets)Kristian Evers
2020-01-14Doc: Update index of development sectionKristian Evers
2020-01-06Doc: add a 'Feedback from downstream projects' for PROJ6 migrationEven Rouault
2019-12-26Add link to Go bindings (#1807)joe-mann
2019-09-15Doc: add a section to document backward incompatibilies regarding the support...Even Rouault
2019-09-12Improve migration code examplesKai Pastor
2019-09-11Make migration code examples compileKai Pastor
2019-09-05Add link to Rust bindingsStephan Hügel