| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-20 | Merge pull request #2949 from jschueller/patch-1 | Even Rouault | |
| Fix windows.h conflict with Criterion::STRICT | |||
| 2021-11-19 | Fix windows.h conflict with Criterion::STRICT | Julien Schueller | |
| If window.h is included in the same compilation unit we can expect this kind of errors: ``` util.hpp:348:15: error: expected identifier before ‘,’ token 348 | STRICT, ``` | |||
| 2021-11-19 | Merge pull request #2945 from direvus/doxy-latex-setting | Kristian Evers | |
| DOCS: Remove LATEX_SOURCE_CODE setting from Doxyfile. | |||
| 2021-11-19 | Merge pull request #2944 from direvus/2540-docs-missing-funcs | Kristian Evers | |
| DOCS: Add doxygen entry for proj_context_set_search_paths. | |||
| 2021-11-19 | DOCS: Remove LATEX_SOURCE_CODE setting from Doxyfile. | Brendan Jurd | |
| Doxygen was issuing warnings that this setting is now obsolete, which was causing the docs build process to abort. | |||
| 2021-11-19 | DOCS: Add doxygen entry for proj_context_set_search_paths. | Brendan Jurd | |
| Refs #2540. | |||
| 2021-11-15 | createOperationsGeogToGeog(): avoid potential harmless floating-point ↵ | Even Rouault | |
| division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41045 | |||
| 2021-11-15 | Code reformat | Even Rouault | |
| 2021-11-14 | Merge pull request #2938 from rouault/fix_ossfuzz_40955 | Even Rouault | |
| createOperationsCompoundToCompound(): fix null pointer dereference when connection to proj.db doesn't exist. | |||
| 2021-11-14 | Merge pull request #2937 from rouault/fix_2936 | Even Rouault | |
| createOperations(): do not stop at the first operation in the PROJ namespace for vertical transformations | |||
| 2021-11-12 | createOperationsCompoundToCompound(): fix null pointer dereference when ↵ | Even Rouault | |
| connection to proj.db doesn't exist. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40955 | |||
| 2021-11-12 | Add new option to proj_create_crs_to_crs_from_pj method to force +over on ↵ | Peter Townsend | |
| transformation operations (#2914) Fixes #2512 | |||
| 2021-11-11 | createOperations(): do not stop at the first operation in the PROJ namespace ↵ | Even Rouault | |
| for vertical transformations In particular helps with transformation between "NAD83 + NAVD88 height" and WGS 84 that have regressed in 8.2.0 Fixes #2936 | |||
| 2021-11-10 | Merge pull request #2934 from toonn/cross-platform-test | Even Rouault | |
| test: Make CApi test cross-platform | |||
| 2021-11-10 | test: Make CApi test cross-platform | toonn | |
| The test made an assumption of being able to open 1024 - 50 files. On some platforms, like older Darwin, the default limit is only 256. To avoid the issue entirely we retrieve the current limit for the process. We decrease the OPEN_MAX limit if it's too high. On some platforms fopen returned nullptrs before reaching the limit (-50) and this doesn't happen if we decrease the limit to 1024. | |||
| 2021-11-09 | Merge pull request #2932 from rouault/fix_2931 | Even Rouault | |
| PROJStringFormatter::toString(): avoid invalid iterator increment (fixes #2931) | |||
| 2021-11-09 | CI: add a MSVC Debug build (refs #2931) | Even Rouault | |
| 2021-11-09 | PROJStringFormatter::toString(): avoid invalid iterator increment (fixes #2931) | Even Rouault | |
| 2021-11-09 | Reformatting fixes | Even Rouault | |
| 2021-11-06 | Merge pull request #2926 from snowman2/warn | Even Rouault | |
| DOC: Add warning in proj_as_proj_string about potential information loss with CRS | |||
| 2021-11-06 | Merge pull request #2925 from snowman2/docs | Even Rouault | |
| DOC: add available keys to proj_context_get_database_metadata | |||
| 2021-11-05 | DOC: Add warning in proj_as_proj_string about potential information loss ↵ | snowman2 | |
| with CRS | |||
| 2021-11-05 | DOC: add available keys to proj_context_get_database_metadata | snowman2 | |
| 2021-11-05 | Merge pull request #2921 from rouault/epsg_10_039 | Even Rouault | |
| Database: update to EPSG v10.039 | |||
| 2021-11-04 | Remove useless PROJ_DLL uses in .cpp files (#2920) | Momtchil Momtchev | |
| 2021-11-04 | Database: update to EPSG v10.039 | Even Rouault | |
| 2021-11-03 | Merge pull request #2917 from rouault/fix_boundcrs_name | Even Rouault | |
| BoundCRS WKT import: fix setting of name | |||
| 2021-11-03 | Doc: news.rst: formatting fixes | Even Rouault | |
| 2021-11-03 | BoundCRS WKT import: fix setting of name | Even Rouault | |
| Name was erroneously set (since 8.2.0) to SOURCECRS. Raised in https://lists.osgeo.org/pipermail/gdal-dev/2021-November/054944.html | |||
| 2021-11-03 | util.hpp: reformat | Even Rouault | |
| 2021-11-01 | docs: Fix errors in 8.2.0 news section | Kristian Evers | |
| 2021-11-01 | Update website for 8.2 release | Kristian Evers | |
| 2021-11-01 | Merge remote-tracking branch 'osgeo/master' | Kristian Evers | |
| 2021-11-01 | Update website for 8.1.1 release | Kristian Evers | |
| 2021-10-31 | Merge pull request #2916 from rouault/cppcheck_2_7 | Even Rouault | |
| cppcheck.sh: make it compatible with cppcheck 2.7 | |||
| 2021-10-31 | cppcheck.sh: make it compatible with cppcheck 2.7 | Even Rouault | |
| 2021-10-27 | RFC 7: Drop Autotools, maintain CMake (#2880) | Mike Taves | |
| 2021-10-26 | Update NEWS for 8.2.0 release | Kristian Evers | |
| 2021-10-26 | Fix version number of latest release in NEWS | Kristian Evers | |
| 2021-10-26 | Update NEWS for 8.1.1 release | Kristian Evers | |
| 2021-10-26 | Bump PROJ-data version number in docs | Kristian Evers | |
| 2021-10-26 | Update man-pages from Sphinx-docs | Kristian Evers | |
| 2021-10-26 | Update ABI numbers for 8.2.0 release | Kristian Evers | |
| 2021-10-25 | Merge pull request #2913 from rouault/fix_2905 | Even Rouault | |
| lib_proj.cmake: add a PROJ::proj alias and add BUILD_INTERFACE include directories... | |||
| 2021-10-25 | lib_proj.cmake: add a PROJ::proj alias and add BUILD_INTERFACE include ↵ | Even Rouault | |
| directories, so that proj can be used as a subdirectory of a larger project (fixes #2905) | |||
| 2021-10-25 | Merge pull request #2912 from rouault/cmake_static_build | Kristian Evers | |
| CMake: revise how we deal with symbol export and static builds | |||
| 2021-10-23 | CMake: revise how we deal with symbol export and static builds | Even Rouault | |
| - Remove the explicit PROJ_MSVC_DLL_IMPORT symbol used for importing symbols from a MSVC .dll: by default on MSVC, we use now __declspec(dllimport), unless PROJ_MSVC_DLL_EXPORT is defined by PROJ at build time. This makes it easier for users: they don't have to define anything special. This simplifies in particular the build of our binaries - For static builds, export -DPROJ_DLL= as public, so that users that import PROJ through CMake mechanism don't have to do it manually. | |||
| 2021-10-23 | Merge pull request #2911 from rouault/cmake_version | Even Rouault | |
| CMake: align the VERSION of the library with libtool practices | |||
| 2021-10-22 | Merge pull request #2907 from josch/tinshiftfallback | Even Rouault | |
| add fallback strategy for tinshift transform to use closest triangle for points not in any | |||
| 2021-10-22 | CMake: align the VERSION of the library with libtool practices | Even Rouault | |
| Currently (at least as of 8.1.1) we don't have the same .so.x.y.z numbers for the libtool and cmake builds (the y and z are swapped for the cmake build). While only the SONAME (the .x part) mostly matters, it is probably better to stick with the libtool convention to determine the y and z. This patch should make it easier by setting explicitly each of the current, revision, age and computing automatically x = current - age y = age z = revision | |||
