aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-03-11Database: fix NKG transformationsEven Rouault
2021-03-11Database: Additions to the norwegian NKG2020 transformation (#2548)Sveinung Himle
2021-03-11Fix configuration for sphinxcontrib-bibtex version 2 or later (#2572)Mike Taves
2021-03-10Merge pull request #2571 from kbevers/proj_lp_dist_docsKristian Evers
2021-03-10Merge pull request #2570 from rouault/fix_proj_lp_dist_crsEven Rouault
2021-03-10Improve docs for geodesic distance functions in proj.hKristian Evers
2021-03-10Make proj_lp_dist() and proj_geod() work on a PJ* CRS objectEven Rouault
2021-03-10Merge pull request #2569 from rouault/cleanup_SQLITE_OPEN_URIEven Rouault
2021-03-10Code cleanup: remove conditional testing of SQLITE_OPEN_URI. It is present in...Even Rouault
2021-03-10Fix commentEven Rouault
2021-03-10Database: add NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based tra...Sveinung Himle
2021-03-09Merge pull request #2567 from rouault/fix_s45b_polEven Rouault
2021-03-09s45b.pol: remove trailing backslashes that prevent it from being usedEven Rouault
2021-03-07typo fixesEven Rouault
2021-03-07doc: typo fixesEven Rouault
2021-03-07README.md: comment out Cirrus CI [ci skip]Even Rouault
2021-03-07pipeline: avoid CLang Static Analyzer 10.0 likely false positive about derefe...Even Rouault
2021-03-07dmstor_ctx(): avoid setting a variable that is not readEven Rouault
2021-03-07Merge pull request #2560 from rouault/coverityscan_fixesEven Rouault
2021-03-07Merge pull request #2561 from rouault/cppcheck_fixesEven Rouault
2021-03-07Merge pull request #2562 from rouault/travis_arm64Even Rouault
2021-03-07Travis ARM64: set NPROC=4 to avoid the autodetected 32 to blow out RAMEven Rouault
2021-03-07insertIntoHierarchy(): avoid confusing cppcheck about potential use of moved ...Even Rouault
2021-03-07NTv2Grid: remove useless m_name member (redundant with one of base class)Even Rouault
2021-03-07igh: check return value of setup_zone() (CID 314816)Even Rouault
2021-03-07Check return value of curl_easy_setopt() (CID 314805)Even Rouault
2021-03-07is2DPartOf3D(): catch potential exception (CID 314817)Even Rouault
2021-03-07initcache.cpp: add assertions for potential failed mem alloc (CID 314809, 314...Even Rouault