| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-17 | Merge pull request #2581 from rouault/proj_version_number | Even Rouault | |
| proj.h: add PROJ_COMPUTE_VERSION, PROJ_VERSION_NUMBER, PROJ_AT_LEAST_VERSION macros | |||
| 2021-03-17 | Merge pull request #2582 from rouault/fix_proj_clone | Even Rouault | |
| Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that can be returned by proj_create_crs_to_crs() | |||
| 2021-03-17 | Doc: add a page to document macros | Even Rouault | |
| 2021-03-17 | Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that can ↵ | Even Rouault | |
| be returned by proj_create_crs_to_crs() | |||
| 2021-03-17 | proj.h: add PROJ_COMPUTE_VERSION, PROJ_VERSION_NUMBER, PROJ_AT_LEAST_VERSION ↵ | Even Rouault | |
| macros Makes it easier for users to test if they build against a PROJ version later than a given x.y.z version. | |||
| 2021-03-15 | Doc improvements regarding recomandation not to alter official registries ↵ | Even Rouault | |
| and use auxiliary databases | |||
| 2021-03-15 | Add support for PROJ_AUX_DB environment variable to set the path to one or ↵ | Even Rouault | |
| several auxiliary DBs | |||
| 2021-03-15 | projinfo: add a --dump-db-structure switch | Even Rouault | |
| 2021-03-15 | Add proj_context_get_database_structure() to dump structure of empty valid ↵ | Even Rouault | |
| auxiliary DB | |||
| 2021-03-15 | SQL export: add support for DatumEnsemble | Even Rouault | |
| 2021-03-15 | SQL export: add publication_date and frame_reference_epoch to datums | Even Rouault | |
| 2021-03-15 | SQL output: add capability to restrict the authorities into which to look ↵ | Even Rouault | |
| for intermediate objects | |||
| 2021-03-15 | CRS::identify(): take into account allowed authority to identify hard-coded ↵ | Even Rouault | |
| WGS84-based CRSs | |||
| 2021-03-15 | projinfo: add a '-o SQL --output-id AUTH:CODE' SQL output | Even Rouault | |
| 2021-03-15 | Add C/C++ API to get SQL statements to insert a CRS into database | Even Rouault | |
| 2021-03-15 | mingw_w64/start.sh: switch to http due to osgeo SSL certificate expiration | Even Rouault | |
| 2021-03-14 | Merge pull request #2578 from cffk/geod-1.52-fix | Even Rouault | |
| geodesic.c: fix conditions under which hypot workaround is applied. | |||
| 2021-03-14 | geodesic.c: fix conditions under which hypot workaround is applied. | Charles Karney | |
| Now it applies with 32-bit compiles for all versioins of Visual Studio; versions tested on: 2015, 2017, 2019. | |||
| 2021-03-13 | Merge pull request #2576 from cffk/geod-1.52 | Charles Karney | |
| Update geodesic routines from GeographicLib 1.52 | |||
| 2021-03-13 | Work around inaccurate hypot for Visual Studio 2105 (32-bit) | Charles Karney | |
| 2021-03-14 | Set the container locale for spelling [skip ci] | Mike Taves | |
| 2021-03-13 | Update geodesic routines from GeographicLib 1.52 | Charles Karney | |
| Be more aggressive in preventing negative s12 and m12 for short lines. Initialize reference argument to remquo. | |||
| 2021-03-13 | typo fix in comment | Even Rouault | |
| 2021-03-13 | Doxyfile: remove obsolete COLS_IN_ALPHA_INDEX tag | Even Rouault | |
| 2021-03-13 | fix_typos.sh: update while lists | Even Rouault | |
| 2021-03-12 | Merge pull request #2573 from mwtoews/breathe | Even Rouault | |
| Use breathe>=4.27 to support Doxygen \page, \section, etc. | |||
| 2021-03-12 | Merge pull request #2574 from mwtoews/patch-sphinxcontrib-spelling | Even Rouault | |
| CI: workaround for sphinxcontrib-spelling 7.1.0 on Python 3.6.9 | |||
| 2021-03-12 | CI: workaround for sphinxcontrib-spelling 7.1.0 on Python 3.6.9 | Mike Taves | |
| 2021-03-12 | DOC: Use breathe>=4.27 to support Doxygen \page, \section, etc. | Mike Taves | |
| 2021-03-11 | Database: fix NKG transformations | Even Rouault | |
| 2021-03-11 | Database: Additions to the norwegian NKG2020 transformation (#2548) | Sveinung Himle | |
| * Correction grid NKG:ETRF14 to EPSG:7922 * Added NKG:ITRF_TO_NO GIE test * Correction grid no_kv_NKGETRF14_EPSG7922_2000 added to grid_alternatives.sql * proj_method 'velocity_grid' added in check_grid_alternatives_proj_method. NKG velocity grid added to grid_alternatives.sql Co-authored-by: Even Rouault <even.rouault@spatialys.com> | |||
| 2021-03-11 | Fix configuration for sphinxcontrib-bibtex version 2 or later (#2572) | Mike Taves | |
| 2021-03-10 | Merge pull request #2571 from kbevers/proj_lp_dist_docs | Kristian Evers | |
| Improve docs for geodesic distance functions in proj.h | |||
| 2021-03-10 | Merge pull request #2570 from rouault/fix_proj_lp_dist_crs | Even Rouault | |
| Make proj_lp_dist() and proj_geod() work on a PJ* CRS object | |||
| 2021-03-10 | Improve docs for geodesic distance functions in proj.h | Kristian Evers | |
| 2021-03-10 | Make proj_lp_dist() and proj_geod() work on a PJ* CRS object | Even Rouault | |
| 2021-03-10 | Merge pull request #2569 from rouault/cleanup_SQLITE_OPEN_URI | Even Rouault | |
| Code cleanup: remove conditional testing of SQLITE_OPEN_URI. | |||
| 2021-03-10 | Code cleanup: remove conditional testing of SQLITE_OPEN_URI. It is present ↵ | Even Rouault | |
| in sqlite >= 3.11 | |||
| 2021-03-10 | Fix comment | Even Rouault | |
| 2021-03-10 | Database: add NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based ↵ | Sveinung Himle | |
| transformation (#2554) | |||
| 2021-03-09 | Merge pull request #2567 from rouault/fix_s45b_pol | Even Rouault | |
| s45b.pol: remove trailing backslashes that prevent it from being used | |||
| 2021-03-09 | s45b.pol: remove trailing backslashes that prevent it from being used | Even Rouault | |
| 2021-03-07 | typo fixes | Even Rouault | |
| 2021-03-07 | doc: typo fixes | Even Rouault | |
| 2021-03-07 | README.md: comment out Cirrus CI [ci skip] | Even Rouault | |
| 2021-03-07 | pipeline: avoid CLang Static Analyzer 10.0 likely false positive about ↵ | Even Rouault | |
| dereferencing a nullptr | |||
| 2021-03-07 | dmstor_ctx(): avoid setting a variable that is not read | Even Rouault | |
| 2021-03-07 | Merge pull request #2560 from rouault/coverityscan_fixes | Even Rouault | |
| Several fixes/improvements spotted by CoverityScan | |||
| 2021-03-07 | Merge pull request #2561 from rouault/cppcheck_fixes | Even Rouault | |
| Two Cppcheck fixes | |||
| 2021-03-07 | Merge pull request #2562 from rouault/travis_arm64 | Even Rouault | |
| Travis ARM64: set NPROC=4 to avoid the autodetected 32 to blow out RAM | |||
