aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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
2021-04-30CMake build: add a NLOHMANN_JSON_ORIGIN=auto/external/internal setting allowi...Even Rouault
2021-04-24Improvements related to DerivedVerticalCRS using Change Unit and Height/Depth...Even Rouault
2021-04-24getInsertStatementsFor(): replace while with if (master only, CID 320133)Even Rouault
2021-04-24Add proj_get_geoid_models_from_database() (#2681)Javier Jimenez Shaw
2021-04-23Merge pull request #2691 from rouault/remove_useless_filesEven Rouault
2021-04-23Merge pull request #2689 from rouault/update_generated_parsersEven Rouault
2021-04-23wkt1_parser/wkt2_parser: regenerate them with bison 3.5.1 to hopefully make C...Even Rouault