| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2022-02-11 | Doc: ob_tran.rst: fix name of o_lon_1, o_lat_1, o_lon_2, o_lat_2 parameters | Even Rouault | |
| 2022-02-09 | Merge pull request #3046 from rouault/fix_boundcrs_derived_geog_crs_wkt | Even Rouault | |
| createOperations(): fix transformations from/to a BoundCRS of a DerivedGeographicCRS coming from WKT | |||
| 2022-02-09 | createOperations(): fix transformations from/to a BoundCRS of a ↵ | Even Rouault | |
| DerivedGeographicCRS coming from WKT | |||
| 2022-02-09 | filemanager.cpp: reformat [ci skip] | Even Rouault | |
| 2022-02-09 | Docker: update base image to ubuntu:20.04 [ci skip] (#3043) | Mike Taves | |
| 2022-02-09 | Merge pull request #3042 from rouault/build_shared_libs_default_win32 | Even Rouault | |
| CMake: make BUILD_SHARED_LIBS=ON the default even on Windows | |||
| 2022-02-07 | Merge pull request #2988 from dg0yt/pkgconfig | Even Rouault | |
| Use `Requires.Private` in proj.pc, and install it also for Windows | |||
| 2022-02-07 | CMake: make BUILD_SHARED_LIBS=ON the default even on Windows | Even Rouault | |
| 2022-02-07 | Merge pull request #3038 from rouault/doc_install_clarify_requirements | Even Rouault | |
| Doc: clarify build requirements | |||
| 2022-02-07 | Merge pull request #3041 from rouault/doc_fix_obsolete_example | Even Rouault | |
| Doc: fix example whith used the +t_obs parameter of Helmert removed per #1264 | |||
| 2022-02-07 | Doc: fix example whith used the +t_obs parameter of Helmert removed per #1264 | Even Rouault | |
| 2022-02-06 | Doc: clarify build requirements | Even Rouault | |
| 2022-02-06 | Merge pull request #3036 from mwtoews/rfc-7-docs | Even Rouault | |
| DOC: remove content for Autotools; assume CMake only | |||
| 2022-02-05 | Adapt testing to recursive pkg-config requirements | Kai Pastor | |
| When pkg-config is called with --static, it will recursively collect all Libs and Libs.private which are discovered via Requires and Requires.private. So these libs must be available for linking even when acutally only lib proj uses static linkage. Libs and pkg-config must be provided for the target triplet. | |||
| 2022-02-05 | Harmonize CI apt setup | Kai Pastor | |
| 2022-02-05 | Revise pc file construction | Kai Pastor | |
| Use sqlite3, libtiff-4 and libcurl modules instead of plain libs Allow opt out by setting 'USE_PKGCONFIG_MODULES' off. Link native system libs on Windows, and implicit C++ libraries on other systems (e.g. libstc++/libc++). | |||
| 2022-02-04 | Merge pull request #3037 from direvus/2529-err-code-unknown-format | Even Rouault | |
| Set more precise error code for parsing errors in proj_create(). | |||
| 2022-02-04 | Set more precise error code for parsing errors in proj_create(). | Brendan Jurd | |
| If proj_create() catches a ParsingException, and the error code hasn't otherwise been set internally, set the error code to PROJ_ERR_INVALID_OP_WRONG_SYNTAX instead of allowing it to default to the generic PROJ_ERR_OTHER. Ref #2529 | |||
| 2022-02-03 | Allow PROJ_LIB paths wrapped with double quotes (#3031) | Mateusz Łoskot | |
| This improvement is mostly useful on Windows, where users are used to wrapping paths with whitespaces with double quotes. For example, these should now be allowed (correctly concatenated): PROJ_LIB="C:\Program Files\PROJ";C:\Users\mloskot\PROJ | |||
| 2022-02-04 | DOC: remove content for Autotools; assume CMake only | Mike Taves | |
| 2022-02-02 | Merge pull request #3035 from rouault/use_external_gtest_when_possible | Even Rouault | |
| Use external gtest by default when possible | |||
| 2022-02-01 | Use external gtest by default when detected | Even Rouault | |
| 2022-02-01 | Merge pull request #3030 from mwtoews/rfc-7-howto-release | Even Rouault | |
| Update HOWTO-RELEASE using only CMake (without autotools) | |||
