aboutsummaryrefslogtreecommitdiff
path: root/src/proj_4D_api.c
AgeCommit message (Expand)Author
2018-11-30C API: do not 'cache' PROJ context in PJ_OBJ objectsEven Rouault
2018-11-29proj_create_crs_to_crs(): rename arguments, update doc, and add a few test casesEven Rouault
2018-11-29Redirect epsg:XXXX and IGNF:XXXX CRS expansions to the database, and remove t...Even Rouault
2018-11-29cs2cs: upgrade to use proj_create_crs_to_crs()Even Rouault
2018-11-22Make proj_create_crs_to_crs() use proj_obj_create_operations() and use area o...Even Rouault
2018-11-10Remove proj_geocentric_latitude from public APIKristian Evers
2018-09-27cs2cs_emulation_setup: fix issue with non C-localeEven Rouault
2018-08-24proj_4D_api.c: fix potential null pointer dereference. Fixes https://bugs.chr...Even Rouault
2018-08-21[BREAKING] Hermert: add +convention=position_vector/coordinate_frame, forbids...Even Rouault
2018-06-18Set error codes in proj_create and proj_create_argvAaron Puchert
2018-06-01Do not pivot over WGS84 when doing cs2cs-emulation with geocentKristian Evers
2018-05-30Replace suspicious use of strncat(), despite correct in that particular case ...Even Rouault
2018-05-15IWYU: Partial PJ_natearth.c..rtodms.cKurt Schwehr
2018-04-16Collect custom C99 math functions in proj_math.hKristian Evers
2018-04-07Pipeline: make sure geocentric/cartesian space transform is done with origina...Even Rouault
2018-03-21Take into account +towgs84=0,0,0 in pipeline to still imply geodetic->cartesi...Even Rouault
2018-03-20Add 'exact' flag to Helmert operation when doing cs2cs emulation. Fixes #871....Kristian Evers
2018-03-14Add comment to justify 718495c62ed00d6bf2a60be3b67ecf7e2e8da2d2Even Rouault
2018-03-12Fix 'bufferAccessOutOfBounds,Buffer is accessed out of bounds' cppcheck warningsEven Rouault
2018-03-11Merge pull request #852 from kbevers/remove-pj_-prefix-from-static-functionsKristian Evers
2018-03-11Various typo fixesEven Rouault
2018-03-11Remove 'pj_' prefix from static functionsKristian Evers
2018-03-11Remove angle brackets for proj headers (#849)Thomas Knudsen
2018-03-08Use consistent names for PJ_COORD's in declarationsKristian Evers
2018-02-19proj_errno_reset: Also reset pj_errnoRaul Marin
2018-02-12Ensure cs2cs emulation gets correct ellipsoid defn (#798)Thomas Knudsen
2018-02-11Add proj_context_errno to API and missing proj_geod to proj.def (#791)Thomas Knudsen
2018-02-10Make the 4D API fully 4D (#788)Thomas Knudsen
2018-02-10Fix numerous bugs in the cs2cs emulationThomas Knudsen
2018-02-07Shrink PJ_XXX_INFO structs, but keep same syntax. (#775)Thomas Knudsen
2018-02-02Avoid buffer overflow - OSSFuzz issue 5903Thomas Knudsen
2018-02-01expand proj_geoc_lat to proj_geocentric_latitude (#751)Thomas Knudsen
2018-02-01make local derivatives available in PJ_FACTORThomas Knudsen
2018-01-31Renamed PJ_IO_UNITS_RADIANS to PJ_IO_UNITS_ANGULARThomas Knudsen
2018-01-31proj_roundtrip: simplify control logicThomas Knudsen
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-17Declare non-local variables as const where possibleAaron Puchert
2017-12-17Free format everywhere (#693)Thomas Knudsen
2017-11-28Free formatting of PROJ key=value pairsThomas Knudsen
2017-11-25Improve API (#683)Thomas Knudsen
2017-11-20Replace pj_ell_set with reimplementation... (#675)Thomas Knudsen
2017-11-16Introduce geodetic-geocentric conversions ... (#669)Thomas Knudsen
2017-11-15Support numerical factors only (#664)Thomas Knudsen
2017-11-12Poder autochecking again (WIP) (#652)Thomas Knudsen
2017-11-10Do not require needless plusses (#651)Thomas Knudsen
2017-11-08minor clean ups in and around proj_4D_api (#649)Thomas Knudsen
2017-11-08Improved IO predicates (#648)Thomas Knudsen
2017-11-06Eliminate the last traces of PJ_OBS (#643)Thomas Knudsen