aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_unitconvert.c
AgeCommit message (Expand)Author
2018-10-16Move struct definitions for proj_list_* functions to proj.hKristian Evers
2018-06-21unitconvert: error out if xy_in/xy_out z_in/z_out use different unit typesEven Rouault
2018-06-21Add support for deg, rad and grad in unitconvert (fixes #1052), and document ...Even Rouault
2018-05-30Fix warnings found by clang with new warning flags to be added in later commitEven Rouault
2018-05-23Merge branch 'master' into return-nans-quicklyKristian Evers
2018-05-15IWYU: Partial PJ_natearth.c..rtodms.cKurt Schwehr
2018-05-08Replace int typecasts with calls to lround to avoid bad conversions on NaN in...Kristian Evers
2018-03-11Various typo fixesEven Rouault
2018-03-11typo fix: Rename PJD_ERR_UNKNOW_UNIT_ID as PJD_ERR_UNKNOWN_UNIT_IDEven Rouault
2018-01-08Discern between 2D projected and 3D cartesian linear units (#732)Thomas Knudsen
2018-01-05Custom unit factors in unitconvert.Kristian Evers
2018-01-05Avoid overwriting time component with zeroKristian Evers
2017-12-17Declare non-local variables as const where possibleAaron Puchert
2017-12-17Fix integer overflow in unitconvert.Kristian Evers
2017-12-14Add time unit yyyymmdd to unitconvert operation (#707)Kristian Evers
2017-11-25Improve API (#683)Thomas Knudsen
2017-11-13Removed remaining traces of the built in selftest system (#661)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-06Merge pull request #583 from busstoptaktik/destructorThomas Knudsen
2017-10-06Enable default destructor for all PJ objects.Thomas Knudsen
2017-09-27decimalyear_to_mjd(): avoid almost infinite loop in case of crazy input. Fixe...Even Rouault
2017-09-13Introduce PJ_DEFAULT_CTX constant that improves code readabilityKristian Evers
2017-09-12Merge pull request #567 from kbevers/issue-566Even Rouault
2017-09-09Tested for wrong indices before array lookup. Fixes #566.Kristian Evers
2017-09-05PJ_unitconvert: fix memory leak. Fixes https://bugs.chromium.org/p/oss-fuzz/i...Even Rouault
2017-07-07obs_api revision and improvements: new namespace etc. (#530)Thomas Knudsen
2017-05-19Unit conversion pseudo-projection.Kristian Evers