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
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
2019-02-16
Make sure that the PJ object returned by proj_create_crs_to_crs() is a proper...
Even Rouault
2019-02-01
Remove extreaneous semicolon
Even Rouault
2019-01-26
proj_trans_generic(): make it work with multiple internal coordinate operatio...
Even Rouault
2019-01-22
Merge pull request #1233 from rouault/fix_1232
Kristian Evers
2019-01-22
ISO19111 PROJ string parser: discard parameters not recognized by PROJ
Even Rouault
2019-01-22
proj_create_crs_to_crs(): defer selection of actual coordinate operation unti...
Even Rouault
2019-01-19
Add support for spaces in grid name parameters (fixes #1152)
Even Rouault
2019-01-18
Merge pull request #1225 from aaronpuchert/add-null-check
Kristian Evers
2019-01-17
Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...
Even Rouault
2019-01-17
Handle allocation failure in pj_trim_argv
Aaron Puchert
2019-01-17
import/export PROJ strings from ISO19111 code: require/output +type=crs for C...
Even Rouault
2019-01-10
proj_info(): report the hardcoded PROJ_LIB path in info.searchpath (if the en...
Even Rouault
2019-01-09
proj.h: add proj_context_set_file_finder() and proj_context_set_search_paths(...
Even Rouault
2019-01-03
Rename PJ_IO_UNITS_ANGULAR to PJ_IO_UNITS_RADIANS
Kristian Evers
2019-01-02
Typo fixes
Even Rouault
2018-12-30
Rename proj_obj_XXX as proj_XXX and PJ_OBJ_XXX as PJ_XXX
Even Rouault
2018-12-30
Merge projects.h into proj_internal.h
Even Rouault
2018-12-30
Make ISO-19111 objects of type CoordinateOperation directly usable with proj_...
Even Rouault
2018-12-30
Remove PJ_OBJ type since it is now merged into PJ
Even Rouault
2018-12-28
proj_create_crs_to_crs(): fix crash if ctx == nullptr and error is triggered ...
Even Rouault
2018-12-27
proj_create_crs_to_crs(): add debugging traces
Even Rouault
2018-12-26
cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixes
Even Rouault