aboutsummaryrefslogtreecommitdiff
path: root/src/projects.h
AgeCommit message (Expand)Author
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
2016-11-12Pipeline plus api - in continuation of the Genereic Coordinates pull request ...Thomas Knudsen
2016-10-24Generic coordinates (#431)Thomas Knudsen
2016-08-22Changed self-test build behaviour from opt-out to opt-inKristian Evers
2016-07-13Eliminated load time non-computable initializers in healpixKristian Evers
2016-05-31correct M_PI_HALFPI valueMicah Cochran
2016-05-28Change math constants, similar to PR #372. Use M_ namespace with the de fact...Micah Cochran
2016-04-12refactoring + added selftest for 8 more projectionsThomas Knudsen
2016-04-07pj_list cleanup + added selftest stubs for all projectionsThomas Knudsen
2016-04-05Some initial work on internal regression testsThomas Knudsen
2016-04-01First steps toward simplified macros/internalsThomas Knudsen
2016-01-24Add support for big-endian NTv2 grids (#345)Even Rouault