aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-21Merge pull request #2594 from rouault/fix_of_fix_2588Even Rouault
2021-03-20createOperations(): fix regression for the fix of #2588Even Rouault
2021-03-20Merge pull request #2592 from rouault/fix_2588Even Rouault
2021-03-20createOperations(): fix Compound to Geog3D CRS computations in the case... (f...Even Rouault
2021-03-19Merge pull request #2590 from kbevers/update-foss4gKristian Evers
2021-03-19docs: update community site with links to FOSS4G 2021Kristian Evers
2021-03-19backport action: specify pull_request_target instead of pull_requestKristian Evers
2021-03-19Add missing(?) id to backport actionKristian Evers
2021-03-19Merge pull request #2589 from rouault/fix_2587Even Rouault
2021-03-19CRS::promoteTo3D(): propagate the extent from the 2D CRS (fixes #2587)Even Rouault
2021-03-19Merge pull request #2586 from kbevers/update-backport-botKristian Evers
2021-03-19Update backport action to what is currently used by QGISKristian Evers
2021-03-19Merge pull request #2585 from rouault/insert_sql_improvementsEven Rouault
2021-03-19Tests: add new error cases of SQL outputEven Rouault
2021-03-19SQL output: make it possible to export non-EPSG projection methods or methods...Even Rouault
2021-03-19Database: relax trigger check when inserting a conversion to accept any conve...Even Rouault
2021-03-19Merge pull request #2575 from mwtoews/container-localeEven Rouault
2021-03-18Merge pull request #2583 from rouault/improve_perf_createFromCRSCodesWithInte...Even Rouault
2021-03-18createFromCRSCodesWithIntermediates(): improve perf when no matchEven Rouault
2021-03-18Code formatting fixEven Rouault
2021-03-18Merge pull request #2577 from rouault/insert_sqlEven Rouault
2021-03-17Merge pull request #2581 from rouault/proj_version_numberEven Rouault
2021-03-17Merge pull request #2582 from rouault/fix_proj_cloneEven Rouault
2021-03-17Doc: add a page to document macrosEven Rouault
2021-03-17Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that can ...Even Rouault
2021-03-17proj.h: add PROJ_COMPUTE_VERSION, PROJ_VERSION_NUMBER, PROJ_AT_LEAST_VERSION ...Even Rouault
2021-03-15Doc improvements regarding recomandation not to alter official registries and...Even Rouault
2021-03-15Add support for PROJ_AUX_DB environment variable to set the path to one or se...Even Rouault
2021-03-15projinfo: add a --dump-db-structure switchEven Rouault
2021-03-15Add proj_context_get_database_structure() to dump structure of empty valid au...Even Rouault
2021-03-15SQL export: add support for DatumEnsembleEven Rouault
2021-03-15SQL export: add publication_date and frame_reference_epoch to datumsEven Rouault
2021-03-15SQL output: add capability to restrict the authorities into which to look for...Even Rouault
2021-03-15CRS::identify(): take into account allowed authority to identify hard-coded W...Even Rouault
2021-03-15projinfo: add a '-o SQL --output-id AUTH:CODE' SQL outputEven Rouault
2021-03-15Add C/C++ API to get SQL statements to insert a CRS into databaseEven Rouault
2021-03-15mingw_w64/start.sh: switch to http due to osgeo SSL certificate expirationEven Rouault
2021-03-14Merge pull request #2578 from cffk/geod-1.52-fixEven Rouault
2021-03-14geodesic.c: fix conditions under which hypot workaround is applied.Charles Karney
2021-03-13Merge pull request #2576 from cffk/geod-1.52Charles Karney
2021-03-13Work around inaccurate hypot for Visual Studio 2105 (32-bit)Charles Karney
2021-03-14Set the container locale for spelling [skip ci]Mike Taves
2021-03-13Update geodesic routines from GeographicLib 1.52Charles Karney
2021-03-13typo fix in commentEven Rouault
2021-03-13Doxyfile: remove obsolete COLS_IN_ALPHA_INDEX tagEven Rouault
2021-03-13fix_typos.sh: update while listsEven Rouault
2021-03-12Merge pull request #2573 from mwtoews/breatheEven Rouault
2021-03-12Merge pull request #2574 from mwtoews/patch-sphinxcontrib-spellingEven Rouault
2021-03-12CI: workaround for sphinxcontrib-spelling 7.1.0 on Python 3.6.9Mike Taves
2021-03-12DOC: Use breathe>=4.27 to support Doxygen \page, \section, etc.Mike Taves