| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-08 | Fix issue when transforming from/to BoundCRS of 3D CRS with non-Greenwhich ↵ | Even Rouault | |
| prime meridian, created from WKT (fixes OSGeo/gdal#5408) | |||
| 2022-03-06 | Fix wrong results with SQLite 3.38.0 (fixes #3077) | Even Rouault | |
| 2022-03-04 | CI: use `ctest --output-on-failure` option (#3084) | Mike Taves | |
| 2022-03-03 | Also bump version number in CMakeLists.txt for 9.1.0 release | Mike Taves | |
| 2022-03-02 | docs: fix syntax errors on news site | Kristian Evers | |
| 2022-03-01 | Bump version numbers in preparation for 9.1.0 release | Kristian Evers | |
| 2022-03-01 | Update website for 9.0 website | Kristian Evers | |
| 2022-03-01 | Update website forr 8.2.1 release | Kristian Evers | |
| 2022-02-23 | Simple SOVERSION (#3066)9.0.0 | Mike Taves | |
| Co-authored-by: Bas Couwenberg <sebastic@xs4all.nl> | |||
| 2022-02-23 | Rename "Kavraisky" to transliteration "Kavrayskiy" used by Snyder1993 (#3071) | Mike Taves | |
| 2022-02-22 | Merge pull request #3072 from rouault/coverity_scan | Even Rouault | |
| Fix various issues found by Coverity scan | |||
| 2022-02-22 | geog3DToVertTryThroughGeog2D(): avoid potential nullptr deref (CID 383355) | Even Rouault | |
| 2022-02-22 | WKTParser::Private::buildProjectedCRS(): avoid potential nullptr deref (CID ↵ | Even Rouault | |
| 383362) | |||
| 2022-02-22 | ProjectedCRS::_exportToWKT(): avoid false positive warning about nullptr ↵ | Even Rouault | |
| deref (CID 383356) | |||
| 2022-02-22 | UnitOfMeasure::operator=(UnitOfMeasure &&): avoid use of moved member (CID ↵ | Even Rouault | |
| 383358) | |||
| 2022-02-22 | CTable2Grid::open(): add missing call to extent.computeInvRes() (CID 383359) | Even Rouault | |
| 2022-02-22 | proj_grid_info(): check pj_find_file() output (CID 383357) | Even Rouault | |
| 2022-02-21 | Merge pull request #3062 from rouault/fix_3060 | Even Rouault | |
| CMake: set RUN_NETWORK_DEPENDENT_TESTS to ON by default only if network seems available (fixes #3060) | |||
| 2022-02-21 | Merge pull request #3064 from rouault/doc_gall_peters | Even Rouault | |
| Doc: mention Behrmann and Gall-Peters projections as specializations of cea | |||
| 2022-02-21 | Merge pull request #3068 from rouault/db_esri_transformation_alias_name | Even Rouault | |
| Database: insert entries in the alias_name for ESRI transformations that match a EPSG entry | |||
| 2022-02-21 | Merge pull request #3070 from rouault/fix_crash_on_argc_0 | Even Rouault | |
| Fix nullptr dereference in utilities when argv[0] == NULL | |||
| 2022-02-19 | Fix nullptr dereference in utilities whan argv[0] == NULL | Even Rouault | |
| https://lwn.net/Articles/?offset=50 was an entertaining reading where we learn that the fact that argv[0] contains the name of the binary is purely a convention, normally taken by the shell that launches the process, but not guaranteed by the execve() system call that does the job. The following test program tested against cct, cs2cs, geod, gie and proj make them cause a null pointer dereference ``` #include <unistd.h> #include <stdio.h> extern char **environ; int main() { char* argv[] = { NULL }; printf("%d\n", execve("/path/to/some/proj/binary", argv, environ)); return 0; } ``` | |||
| 2022-02-19 | Database: insert entries in the alias_name for ESRI transformations that ↵ | Even Rouault | |
| match a EPSG entry Make it possible to query them by name. e.g. `projinfo "NAD_1927_To_WGS_1984_3"` will return EPSG:1172 transformation "NAD27 to WGS 84 (3)" Partially helps use case of https://lists.osgeo.org/pipermail/gdal-dev/2022-February/055480.html | |||
| 2022-02-18 | CMake: set RUN_NETWORK_DEPENDENT_TESTS to ON by default only if network ↵ | Even Rouault | |
| seems available (fixes #3060) | |||
| 2022-02-17 | Doc: gall.rst: add note that Gall != Gall-Peters | Even Rouault | |
| 2022-02-17 | Doc: mention Lambert c.e.a, Behrmann, and Gall-Peters projections as ↵ | Even Rouault | |
| specializations of cea Shared credits with @pramsey / PR #3063 | |||
| 2022-02-16 | Merge pull request #3061 from rouault/remove_googletest | Kristian Evers | |
| Remove googletest source code remains | |||
| 2022-02-15 | Remove googletest source code remains | Even Rouault | |
| They are no longer needed, as there were only used by autoconf builds. For CMake, we either use external googletest, or use CMake download capabilities. | |||
| 2022-02-15 | Update man-pages from Sphinx-docs | Kristian Evers | |
| 2022-02-15 | Update NEWS for 9.0.0 | Kristian Evers | |
| 2022-02-15 | Update version numbers for 9.0.0 | Kristian Evers | |
| 2022-02-15 | Update ABI numbers for 9.0.0 release | Kristian Evers | |
| 2022-02-15 | Merge pull request #3058 from rouault/fix_3053 | Kristian Evers | |
| ITRF2008: add EURA_T, NOAM_T, etc. plate names that include translation rates (fixes #3053) | |||
| 2022-02-15 | ITRF2008: add EURA_T, NOAM_T, etc. plate names that include translation ↵ | Even Rouault | |
| rates (fixes #3053) | |||
| 2022-02-15 | ITRF2008: plate motion model: fix error on sign of z component of NOAM and x ↵ | Even Rouault | |
| component of PCFC | |||
| 2022-02-15 | Merge pull request #3057 from rouault/fix_3056 | Even Rouault | |
| Fix importing CRS definition with +proj=peirce_q and +shape different… | |||
| 2022-02-14 | Fix importing CRS definition with +proj=peirce_q and +shape different from ↵ | Even Rouault | |
| square or diamond. Follow-up of #3014. Fixes #3056. master only | |||
| 2022-02-14 | Merge pull request #3055 from rouault/over_fix | Even Rouault | |
| Better deal with importing strings like '+init=epsg:XXXX +over' (refs MapServer/MapServer#6478) | |||
| 2022-02-14 | Better deal with importing strings like '+init=epsg:XXXX +over' (refs ↵ | Even Rouault | |
| MapServer/MapServer#6478) | |||
| 2022-02-14 | Merge pull request #3052 from mwtoews/ci-mac-ccache | Even Rouault | |
| CI: set CCACHE_DIR for macOS | |||
| 2022-02-14 | Merge pull request #3050 from rouault/fix_3029 | Even Rouault | |
| CMake: remove all Mac specific settings added per #2009, … | |||
| 2022-02-14 | Merge pull request #3049 from rouault/proj_ini_ca_bundle_path | Even Rouault | |
| proj.ini: add a 'ca_bundle_path' variable | |||
| 2022-02-14 | Merge pull request #3044 from AlexBass05/add-belgian-geoid-hbg18 | Even Rouault | |
| Add Belgian geoid model hBG18 to grid alternatives | |||
| 2022-02-15 | CI: set CCACHE_DIR for macOS | Mike Taves | |
| 2022-02-14 | CMake: split configuration files for apps and tests (#3048) | Mike Taves | |
| 2022-02-13 | Merge pull request #3051 from rouault/epsg_10_054 | Even Rouault | |
| Database: update to EPSG v10.054 | |||
| 2022-02-13 | Add Belgian geoid model hBG18 to grid alternatives | Alexander Nehrbass | |
| 2022-02-13 | Database: update to EPSG v10.054 | Even Rouault | |
| 2022-02-13 | CMake: remove all Mac specific settings added per #2009, as they appear to ↵ | Even Rouault | |
| be obsolete given current CMake versions (fixes #3029) And specifically remove set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) which was the only setting at a non-default value. | |||
| 2022-02-12 | proj.ini: add a 'ca_bundle_path' variable | Even Rouault | |
| Cf thread https://lists.osgeo.org/pipermail/gdal-dev/2022-February/thread.html#55391 | |||
