aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-08update Dockerfile to xenialHoward Butler
2016-09-06update 4.9.3 release notesHoward Butler
2016-09-02Merge branch 'master' of github.com:OSGeo/proj.4Howard Butler
2016-09-02fix download linkHoward Butler
2016-09-02Merge pull request #410 from OSGeo/cmake-fix-convert-dtataHoward Butler
fix #407 -- nad2bin and convertdata interaction in cmake
2016-09-02fix #407 -- nad2bin and convertdata interaction in cmakeHoward Butler
2016-09-02Merge pull request #408 from OSGeo/issue-406-performance-improvement-aitoffHoward Butler
apply patch for #406 to improve Aitoff performance in some situations
2016-09-01Merge pull request #409 from OSGeo/documentation-updates-hobuHoward Butler
projection pages with images from Kristian
2016-09-01projection pages with images from KristianHoward Butler
2016-09-01apply patch for #406 to improve Aitoff performance in some situationsHoward Butler
2016-08-22Merge pull request #405 from kbevers/selftest-compile-flag4.9.3Howard Butler
Changed self-test build behaviour from opt-out to opt-in
2016-08-22Changed self-test build behaviour from opt-out to opt-inKristian Evers
2016-08-21Merge pull request #399 from kbevers/non-computable-init-healpixHoward Butler
Eliminate load time non-computable initializers in healpix
2016-08-21Merge pull request #400 from kbevers/times-projectionHoward Butler
Implementation of Times projection
2016-08-21Merge pull request #386 from micahcochran/py-gigs-test4Howard Butler
Add GIGS tests.
2016-08-21Merge pull request #402 from OSGeo/whitespace-normalizationHoward Butler
whitespace normalization for proj 4.9.3RC3
2016-08-18whitespace normalization for proj 4.9.3RC3Howard Butler
2016-08-17EPSG db 8.9 update -- previous updates missed Kyrg codesHoward Butler
2016-08-16fix incorrect Makefile.am definition in de19a33f3003ec4a2c32e40f8421c7fbefbd6e94Howard Butler
2016-08-16continuing update to EPSG db 8.9 (no substantive changes)Howard Butler
2016-08-16update EPSG db to v8.9Howard Butler
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-07-10Updated link to Swiss transformation gridsKristian 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-13Merge pull request #392 from micahcochran/selftestexitcodeKristian Evers
SELFTEST: Make proj -VC selftest return exit code of number of test failures.
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-12run proj.exe -VC in AppveyorMicah Cochran
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-06-01Merge pull request #382 from sebastic/manpage-improvementKristian Evers
Add BUGS section to manpages & update old URLs.
2016-06-01Merge pull request #387 from micahcochran/math_constants2Kristian Evers
Change math constants, similar to PR #372. Use M_ namespace with the…
2016-06-01Adding changes from PR #384 (Fix links in grid documentation) to master ↵Kristian Evers
branch instead of gh-pages
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-25Correct all test_json.py flake8 warnings and errors with the exception of ↵Micah Cochran
some error E501 - 'line too long errors', lines with >79 characters.
2016-05-25Add lzip, a zip function that acts like Python 2.x's zip function. In ↵Micah Cochran
Python 3.x, the zip function is iterable, which caused Python 3.x to miss some coordinate tests. Add cli argument '--test' to test_json.py to only specify one test type (conversion/roundtrip) to be ran. Change Travis testing to only perform conversion test on some JSON test files.
2016-05-25Reformat JSON files to be more human readable. Various TESTNOTES revisions.Micah Cochran
2016-05-24Add GIGS tests. Use python3 code to test in travis.Micah Cochran
2016-05-24Removed unused opaque object (the only parameter, C_x, never used)Kristian Evers
2016-05-24Change Homepage URL to proj4.org.Bas Couwenberg
2016-05-23Merge pull request #381 from sebastic/nad2bin-reproducible-headerEven Rouault
Make nad2bin output reproducible.