aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_comill.c
AgeCommit message (Collapse)Author
2016-08-22Changed self-test build behaviour from opt-out to opt-inKristian Evers
2016-05-28Change math constants, similar to PR #372. Use M_ namespace with the de ↵Micah Cochran
facto standard M_PI and its ilk. Change names that are widely used in the project to be in the M_ namespace, so HALFPI becomes M_HALFPI. HALFPI is #defined as M_PI_2 (the defacto standard name). #defines _USE_MATH_DEFINES for MS Visual Studio (I didn't personally test this part, but Appveyor will not build otherwise).
2016-04-14Minor cleanups of PJ_c...Thomas Knudsen
A few cases of mixed declarations and code cleaned up, a few unused parameter warnings eliminated
2016-04-14Removed superfluous declarations in PROJECTIONKristian Evers
2016-04-13Converted Compact Miller projectionKristian Evers
2016-04-04Adding Natural Earth II and Compact MillerBojan Savric