aboutsummaryrefslogtreecommitdiff
path: root/src/proj.def
AgeCommit message (Expand)Author
2018-10-16Move struct definitions for proj_list_* functions to proj.hKristian Evers
2018-06-20Add proj_errno_string() to proj.defKristian Evers
2018-05-23Add pj_isnan to proj.def to avoid linking errors for some MSVC versionsKristian Evers
2018-02-11Add proj_context_errno to API and missing proj_geod to proj.def (#791)Thomas Knudsen
2018-02-01expand proj_geoc_lat to proj_geocentric_latitude (#751)Thomas Knudsen
2018-02-01Remove unnecessary functions and restructure proj.def. Closes #728Kristian Evers
2018-01-31Introduce compatibility for cs2cs-style proj-strings into the 4D API.Thomas Knudsen
2018-01-31Add pj_has_inverse().Kristian Evers
2018-01-03Introduce preparation/finalization steps in fwd/inv subsystem, supporting arb...Thomas Knudsen
2017-12-17Free format everywhere (#693)Thomas Knudsen
2017-11-25Improve API (#683)Thomas Knudsen
2017-11-25Overhaul ellipsoid handling (#682)Thomas Knudsen
2017-11-20Replace pj_ell_set with reimplementation... (#675)Thomas Knudsen
2017-11-16Introduce geodetic-geocentric conversions ... (#669)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-06Eliminate the last traces of PJ_OBS (#643)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-09Add proj_list_* functions that exposes various internal lists (#579)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-03-16Add pj_find_file() function to retrieve the full filename of a proj resource ...Even Rouault
2017-02-26proj.def: remove symbols no longer public.Even Rouault
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
2016-10-24Generic coordinates (#431)Thomas Knudsen
2016-04-07Fixing windows build with regards to pj_run_selftests. Also adding new projec...Kristian Evers
2016-02-16Fix typo in proj.defCharles Karney
2016-02-16Preserve original numbering in proj.def (not sure whether this matters).Charles Karney
2016-02-16Finish the geod_ additions to proj.def.Charles Karney
2016-02-15Update proj.def to include new geod_ functions. Suppress warning from etmerc.Charles Karney
2015-10-23- API Extension to include fwd3d / inv3dPiyush Agram
2015-07-07Make pj_init() locale safe and no longer modify locale (#226)Even Rouault
2013-06-25add pj_get_spheroid_defn (#214) and fileapi entry pointsFrank Warmerdam
2013-05-10Major upgrade to geodesic support from Charles Karney (#197). Frank Warmerdam
2011-03-15fix up a few items for windowsFrank Warmerdam
2010-06-11update to build with vgrid and ctx changesFrank Warmerdam
2004-10-28added definition list accessors and various private functionsFrank Warmerdam
2004-10-28removed the LIBRARY statement, it just messes up the linkFrank Warmerdam
2004-09-16* src/pj_open_lib.c: added pj_set_searchpath() provided by Eric Miller.Frank Warmerdam
2004-09-15Added some missing entry points.Frank Warmerdam
2004-04-15Added pj_get_release()Frank Warmerdam
2002-12-14added pj_is_geocentFrank Warmerdam