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
/
PJ_cart.c
Age
Commit message (
Expand
)
Author
2018-06-02
use shortened URL from StackExchange websites
Mike Toews
2018-05-14
Partial changes for IWYU
Kurt Schwehr
2018-04-16
Collect custom C99 math functions in proj_math.h
Kristian Evers
2018-03-21
Avoid shadowed declaration errors with old gcc
Mike Toews
2018-01-31
Renamed PJ_IO_UNITS_RADIANS to PJ_IO_UNITS_ANGULAR
Thomas Knudsen
2018-01-08
Discern between 2D projected and 3D cartesian linear units (#732)
Thomas Knudsen
2017-11-27
Replace some asserts by compile-time assertions
Aaron Puchert
2017-11-25
Improve API (#683)
Thomas Knudsen
2017-11-13
Removed remaining traces of the built in selftest system (#661)
Thomas Knudsen
2017-11-12
Poder autochecking again (WIP) (#652)
Thomas Knudsen
2017-11-08
Improved IO predicates (#648)
Thomas Knudsen
2017-11-07
Formally change the initialization type of the TRANSFORMATIONS and CONVERSION...
Kristian Evers
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
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-10-06
Enable default destructor for all PJ objects.
Thomas Knudsen
2017-09-13
Introduce PJ_DEFAULT_CTX constant that improves code readability
Kristian Evers
2017-09-13
Change how existance of strings in info-structs are checked. Before this comm...
Kristian Evers
2017-08-07
Adding info functions to proj.h API. (#551)
Kristian Evers
2017-07-25
Expose pj_factors and pj_deriv in public API. (#546)
Kristian Evers
2017-07-13
Add proj_dmstor() and proj_rtodms() to proj.h API. Resolves #172.
Kristian Evers
2017-07-13
Added proj_has_inverse(). Fixes #155.
Kristian Evers
2017-07-13
Implemented proj_transform_coord() and proj_transform_obs()
Kristian Evers
2017-07-13
Implemented proj_create_crs_to_crs()
Kristian Evers
2017-07-07
obs_api revision and improvements: new namespace etc. (#530)
Thomas Knudsen
2017-05-01
Removed unwanted call to pj_log_level().
Kristian Evers
2016-12-15
Horner and helmert (#456)
Thomas Knudsen
2016-11-20
Plumbing for pipelines (#453)
Thomas Knudsen
2016-11-12
Pipeline plus api - in continuation of the Genereic Coordinates pull request ...
Thomas Knudsen