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
/
4D_api.cpp
Age
Commit message (
Expand
)
Author
2021-06-17
proj_trans/cs2cs: If two operations have the same accuracy, use the one that ...
Even Rouault
2021-04-20
Revert "proj_create_crs_to_crs_from_pj(): do not use PROJ_SPATIAL_CRITERION_P...
Even Rouault
2021-04-07
proj_trans(): add a more expressive log message
Even Rouault
2021-04-03
reproject_bbox(): reduce number of magic values
Even Rouault
2021-03-17
Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that can ...
Even Rouault
2021-03-07
proj_info(): remove useless nullptr checking (CID 314807)
Even Rouault
2020-12-15
proj_create_crs_to_crs_from_pj(): add ACCURACY and ALLOW_BALLPARK options
Even Rouault
2020-12-15
Remap ENOMEM from PROJ_ERR_INVALID_OP to PROJ_ERR_OTHER
Even Rouault
2020-12-15
proj_trans_array(): make it transform all coordinates even when an error occurs
Even Rouault
2020-12-15
Revise error codes to have a reduced set exposed in the public API.
Even Rouault
2020-12-02
cs2cs / proj_create_crs_to_crs_from_pj(): add a --authority switch to control...
Even Rouault
2020-11-28
proj_create_crs_to_crs_from_pj(): do not use PROJ_SPATIAL_CRITERION_PARTIAL_I...
Even Rouault
2020-11-20
Remove old pj_ memory (de)allocation functions
Kristian Evers
2020-11-20
Remove pj_errno and related functions
Kristian Evers
2020-11-20
Remove pj_free() and move it's functional parts to proj_destroy()
Kristian Evers
2020-11-20
Remove pj_ctx_* functions and use their proj_context counterparts
Kristian Evers
2020-10-25
Fix issues spotted by cppcheck
Even Rouault
2020-10-19
C API: add proj_context_clone() (#2383)
Alan D. Snow
2020-10-08
Make proj_create_crs_to_crs() / cs2cs work with CRS with DatumEnsemble
Even Rouault
2020-10-08
Database: use extended description for extent/area of use, as done by epsg.or...
Even Rouault
2020-09-10
proj_trans(): reset errno before attemptying a retry with a new coordinate op...
Even Rouault
2020-05-17
Merge pull request #2206 from rouault/deformation_model_for_merge
Even Rouault
2020-05-09
scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted
Even Rouault
2020-05-04
grids: add support for projected grids for GenericShiftGridSet
Even Rouault
2020-04-12
Add proj_degree_input() and proj_degree_output()
Kristian Evers
2020-03-13
Add proj_get_suggested_operation()
Even Rouault
2020-02-27
Fix warnings of latest cppcheck master
Even Rouault
2020-02-27
proj_create_crs_to_crs(): avoid potential reprojection failures when reprojec...
Even Rouault
2020-02-24
Expose proj_context_is_network_enabled() in C API
Even Rouault
2020-01-27
projinfo: add --searchpaths switch
Even Rouault
2020-01-22
Merge RFC4 (#1865)
Even Rouault
2019-12-25
Modify verbosity level of some debug/trace messages
Even Rouault
2019-12-24
proj_trans: add retry logic to select other transformation if the best one fa...
Even Rouault
2019-12-04
proj_grid_info(): fix crash when passing a file that exists but is not a grid
Even Rouault
2019-11-18
proj_trans(): tune selection of operation when there are several alternatives...
Even Rouault
2019-11-16
proj_create_crs_to_crs(): fix autoselection logic of operation to compute cor...
Even Rouault
2019-10-28
Various fixes/workarounds to make cppcheck 1.72 (Ubuntu 16.04) and HEAD/1.90d...
Even Rouault
2019-10-12
proj_create_crs_to_crs(): remove elimination of Ballpark operations that caus...
Even Rouault
2019-09-26
proj_create_crs_to_crs(): fix when there are only transformations with ballpa...
Even Rouault
2019-09-18
Delete proj_math.h. Replace includes by <math.h>; we'll see if anyone
Charles Karney
2019-09-12
proj_trans_generic(): properly set coordinate time to HUGE_VAL when no value ...
Even Rouault
2019-09-04
proj_create_crs_to_crs_from_pj(): make the PJ* arguments const PJ*
Even Rouault
2019-08-23
Add proj_create_crs_to_crs_from_pj()
Even Rouault
2019-08-20
C API: add proj_context_set_autoclose_database() to automatically close datab...
Even Rouault
2019-06-04
Fix incorrect delimator ";" used to separate proj_info().searchpath entries (...
Kristian Evers
2019-06-03
Fix incorrect delimator ";" used to separate proj_info().searchpath
Nyall Dawson
2019-06-03
proj_info().searchpath should not include PROJ_LIB path if
Nyall Dawson
2019-03-26
path_append(): make it clear that nullptr deref cannot happen. Coverity CID 1...
Even Rouault
2019-03-19
proj_create_crs_to_crs: better deal with coordinates outside of bbox (fixes #...
Even Rouault
2019-02-20
CoordinateOperation: add a hasBallparkTransformation() method that can be use...
Even Rouault
[next]