aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_healpix.c
AgeCommit message (Expand)Author
2018-12-26cpp conversion: minimal steps to fix compilation errors, not warningsEven Rouault
2018-12-24Fixed rHealpix projection, closing #1206.Phil Elson
2018-10-06Make PROJ_HEAD descriptions more uniformIvan Veselov
2018-05-15IWYU: Partial PJ_gstmerc.c..PJ_molodensky.cKurt Schwehr
2018-05-04Convert errno literals to corresponding PJD symbolKurt Schwehr
2018-03-11Remove 'pj_' prefix from static functionsKristian Evers
2018-03-11Remove angle brackets for proj headers (#849)Thomas Knudsen
2017-12-17Declare non-local variables as const where possibleAaron Puchert
2017-11-25Overhaul ellipsoid handling (#682)Thomas Knudsen
2017-11-20Replace pj_ell_set with reimplementation... (#675)Thomas Knudsen
2017-11-13Removed remaining traces of the built in selftest system (#661)Thomas Knudsen
2017-11-12Remove selftests from projection files starting with h, i, j, kThomas Knudsen
2017-10-19Prevent crashes and leaks on allocation failure (#606)Aaron Puchert
2017-10-06Enable default destructor for all PJ objects.Thomas Knudsen
2017-07-18Expanded *_ERROR* macros.Kristian Evers
2017-02-28Enable cppcheck and fix related mostly false-positive warningsEven Rouault
2017-02-26Raise MSVC warning level to /W4Even Rouault
2017-02-26Recent clang (e.g MacOSX) warning fixes related to double to _Bool implicit c...Even Rouault
2017-02-26Fix warnings related to -Wshadow -Wnull-dereference -Wfloat-conversionr -Wmis...Even Rouault
2016-12-18Not using proper spherical earth in tests that use a spherical projection. +a...Kristian Evers
2016-12-12Add a scripts/fix_typos.sh script and correct reported errorsEven Rouault
2016-10-14Replace calls to fabls with fabs (not using long doubles anyway). Fixes #426.Kristian Evers
2016-08-22Changed self-test build behaviour from opt-out to opt-inKristian Evers
2016-07-13Cosmetic changes to improve readabilityKristian Evers
2016-07-13Fixed a few errors that occured during refactoringKristian Evers
2016-07-13Eliminated load time non-computable initializers in healpixKristian Evers
2016-05-28Change math constants, similar to PR #372. Use M_ namespace with the de fact...Micah Cochran
2016-04-20Portability cleanups for the code in PR #5Thomas Knudsen
2016-04-19Converted healpix and rhealpixKristian Evers
2016-04-18Expanded tabs and removed trailing whitespace in an attempt at getting cleane...Kristian Evers
2015-05-31Remove unused $Id$ keywords.Elliott Sales de Andrade
2015-05-30Fix unused function argument warnings.Elliott Sales de Andrade
2013-10-03fix windows build for healpix (#223)Frank Warmerdam
2013-07-19major healpix update, fix polar scaling (#219)Frank Warmerdam
2013-06-25fix variable declaration order to be C (and msvc) legalFrank Warmerdam
2013-06-19fix unused variable warnings in healpixFrank Warmerdam
2013-06-18rename and hide sign() functionFrank Warmerdam
2012-07-05incorporate polar fix (#176)Frank Warmerdam
2012-02-20fix windows build issues (#133)Frank Warmerdam
2011-12-14added Healpix projectionFrank Warmerdam