index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-08-29
io.cpp: silence Coverity false positive (CID 356032)
Even Rouault
2021-08-27
ESRI WKT: add support for import/export of (non interrupted) Goode Homolosine
Even Rouault
2021-08-27
Merge pull request #2824 from rouault/fix_ossfuzz_37489
Even Rouault
2021-08-26
Pipeline instanciation: fix performance issues on huge (broken) strings which...
Even Rouault
2021-08-26
WKT importer: better detect ESRI WKT on projected CRS (fixes #2822)
Even Rouault
2021-08-26
WKT importer: detect ESRI WKT even when datum name doesn't start with D_ (fix...
Even Rouault
2021-08-21
PROJStringFormatter::toString(): fix potential O(n^2) performance. Fixes http...
Even Rouault
2021-08-21
pipeline instanciation: fix potential O(n^2) performance. Fixes https://bugs....
Even Rouault
2021-08-20
ConcatenatedOperation::fixStepsDirection(): fix bad chaining of steps when in...
Even Rouault
2021-08-19
BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/exte...
Even Rouault
2021-08-16
Merge pull request #2809 from rouault/preserve_proj4_crs_string_wkt2_remarks
Even Rouault
2021-08-16
Spell the last name of R.E. Deakin correctly
Thomas Knudsen
2021-08-16
WKT2 import/export: preserve PROJ.4 CRS extension string in REMARKS[] (when t...
Even Rouault
2021-08-16
createOperations(): fix missing deg<-->rad conversion when transforming with ...
Even Rouault
2021-08-16
Implement promoteTo3D() / demoteTo2D() for DerivedGeographicCRS (fixes #2803)
Even Rouault
2021-08-15
factory.cpp: fix latest clang -Wstring-concatenation (false positive) warning
Even Rouault
2021-08-15
Add support for Degree Sign on input (#2791)
Brendan Jurd
2021-08-13
Inverse laea ellipsoidal: return PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DO...
Even Rouault
2021-08-10
Conversion::createUTM(): avoid integer overflow. Fixes https://bugs.chromium....
Even Rouault
2021-07-22
GeoTIFF grid reading: perf improvements (fixes #2785)
Even Rouault
2021-07-22
pj_fwd()/pj_inv(): performance improvements through passing by ref and less f...
Even Rouault
2021-07-22
Add pj_log_active() to determine if logging is active
Even Rouault
2021-07-21
Doc: fix links to :c:func:`proj_...` by specifying "h" as "c" domain
Mike Taves
2021-07-20
createOperations(): fix SourceTargetCRSExtentUse::NONE mode
Even Rouault
2021-07-20
Formatting fix [ci skip]
Even Rouault
2021-07-14
CMake: remove external nlohmann_json from INTERFACE_LINK_LIBRARIES target
Mike Taves
2021-07-13
Add S2 projection (#2749)
marcus-elia
2021-07-11
ortho: remove useless and invalid log trace (CID 350886, 350887)
Even Rouault
2021-07-08
Logging: avoid some overhead when logging is not enabled (fixes #2770)
Even Rouault
2021-07-08
Merge pull request #2769 from rouault/fix_2768
Even Rouault
2021-07-07
createOperations(): make sure to associate an extent to the transform of a CR...
Even Rouault
2021-07-04
fix installation of executables on iOS
SpaceIm
2021-06-30
Bump version numbers in anticipation of 8.2.0
Kristian Evers
2021-06-25
Update ABI numbers for 8.1.0 release
Kristian Evers
2021-06-22
Minor changes to address lint in geodesic.c (courtesy of Marc Emery <memery@m...
Charles Karney
2021-06-17
proj_trans/cs2cs: If two operations have the same accuracy, use the one that ...
Even Rouault
2021-06-14
Fix build with -DPROJ_INTERNAL_CPP_NAMESPACE
Even Rouault
2021-06-10
BoundCRS::identify(): avoid incompatible transformation for WKT1 / TOWGS84 ex...
Even Rouault
2021-06-08
Make filemanager aware of UWP Win32 API
Geoff Evans
2021-06-03
factory.cpp: lint: make memoryHandle_ a unique_ptr
Even Rouault
2021-06-03
Run database layout checks only at first DB opening
Even Rouault
2021-06-03
proj_cleanup(): make sure it frees the database context of the default PJ_CON...
Even Rouault
2021-06-03
Make proj_context_set_autoclose_database() a no-op as it would defeat the pur...
Even Rouault
2021-06-03
Database: use shared sqlite handle
Even Rouault
2021-06-03
factory.cpp: preparation steps for global sqlite3* handle, but no functional ...
Even Rouault
2021-06-02
Merge pull request #2736 from rouault/cleanup_mutex
Even Rouault
2021-06-02
Cleanup: add proj/internal/mutex.hpp as compat layer for mingw32 for std::mutex
Even Rouault
2021-06-02
proj_create(): do not open proj.db if string is a PROJ string, even if proj_c...
Even Rouault
2021-05-27
ConcatenatedOperation::fixStepsDirection(): remove recently introdued hack sp...
Even Rouault
2021-05-24
DatabaseContext::getTransformationsForGridName(): make it work properly when ...
Even Rouault
[prev]
[next]