| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-22 | Merge pull request #405 from kbevers/selftest-compile-flag4.9.3 | Howard Butler | |
| Changed self-test build behaviour from opt-out to opt-in | |||
| 2016-08-22 | Changed self-test build behaviour from opt-out to opt-in | Kristian Evers | |
| 2016-08-21 | Merge pull request #399 from kbevers/non-computable-init-healpix | Howard Butler | |
| Eliminate load time non-computable initializers in healpix | |||
| 2016-08-21 | Merge pull request #400 from kbevers/times-projection | Howard Butler | |
| Implementation of Times projection | |||
| 2016-08-21 | Merge pull request #386 from micahcochran/py-gigs-test4 | Howard Butler | |
| Add GIGS tests. | |||
| 2016-08-21 | Merge pull request #402 from OSGeo/whitespace-normalization | Howard Butler | |
| whitespace normalization for proj 4.9.3RC3 | |||
| 2016-08-18 | whitespace normalization for proj 4.9.3RC3 | Howard Butler | |
| 2016-08-17 | EPSG db 8.9 update -- previous updates missed Kyrg codes | Howard Butler | |
| 2016-08-16 | fix incorrect Makefile.am definition in de19a33f3003ec4a2c32e40f8421c7fbefbd6e94 | Howard Butler | |
| 2016-08-16 | continuing update to EPSG db 8.9 (no substantive changes) | Howard Butler | |
| 2016-08-16 | update EPSG db to v8.9 | Howard Butler | |
| 2016-08-16 | add bin_geodtest.cmake and geodtest.c to distribution | Howard Butler | |
| 2016-08-15 | increment version numbers for 4.9.3RC1 | Howard Butler | |
| 2016-07-28 | Implemented Times projection | Kristian Evers | |
| 2016-07-14 | Suppressed warning about redefining MUTEX_win32 | 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-07-10 | Updated link to Swiss transformation grids | Kristian Evers | |
| 2016-06-14 | Merge pull request #395 from kbevers/better-test-data | Kristian Evers | |
| Better test data for gs48, gs50 and alsk | |||
| 2016-06-14 | Merge pull request #385 from kbevers/krovak-without-C_x | Kristian Evers | |
| Complete overhaul of Krovak projection code (was "Remove unused C_x parameter from krovak projection.") | |||
| 2016-06-13 | Adjusted xy tolerances for alsk, gs48 and gs50 a bit | Kristian Evers | |
| 2016-06-13 | Merge pull request #392 from micahcochran/selftestexitcode | Kristian Evers | |
| SELFTEST: Make proj -VC selftest return exit code of number of test failures. | |||
| 2016-06-13 | New 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-12 | run proj.exe -VC in Appveyor | Micah Cochran | |
| 2016-06-10 | Make proj -VC selftest return exit code of number of test failures. | Micah Cochran | |
| 2016-06-08 | Added +ellps argument to self-test call since it might be the reason the ↵ | Kristian Evers | |
| self-test fails on travis | |||
| 2016-06-07 | Complete 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-01 | Merge pull request #382 from sebastic/manpage-improvement | Kristian Evers | |
| Add BUGS section to manpages & update old URLs. | |||
| 2016-06-01 | Merge pull request #387 from micahcochran/math_constants2 | Kristian Evers | |
| Change math constants, similar to PR #372. Use M_ namespace with the… | |||
| 2016-06-01 | Adding changes from PR #384 (Fix links in grid documentation) to master ↵ | Kristian Evers | |
| branch instead of gh-pages | |||
| 2016-05-31 | correct M_PI_HALFPI value | Micah Cochran | |
| last digit changed to 9 | |||
| 2016-05-28 | Change 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-25 | Correct 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-25 | Add 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-25 | Reformat JSON files to be more human readable. Various TESTNOTES revisions. | Micah Cochran | |
| 2016-05-24 | Add GIGS tests. Use python3 code to test in travis. | Micah Cochran | |
| 2016-05-24 | Removed unused opaque object (the only parameter, C_x, never used) | Kristian Evers | |
| 2016-05-24 | Change Homepage URL to proj4.org. | Bas Couwenberg | |
| 2016-05-23 | Merge pull request #381 from sebastic/nad2bin-reproducible-header | Even Rouault | |
| Make nad2bin output reproducible. | |||
| 2016-05-23 | Add BUGS section to manpages & update old URLs. | Bas Couwenberg | |
| 2016-05-23 | Make 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-20 | Merge pull request #373 from ↵ | Thomas Knudsen | |
| busstoptaktik/sdfe-refactor-macros--and-repair-generic-constructor-bug First steps toward simplified macros/internals | |||
| 2016-05-19 | Removed a few superfluous assignments and an erroneously committed file | Thomas 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-18 | Adding a missing #endif | Thomas Knudsen | |
| PJ_aea.c lost one line too many when removing the final stubs in the previous commit. | |||
| 2016-05-18 | Refactoring and adding self test for the last two projections | Thomas Knudsen | |
| etmerc and utm completes the elimination of the ENTRYx style macros. | |||
| 2016-05-13 | Minor | Thomas Knudsen | |
| Correcting missing whitespace in .travis.yml, introduced in previous commit | |||
| 2016-05-13 | Another minor | Thomas Knudsen | |
| Now running proj -VC before moving gcov files - learning travis & coveralls details along the way | |||
| 2016-05-13 | Corrected minor bug in PR #8 | Thomas Knudsen | |
| ./proj -VC in .travis.yml should read ./src/proj -VC | |||
| 2016-05-12 | Merge pull request #8 from kbevers/improve-coverage | busstoptaktik | |
| Improve coverage reports on coveralls | |||
