index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
PJ_healpix.c
Age
Commit message (
Expand
)
Author
2018-12-26
cpp conversion: minimal steps to fix compilation errors, not warnings
Even Rouault
2018-12-24
Fixed rHealpix projection, closing #1206.
Phil Elson
2018-10-06
Make PROJ_HEAD descriptions more uniform
Ivan Veselov
2018-05-15
IWYU: Partial PJ_gstmerc.c..PJ_molodensky.c
Kurt Schwehr
2018-05-04
Convert errno literals to corresponding PJD symbol
Kurt Schwehr
2018-03-11
Remove 'pj_' prefix from static functions
Kristian Evers
2018-03-11
Remove angle brackets for proj headers (#849)
Thomas Knudsen
2017-12-17
Declare non-local variables as const where possible
Aaron Puchert
2017-11-25
Overhaul ellipsoid handling (#682)
Thomas Knudsen
2017-11-20
Replace pj_ell_set with reimplementation... (#675)
Thomas Knudsen
2017-11-13
Removed remaining traces of the built in selftest system (#661)
Thomas Knudsen
2017-11-12
Remove selftests from projection files starting with h, i, j, k
Thomas Knudsen
2017-10-19
Prevent crashes and leaks on allocation failure (#606)
Aaron Puchert
2017-10-06
Enable default destructor for all PJ objects.
Thomas Knudsen
2017-07-18
Expanded *_ERROR* macros.
Kristian Evers
2017-02-28
Enable cppcheck and fix related mostly false-positive warnings
Even Rouault
2017-02-26
Raise MSVC warning level to /W4
Even Rouault
2017-02-26
Recent clang (e.g MacOSX) warning fixes related to double to _Bool implicit c...
Even Rouault
2017-02-26
Fix warnings related to -Wshadow -Wnull-dereference -Wfloat-conversionr -Wmis...
Even Rouault
2016-12-18
Not using proper spherical earth in tests that use a spherical projection. +a...
Kristian Evers
2016-12-12
Add a scripts/fix_typos.sh script and correct reported errors
Even Rouault
2016-10-14
Replace calls to fabls with fabs (not using long doubles anyway). Fixes #426.
Kristian Evers
2016-08-22
Changed self-test build behaviour from opt-out to opt-in
Kristian Evers
2016-07-13
Cosmetic changes to improve readability
Kristian Evers
2016-07-13
Fixed a few errors that occured during refactoring
Kristian Evers
2016-07-13
Eliminated load time non-computable initializers in healpix
Kristian Evers
2016-05-28
Change math constants, similar to PR #372. Use M_ namespace with the de fact...
Micah Cochran
2016-04-20
Portability cleanups for the code in PR #5
Thomas Knudsen
2016-04-19
Converted healpix and rhealpix
Kristian Evers
2016-04-18
Expanded tabs and removed trailing whitespace in an attempt at getting cleane...
Kristian Evers
2015-05-31
Remove unused $Id$ keywords.
Elliott Sales de Andrade
2015-05-30
Fix unused function argument warnings.
Elliott Sales de Andrade
2013-10-03
fix windows build for healpix (#223)
Frank Warmerdam
2013-07-19
major healpix update, fix polar scaling (#219)
Frank Warmerdam
2013-06-25
fix variable declaration order to be C (and msvc) legal
Frank Warmerdam
2013-06-19
fix unused variable warnings in healpix
Frank Warmerdam
2013-06-18
rename and hide sign() function
Frank Warmerdam
2012-07-05
incorporate polar fix (#176)
Frank Warmerdam
2012-02-20
fix windows build issues (#133)
Frank Warmerdam
2011-12-14
added Healpix projection
Frank Warmerdam