aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-08-16Spell the last name of R.E. Deakin correctlyThomas Knudsen
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-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
2021-05-24Merge pull request #2729 from rouault/analyze_dbEven Rouault
2021-05-23projinfo: fix error message regarding --output-idEven Rouault
2021-05-23Database: add a ANALYZE step during proj.db creationEven Rouault
2021-05-23code formatting fixEven Rouault
2021-05-17projsync: make it filter out files not intended for the current versionEven Rouault
2021-05-16Database: update to EPSG v10.022Even Rouault
2021-05-12Fix export of transformation to PROJ string in a particular situation where C...Even Rouault
2021-05-12Formatting fixesEven Rouault
2021-05-07Merge pull request #2708 from mwtoews/stereographicEven Rouault
2021-05-07Doc: fix URLEven Rouault
2021-05-07Doc: update GDAL versionEven Rouault
2021-05-04Fix typo: "Mod. Stererographics" -> "Modified Stereographic"Mike Taves
2021-05-04DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)Mike Taves