aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-08-16add bin_geodtest.cmake and geodtest.c to distributionHoward Butler
2016-08-15increment version numbers for 4.9.3RC1Howard Butler
2016-07-28Implemented Times projectionKristian Evers
2016-07-14Suppressed warning about redefining MUTEX_win32Kristian 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-06-14Merge pull request #395 from kbevers/better-test-dataKristian Evers
Better test data for gs48, gs50 and alsk
2016-06-14Merge pull request #385 from kbevers/krovak-without-C_xKristian Evers
Complete overhaul of Krovak projection code (was "Remove unused C_x parameter from krovak projection.")
2016-06-13Adjusted xy tolerances for alsk, gs48 and gs50 a bitKristian Evers
2016-06-13New test data for gs48, gs50 and alsk which is inside the defined areas for ↵Kristian Evers
the given projections. Also fixed spelling error in header.
2016-06-10Make proj -VC selftest return exit code of number of test failures.Micah Cochran
2016-06-08Added +ellps argument to self-test call since it might be the reason the ↵Kristian Evers
self-test fails on travis
2016-06-07Complete overhaul of Krovak projection. Remove unused and duplicate code. ↵Kristian Evers
Using standard variables from P and added an opaque object to P which has shared values used both in forward and inverse calculations. Added more background information to comments.
2016-05-31correct M_PI_HALFPI valueMicah Cochran
last digit changed to 9
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-05-24Removed unused opaque object (the only parameter, C_x, never used)Kristian Evers
2016-05-23Make nad2bin output reproducible.Bas Couwenberg
Init CTABLE.id char[80] variable with zeroes, so that nad2bin output does not depend on memory state before call, and hence be reproducible.
2016-05-19Removed a few superfluous assignments and an erroneously committed fileThomas Knudsen
An intermediate file, PJ_etmerc.c, was mistakenly committed in 1b17a573ffb07e9565e0df296e2a3a21bce8e971 P->pfree and P->descr were being identically reinitialized in a few of the first files converted - and in the last: proj_etmerc.c
2016-05-18Adding a missing #endifThomas Knudsen
PJ_aea.c lost one line too many when removing the final stubs in the previous commit.
2016-05-18Refactoring and adding self test for the last two projectionsThomas Knudsen
etmerc and utm completes the elimination of the ENTRYx style macros.
2016-05-11removing erroneously added fileThomas Knudsen
warnings.pj was recently added by mistake
2016-05-11Yet another round of minor correctionsThomas Knudsen
A few args had gone missing in the test setups for lagrng, ob_tran, omerc, mod_ster. A mixed declarations and code case corrected in proj_rouss A missing include added to test228.c
2016-05-11P->e was inadvertently changed to Q->E by a too aggressive search/replace ↵Kristian Evers
manoeuvre
2016-05-11Portability cleanups for the code in PR #6 (and a few additional source files)Thomas Knudsen
Eliminated mixed code and declarations, converted C++ style comments and probably did a few more things highlighted by running gcc with the "-W -Wall -Wextra -pedantic" flags
2016-05-04Expanded SPECIAL macroKristian Evers
2016-05-04Eliminating compile warningsKristian Evers
2016-05-04Converted schKristian Evers
2016-05-04Removed test data for the spherical test case. Not really possible to test ↵Kristian Evers
with the current setup.
2016-05-04Converted latlong. Added passing selftest in order to build.Kristian Evers
2016-05-04Converted geocent. Only testing ellipsoidal input/output - need to check the ↵Kristian Evers
spherical case
2016-05-04Converted ob_tranKristian Evers
2016-05-04Converted rouss. proj_rouss.c should probably be renamed to PJ_rouss.c at ↵Kristian Evers
some point.
2016-05-04Converted vandg4Kristian Evers
2016-05-04Converted vandg2 and vandg3Kristian Evers
2016-05-04Converted vandgKristian Evers
2016-05-03Converted eqdcKristian Evers
2016-05-03Converted eqcKristian Evers
2016-05-03Converted aeqdKristian Evers
2016-05-03Converted rpolyKristian Evers
2016-05-03Converted robinKristian Evers
2016-05-03Converted qscKristian Evers
2016-05-03Converted putp6 and putp6pKristian Evers
2016-05-03Converted putp5 and putp5pKristian Evers
2016-05-03Converted putp4p and werenKristian Evers
2016-05-03Converted putp3 and putp3pKristian Evers
2016-05-03Converted putp2Kristian Evers
2016-05-03Converted polyKristian Evers
2016-05-03Converted pattersonKristian Evers
2016-05-03Converted orthoKristian Evers