aboutsummaryrefslogtreecommitdiff
path: root/src/projects.h
AgeCommit message (Expand)Author
2018-04-16Collect custom C99 math functions in proj_math.hKristian Evers
2018-03-11typo fix: Rename PJD_ERR_UNKNOW_UNIT_ID as PJD_ERR_UNKNOWN_UNIT_IDEven Rouault
2018-02-12typedef some recurring function signaturesThomas Knudsen
2018-02-09Avoid XY, LP and UV datatype clashes with other libraries.Kristian Evers
2018-02-07Shrink PJ_XXX_INFO structs, but keep same syntax. (#775)Thomas Knudsen
2018-02-01Remove Windows CE cruft (wince/msvc80)Mateusz Loskot
2018-02-01Remove unnecessary functions and restructure proj.def. Closes #728Kristian Evers
2018-01-31Renamed PJ_IO_UNITS_RADIANS to PJ_IO_UNITS_ANGULARThomas Knudsen
2018-01-31Introduce compatibility for cs2cs-style proj-strings into the 4D API.Thomas Knudsen
2018-01-08Discern between 2D projected and 3D cartesian linear units (#732)Thomas Knudsen
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-27Replace some asserts by compile-time assertionsAaron Puchert
2017-11-25Improve API (#683)Thomas Knudsen
2017-11-22Avoid div-by-zero in rf setupThomas Knudsen
2017-11-20Replace pj_ell_set with reimplementation... (#675)Thomas Knudsen
2017-11-15Support numerical factors only (#664)Thomas Knudsen
2017-11-13Removed remaining traces of the built in selftest system (#661)Thomas Knudsen
2017-11-11Merge pull request #647 from kbevers/use_have_c99_mathKristian Evers
2017-11-10Use HAVE_C99_MATH instead of _WIN32_ and __ANSI__Kristian Evers
2017-11-08minor clean ups in and around proj_4D_api (#649)Thomas Knudsen
2017-11-06Eliminate the last traces of PJ_OBS (#643)Thomas Knudsen
2017-11-05Improve ISO 19000 alignment (#639)Thomas Knudsen
2017-11-05Pipeline cleanup (WIP) (#637)Thomas Knudsen
2017-10-28Allow nested pipelines. (#629)Kristian Evers
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-19Prevent crashes and leaks on allocation failure (#606)Aaron Puchert
2017-10-06Change PJ.left default from PJ_CLASSIC to PJ_RADIANSThomas Knudsen
2017-10-06Enable default destructor for all PJ objects.Thomas Knudsen
2017-09-28Add PJD_ERR_* aliases for error numbers without oneKristian Evers
2017-09-28Support a default destructor for PJ objectsThomas Knudsen
2017-08-07Adding info functions to proj.h API. (#551)Kristian Evers
2017-07-18Merge pull request #548 from kbevers/remove-error-macrosKristian Evers
2017-07-18Expanded *_ERROR* macros.Kristian Evers
2017-07-14Make sure to use custom hypot() when building as ANSI C (not defined before C...Kristian Evers
2017-07-10Introducing the Molodensky transform (#541)Kristian Evers
2017-07-07obs_api revision and improvements: new namespace etc. (#530)Thomas Knudsen
2017-06-08PJ_comill.c: avoid infinite loop in inverse method. Credit to OSS FuzzEven Rouault
2017-06-02Disallow usage of m<0 and n<0 in gn_sinu.Kristian Evers
2017-06-01Disallow +s=0 when in 4-param. mode.Kristian Evers
2017-05-19Unit conversion pseudo-projection.Kristian Evers
2017-02-27Merge pull request #487 from PositiveArrow/c11_compilationEven Rouault
2017-02-26Fix warnings related to -Wshadow -Wnull-dereference -Wfloat-conversionr -Wmis...Even Rouault
2017-02-10Consistent precision for mathematical macrosEtienne Jacques
2017-02-10Fix compilation with gcc with -std=c11 option.Etienne Jacques
2016-12-12Add a scripts/fix_typos.sh script and correct reported errorsEven Rouault
2016-11-20Plumbing for pipelines (#453)Thomas Knudsen