| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-10 | CI Plot job: build PROJ from source (fixes #2961) | Even Rouault | |
| 2021-12-09 | Merge pull request #2976 from rouault/compound_to_compound_ballpark | Even Rouault | |
| createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to "NAD83(CSRS) + CGVD2013(CGG2013) height" | |||
| 2021-12-08 | createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to ↵ | Even Rouault | |
| "NAD83(CSRS) + CGVD2013(CGG2013) height" That transformation involves doing CGVD28 height to CGVD2013(CGG2013) height by doing: - CGVD28 height to NAD83(CSRS): EPSG registered operation - NAD83(CSRS) to CGVD2013(CGG2013) height by doing: * NAD83(CSRS) to NAD83(CSRS)v6: ballpark * NAD83(CSRS)v6 to CGVD2013(CGG2013): EPSG registered operation | |||
| 2021-12-09 | Refactor post-install suite to test shared and static projlib (#2972) | Mike Taves | |
| 2021-12-07 | Merge pull request #2973 from rouault/epsg_10_041 | Even Rouault | |
| Database: update to EPSG v10.041 | |||
| 2021-12-06 | Database: update to EPSG v10.041 | Even Rouault | |
| 2021-12-04 | Merge pull request #2970 from mwtoews/static-extra-libs | Even Rouault | |
| Refactor proj.pc to use EXTRA_LIBS; add -lpthread to Libs.private | |||
| 2021-12-05 | Refactor proj.pc to use EXTRA_LIBS; add -lpthread to Libs.private | Mike Taves | |
| 2021-12-04 | Merge pull request #2968 from rouault/fix_ossfuzz_41462 | Even Rouault | |
| Fix extremely long parsing time on hostile PROJ strings | |||
| 2021-12-03 | Merge pull request #2960 from AlexBass05/pl_gugik_PL-geoid-2011 | Even Rouault | |
| Add vertical grid files for PL-geoid-2011, Polish geoid model | |||
| 2021-12-02 | Merge pull request #2964 from Fa7C0n/master | Even Rouault | |
| Fix github path for crs2crs2grid.py in HTDP | |||
| 2021-12-02 | PROJStringSyntaxParser(): make it use pj_trim_argc/argv to have similar ↵ | Even Rouault | |
| tokenization/serialization in different code paths This avoids in particular recursive calls to ob_tran initialization on weird inputs. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41462 | |||
| 2021-12-02 | PROJ string parsing: fix unquoting of parameter values when the parameter ↵ | Even Rouault | |
| name is just one single character Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41462 | |||
| 2021-12-02 | Merge pull request #2966 from rouault/fix_2965 | Even Rouault | |
| Cache result of proj_get_type() to help for performance of proj_factors() (fixes #2965) | |||
| 2021-12-01 | Cache result of proj_get_type() to help for performance of proj_factors() ↵ | Even Rouault | |
| (fixes #2965) | |||
| 2021-12-01 | Fix path for crs2crs2grid.py | Gokul Ganesan | |
| 2021-11-26 | Merge pull request #2962 from mwtoews/cmake-mingw_w64 | Even Rouault | |
| CI: change autotools->cmake for x86_64-w64-mingw32 | |||
| 2021-11-26 | CI: change autotools->cmake for x86_64-w64-mingw32 | Mike Taves | |
| 2021-11-26 | DOC: rewrite parts of plot.py to use geojson instead of fiona (#2959) | Mike Taves | |
| 2021-11-25 | Update metadata.sql to PROJ-data version 1.9 | Alexander Nehrbass | |
| 2021-11-25 | Add vertical gird files for PL-geoid-2011, Polish geoid model | Alexander Nehrbass | |
| 2021-11-25 | Merge pull request #2948 from mwtoews/cmake-ccache | Even Rouault | |
| CMake: add option USE_CCACHE=OFF to use ccache to compile C/C++ objs | |||
| 2021-11-25 | Move option to module and add more comments | Mike Taves | |
| 2021-11-25 | Also look for clcache for MSVC; only use wrappers for Xcode | Mike Taves | |
| 2021-11-24 | Merge pull request #2957 from rouault/fix_ossfuzz_41290 | Even Rouault | |
| Pipeline parsing: reject proj=/o_proj= before first step, to avoid bad performance pattern on hostile pipelines | |||
| 2021-11-24 | Pipeline parsing: reject proj=/o_proj= before first step, to avoid bad ↵ | Even Rouault | |
| performance pattern on hostile pipelines Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41290 | |||
| 2021-11-22 | Merge pull request #2953 from nyalldawson/esri_p3 | Even Rouault | |
| Refactor parameter handling and sql generation when ingesting projcs from ESRI | |||
| 2021-11-22 | build_db_from_esri.py: fix pyflakes3 warning, and make it python 3.8 compatible | Even Rouault | |
| 2021-11-22 | Refactor parameter handling and sql generation when ingesting projcs | Nyall Dawson | |
| from ESRI Avoids a bunch of duplicate code and makes it easier to add support for additional methods in future | |||
| 2021-11-22 | Make WKT unit handling when ingesting ESRI projection db more robust | Nyall Dawson | |
| 2021-11-22 | Merge pull request #2952 from nyalldawson/esri_cs_code | Even Rouault | |
| Fix mapping of coordinate system codes for ft when ingesting ESRI projection db | |||
| 2021-11-22 | Fix mapping of coordinate system codes for ft when ingesting ESRI | Nyall Dawson | |
| projection db | |||
| 2021-11-20 | Merge pull request #2943 from nyalldawson/esri_12_9 | Even Rouault | |
| Update ESRI projection engine db to version 12.9 | |||
| 2021-11-20 | Docs: Add new Ellipsoids page to explain ellipsoidal parameters (#2922) | Brendan Jurd | |
| Co-authored-by: Rohit <rohitpingale103@gmail.com> Co-authored-by: Brendan Jurd <brendan.jurd@geoplex.com.au> Co-authored-by: Mike Taves <mwtoews@gmail.com> | |||
| 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-20 | CMake: add option USE_CCACHE=OFF to use ccache to compile C/C++ objs | Mike Taves | |
| 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-16 | When matching conversions from ESRI db, keep searching if we find | Nyall Dawson | |
| a deprecated conversion for a non-deprecated CRS | |||
| 2021-11-16 | Force conversion of Unity units to Years for epochs in esri projection engine db | Nyall Dawson | |
| 2021-11-16 | Update ESRI projection db using wkt2 definitions | Nyall Dawson | |
| 2021-11-16 | Update build_db_from_esri.py to use wkt2 definitions instead of wkt1 | Nyall Dawson | |
| 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 | |||
