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
/
proj.h
Age
Commit message (
Expand
)
Author
2018-12-10
C API: add PJ_OBJ_CATEGORY_PRIME_MERIDIAN and PJ_OBJ_TYPE_PRIME_MERIDIAN
Even Rouault
2018-12-10
proj_obj_cs_get_axis_info(): add out_unit_auth_name and out_unit_code parameters
Even Rouault
2018-12-06
Add API to retrieve non-deprecated equivalent of an object
Even Rouault
2018-12-01
C API: rename parameter to reflect its output status
Even Rouault
2018-11-30
API: move all advanced PJ_OBJ creation functions in a dedicated proj_experime...
Even Rouault
2018-11-30
C API: more camel_casification of parameters
Even Rouault
2018-11-30
C API: do not 'cache' PROJ context in PJ_OBJ objects
Even Rouault
2018-11-29
C API: rename output parameters to have a out_ prefix
Even Rouault
2018-11-29
C API: replace ctxt by ctx
Even Rouault
2018-11-29
proj_create_crs_to_crs(): rename arguments, update doc, and add a few test cases
Even Rouault
2018-11-29
C API extensions and renaming
Even Rouault
2018-11-29
Redirect epsg:XXXX and IGNF:XXXX CRS expansions to the database, and remove t...
Even Rouault
2018-11-29
cs2cs: upgrade to use proj_create_crs_to_crs()
Even Rouault
2018-11-22
Make proj_create_crs_to_crs() use proj_obj_create_operations() and use area o...
Even Rouault
2018-11-14
Implement RFC 2: Initial integration of "GDAL SRS barn" work
Even Rouault
2018-11-10
Remove proj_geocentric_latitude from public API
Kristian Evers
2018-10-16
Move struct definitions for proj_list_* functions to proj.h
Kristian Evers
2018-09-15
Bump version numbers after 5.2.0 release
Kristian Evers
2018-06-08
bump version numbers to 5.2.0
Kristian Evers
2018-04-19
Rename level -> log_level for proj_log_level to match function definition
Kurt Schwehr
2018-04-12
Move logging functions to proj.h API
Kristian Evers
2018-03-22
proj.h: update PROJ_VERSION_MAJOR.PROJ_VERSION_MINOR to 5.1
Even Rouault
2018-03-11
Merge pull request #847 from kbevers/proj_strerrno
Kristian Evers
2018-03-09
Add proj_errno_string function
Kristian Evers
2018-03-08
Use consistent names for PJ_COORD's in declarations
Kristian Evers
2018-02-11
Add proj_context_errno to API and missing proj_geod to proj.def (#791)
Thomas Knudsen
2018-02-10
Make the 4D API fully 4D (#788)
Thomas Knudsen
2018-02-09
Avoid XY, LP and UV datatype clashes with other libraries.
Kristian Evers
2018-02-07
Shrink PJ_XXX_INFO structs, but keep same syntax. (#775)
Thomas Knudsen
2018-02-01
expand proj_geoc_lat to proj_geocentric_latitude (#751)
Thomas Knudsen
2018-02-01
make local derivatives available in PJ_FACTOR
Thomas Knudsen
2017-12-14
Updates to deformation operation.
Kristian Evers
2017-11-25
Improve API (#683)
Thomas Knudsen
2017-11-20
Replace pj_ell_set with reimplementation... (#675)
Thomas Knudsen
2017-11-20
Increment version number before next release
Kristian Evers
2017-11-16
Introduce geodetic-geocentric conversions ... (#669)
Thomas Knudsen
2017-11-15
Support numerical factors only (#664)
Thomas Knudsen
2017-11-12
Poder autochecking again (WIP) (#652)
Thomas Knudsen
2017-11-08
Improved IO predicates (#648)
Thomas Knudsen
2017-11-06
Eliminate the last traces of PJ_OBS (#643)
Thomas Knudsen
2017-10-27
Linguistics: Clarify this and that, here and there (#632)
Thomas Knudsen
2017-10-25
Remove PJ_OBS from the API surface, rename pj_obs_api.c to pj_4D_api.c (#625)
Thomas Knudsen
2017-10-20
Addition of an "area of use" argument to proj_transform_crs_to_crs (#565)
Kristian Evers
2017-10-09
Remove PJ_DATUMS which was introduced to proj.h by mistake
Kristian Evers
2017-10-09
Add proj_list_* functions that exposes various internal lists (#579)
Kristian Evers
2017-10-06
Switch proj_roundtrip to accept PJ_COORD, rather than PJ_OBS, and make it do ...
Thomas Knudsen
2017-09-22
Add 'expected accuracy' member to PJ_PROJ_INFO struct.
Kristian Evers
2017-09-21
Changed a few occurences of 'const PJ*' to just 'PJ*' since they were making ...
Kristian Evers
2017-09-21
Use FACTORS and DERIVS structs from projects.h instead of duplicating them in...
Kristian Evers
2017-09-13
Make proj_destroy and proj_context_destroy behave in the same way.
Kristian Evers
[next]