aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-08-29io.cpp: silence Coverity false positive (CID 356032)Even Rouault
2021-08-27ESRI WKT: add support for import/export of (non interrupted) Goode HomolosineEven Rouault
2021-08-27Merge pull request #2824 from rouault/fix_ossfuzz_37489Even Rouault
2021-08-26Pipeline instanciation: fix performance issues on huge (broken) strings which...Even Rouault
2021-08-26WKT importer: better detect ESRI WKT on projected CRS (fixes #2822)Even Rouault
2021-08-26WKT importer: detect ESRI WKT even when datum name doesn't start with D_ (fix...Even Rouault
2021-08-21PROJStringFormatter::toString(): fix potential O(n^2) performance. Fixes http...Even Rouault
2021-08-21pipeline instanciation: fix potential O(n^2) performance. Fixes https://bugs....Even Rouault
2021-08-20ConcatenatedOperation::fixStepsDirection(): fix bad chaining of steps when in...Even Rouault
2021-08-19BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/exte...Even Rouault
2021-08-16Merge pull request #2809 from rouault/preserve_proj4_crs_string_wkt2_remarksEven Rouault
2021-08-16Spell the last name of R.E. Deakin correctlyThomas Knudsen
2021-08-16WKT2 import/export: preserve PROJ.4 CRS extension string in REMARKS[] (when t...Even Rouault
2021-08-16createOperations(): fix missing deg<-->rad conversion when transforming with ...Even Rouault
2021-08-16Implement promoteTo3D() / demoteTo2D() for DerivedGeographicCRS (fixes #2803)Even Rouault
2021-08-15factory.cpp: fix latest clang -Wstring-concatenation (false positive) warningEven Rouault
2021-08-15Add support for Degree Sign on input (#2791)Brendan Jurd
2021-08-13Inverse laea ellipsoidal: return PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DO...Even Rouault
2021-08-10Conversion::createUTM(): avoid integer overflow. Fixes https://bugs.chromium....Even Rouault
2021-07-22GeoTIFF grid reading: perf improvements (fixes #2785)Even Rouault
2021-07-22pj_fwd()/pj_inv(): performance improvements through passing by ref and less f...Even Rouault
2021-07-22Add pj_log_active() to determine if logging is activeEven Rouault
2021-07-21Doc: fix links to :c:func:`proj_...` by specifying "h" as "c" domainMike Taves
2021-07-20createOperations(): fix SourceTargetCRSExtentUse::NONE modeEven Rouault
2021-07-20Formatting fix [ci skip]Even Rouault
2021-07-14CMake: remove external nlohmann_json from INTERFACE_LINK_LIBRARIES targetMike Taves
2021-07-13Add S2 projection (#2749)marcus-elia
2021-07-11ortho: remove useless and invalid log trace (CID 350886, 350887)Even Rouault
2021-07-08Logging: avoid some overhead when logging is not enabled (fixes #2770)Even Rouault
2021-07-08Merge pull request #2769 from rouault/fix_2768Even Rouault
2021-07-07createOperations(): make sure to associate an extent to the transform of a CR...Even Rouault
2021-07-04fix installation of executables on iOSSpaceIm
2021-06-30Bump version numbers in anticipation of 8.2.0Kristian Evers
2021-06-25Update ABI numbers for 8.1.0 releaseKristian Evers
2021-06-22Minor changes to address lint in geodesic.c (courtesy of Marc Emery <memery@m...Charles Karney
2021-06-17proj_trans/cs2cs: If two operations have the same accuracy, use the one that ...Even Rouault
2021-06-14Fix build with -DPROJ_INTERNAL_CPP_NAMESPACEEven Rouault
2021-06-10BoundCRS::identify(): avoid incompatible transformation for WKT1 / TOWGS84 ex...Even Rouault
2021-06-08Make filemanager aware of UWP Win32 APIGeoff Evans
2021-06-03factory.cpp: lint: make memoryHandle_ a unique_ptrEven Rouault
2021-06-03Run database layout checks only at first DB openingEven Rouault
2021-06-03proj_cleanup(): make sure it frees the database context of the default PJ_CON...Even Rouault
2021-06-03Make proj_context_set_autoclose_database() a no-op as it would defeat the pur...Even Rouault
2021-06-03Database: use shared sqlite handleEven Rouault
2021-06-03factory.cpp: preparation steps for global sqlite3* handle, but no functional ...Even Rouault
2021-06-02Merge pull request #2736 from rouault/cleanup_mutexEven Rouault
2021-06-02Cleanup: add proj/internal/mutex.hpp as compat layer for mingw32 for std::mutexEven Rouault
2021-06-02proj_create(): do not open proj.db if string is a PROJ string, even if proj_c...Even Rouault
2021-05-27ConcatenatedOperation::fixStepsDirection(): remove recently introdued hack sp...Even Rouault
2021-05-24DatabaseContext::getTransformationsForGridName(): make it work properly when ...Even Rouault