aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_cart.c
AgeCommit message (Expand)Author
2018-06-02use shortened URL from StackExchange websitesMike Toews
2018-05-14Partial changes for IWYUKurt Schwehr
2018-04-16Collect custom C99 math functions in proj_math.hKristian Evers
2018-03-21Avoid shadowed declaration errors with old gccMike Toews
2018-01-31Renamed PJ_IO_UNITS_RADIANS to PJ_IO_UNITS_ANGULARThomas Knudsen
2018-01-08Discern between 2D projected and 3D cartesian linear units (#732)Thomas Knudsen
2017-11-27Replace some asserts by compile-time assertionsAaron Puchert
2017-11-25Improve API (#683)Thomas Knudsen
2017-11-13Removed remaining traces of the built in selftest system (#661)Thomas Knudsen
2017-11-12Poder autochecking again (WIP) (#652)Thomas Knudsen
2017-11-08Improved IO predicates (#648)Thomas Knudsen
2017-11-07Formally change the initialization type of the TRANSFORMATIONS and CONVERSION...Kristian Evers
2017-11-06Eliminate the last traces of PJ_OBS (#643)Thomas Knudsen
2017-10-27Linguistics: Clarify this and that, here and there (#632)Thomas Knudsen
2017-10-25Remove PJ_OBS from the API surface, rename pj_obs_api.c to pj_4D_api.c (#625)Thomas Knudsen
2017-10-20Addition of an "area of use" argument to proj_transform_crs_to_crs (#565)Kristian Evers
2017-10-09Add proj_list_* functions that exposes various internal lists (#579)Kristian Evers
2017-10-06Switch proj_roundtrip to accept PJ_COORD, rather than PJ_OBS, and make it do ...Thomas Knudsen
2017-10-06Enable default destructor for all PJ objects.Thomas Knudsen
2017-09-13Introduce PJ_DEFAULT_CTX constant that improves code readabilityKristian Evers
2017-09-13Change how existance of strings in info-structs are checked. Before this comm...Kristian Evers
2017-08-07Adding info functions to proj.h API. (#551)Kristian Evers
2017-07-25Expose pj_factors and pj_deriv in public API. (#546)Kristian Evers
2017-07-13Add proj_dmstor() and proj_rtodms() to proj.h API. Resolves #172.Kristian Evers
2017-07-13Added proj_has_inverse(). Fixes #155.Kristian Evers
2017-07-13Implemented proj_transform_coord() and proj_transform_obs()Kristian Evers
2017-07-13Implemented proj_create_crs_to_crs()Kristian Evers
2017-07-07obs_api revision and improvements: new namespace etc. (#530)Thomas Knudsen
2017-05-01Removed unwanted call to pj_log_level().Kristian Evers
2016-12-15Horner and helmert (#456)Thomas Knudsen
2016-11-20Plumbing for pipelines (#453)Thomas Knudsen
2016-11-12Pipeline plus api - in continuation of the Genereic Coordinates pull request ...Thomas Knudsen