| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-30 | Merge pull request #324 from piyushrpt/master | Howard Butler | |
| Order of lat/lon is interpreted correctly for SCH | |||
| 2015-10-30 | Order of lat/lon is interpreted correctly for SCH | Piyush Agram | |
| 2015-10-27 | Tests: Test nzmg forward and inverse | Even Rouault | |
| 2015-10-27 | Fix compiler warnings with gcc 4.4 | Even Rouault | |
| 2015-10-27 | Merge branch 'master' of https://github.com/piyushrpt/proj.4 | Even Rouault | |
| Conflicts: nad/tv_out.dist | |||
| 2015-10-24 | Merge pull request #323 from cffk/utm-uses-etmerc | Howard Butler | |
| Switch utm to use etmerc to address issue #316. | |||
| 2015-10-24 | Switch utm to use etmerc to address issue #316. | Charles Karney | |
| Add a test to check this. Output of an existing test changed in 7th decimal place. | |||
| 2015-10-23 | - API Extension to include fwd3d / inv3d | Piyush Agram | |
| - New SCH coordinate system for radar imaging systems | |||
| 2015-10-22 | Merge pull request #321 from OSGeo/issues/269-attempt-number-2 | Howard Butler | |
| Don't fail when reading small GTX files #269 | |||
| 2015-10-21 | Don't fail when reading small GTX files #269 | Howard Butler | |
| 2015-10-17 | Fix configure.ac to add config.guess / config.sub | Even Rouault | |
| On my system (Ubuntu 10.04), ./autogen.sh doesn't copy config.guess and config.sub, which cause ./configure to fail | |||
| 2015-10-17 | Merge remote branch 'QuLogic/travis-osx' | Even Rouault | |
| 2015-10-14 | Enable testing on OS X. | Elliott Sales de Andrade | |
| 2015-10-14 | Avoid strcpy of overlapping strings. | Elliott Sales de Andrade | |
| The source and destination for strcpy must not overlap, and failure to ensure that's true causes a crash on OS X. memmove does not have such a restriction. | |||
| 2015-10-06 | Merge pull request #315 from OSGeo/issues-269-gridinfo-ctx | Howard Butler | |
| avoid read failure for minimal GTX files #269 | |||
| 2015-10-05 | Merge pull request #314 from cffk/dmstor-fix | Charles Karney | |
| testvarious: shave one digit off the requested output for test bug 244 | |||
| 2015-10-05 | avoid read failure for minimal GTX files #269 | Howard Butler | |
| 2015-10-05 | testvarious: shave one digit off the requested output for test bug 244 | Charles Karney | |
| to ensure that tests succeed. | |||
| 2015-10-05 | Merge pull request #289 from cffk/dmstor-fix | Charles Karney | |
| Fix the constants used for degree/radian conversions. | |||
| 2015-10-01 | Take 2 of the fix to dmstor. | Charles Karney | |
| I'm making this pull request soon after the release of 4.9.2. It will cause the results that people get out of proj.4 to change very slightly. If there are problems, we'll get a chance to iron them out well before the next release. The important change is to use DEG_TO_RAD for degree to radian conversions in dmstor.c instead of the slightly inaccurate number used earlier. This necessitates a change to geod_interface.c (which previously had to work aroung the previous bad behavior). PJ_aeqd.c now does conversions in a compatible manner. In src/proj_api.h, DEG_TO_RAD and RAD_TO_DEG are both given to 17 significant figures (this is just a cosmetic change). I've "fixed" the testvarious tests so that they still pass (on my system at least). Everyone should be suitably skeptical of my fixes. (1) Minor changes to "Test bug 244" and only ask for nanometer (instead of picometer) accuracy on positions. (2) 2 lon_wrap tests now return 0dE instead of 360dE (now it's tight?) (3) The results for the forward healpix projection of (-180, +90) and (-180, -90) are now different. I have put the new values into tv_out.dist. I'm fairly confident that the new values are OK, since this projection has various cuts which meet at the poles. It would be good if someone who knows about this projection can verify this. | |||
| 2015-10-01 | Merge branch 'master' into dmstor-fix | Charles Karney | |
| 2015-10-01 | Merge pull request #313 from cffk/cmakeversioncheck-fix | Charles Karney | |
| Fix cmake version check so it works for cmake 3.x | |||
| 2015-10-01 | Fix cmake version check so it works for cmake 3.x | Charles Karney | |
| 2015-10-01 | Merge branch 'master' into dmstor-fix | Charles Karney | |
| 2015-09-10 | Merge pull request #282 from QuLogic/no-generated-files | Howard Butler | |
| Remove generated files and minor build updates | |||
| 2015-09-10 | Merge pull request #306 from QuLogic/update-travis | Howard Butler | |
| Update travis | |||
| 2015-09-10 | Switch to Travis' container-based infrastructure. | Elliott Sales de Andrade | |
| It starts and runs a bit faster. | |||
| 2015-09-10 | Use released version of cpp-coveralls. | Elliott Sales de Andrade | |
| There doesn't seem to be any reason to use the git version at the moment. | |||
| 2015-09-10 | BLD: Build autotools files at start of Travis run. | Elliott Sales de Andrade | |
| 2015-09-10 | BLD: Remove proj_config.h.in. | Elliott Sales de Andrade | |
| It's generated by autoheader, which was mysteriously left out of autogen.sh. | |||
| 2015-09-10 | BLD: Change INCLUDES to AM_CPPFLAGS. | Elliott Sales de Andrade | |
| The former is deprecated and automake emits a warning about it. | |||
| 2015-09-10 | BLD: Use AS_HELP_STRING for JNI option help. | Elliott Sales de Andrade | |
| 2015-09-10 | BLD: Remove AM_MAINTAINER_MODE. | Elliott Sales de Andrade | |
| This setting does not help anything. | |||
| 2015-09-10 | BLD: Use new AC_CONFIG_FILES and AC_OUTPUT syntax. | Elliott Sales de Andrade | |
| 2015-09-10 | BLD: Remove useless script. | Elliott Sales de Andrade | |
| 2015-09-10 | BLD: Remove generated files. | Elliott Sales de Andrade | |
| 2015-09-10 | BLD: Remove Makefile.in. | Elliott Sales de Andrade | |
| These files are generated by automake. | |||
| 2015-09-10 | BLD: Rename configure.in to configure.ac. | Elliott Sales de Andrade | |
| 2015-09-10 | increment libtool versioning to 10:0:0 to account for PVALUE symbol rename #273 | Howard Butler | |
| 2015-09-10 | Merge pull request #305 from sisyphus/win32-PVALUE-issue-ticket-#273 | Howard Butler | |
| Win32 pvalue issue ticket #273 | |||
| 2015-09-10 | update NEWS | Howard Butler | |
| 2015-09-10 | Regenerate src/proj_config.h.in | Even Rouault | |
| 2015-09-11 | win32 PVALUE issue | sisyphus | |
| 2015-09-11 | win32 PVALUE issue | sisyphus | |
| 2015-09-10 | check and set HAVE_PTHREAD_MUTEX_RECURSIVE in CMake for #303 | Howard Butler | |
| 2015-09-10 | increment ChangeLog in preparation for 4.9.2RC2 | Howard Butler | |
| 2015-09-10 | Merge pull request #304 from mraspaud/master | Howard Butler | |
| Don't return values when doing inverse projections outside of the mollweide map | |||
| 2015-09-10 | Regenerate configure | Even Rouault | |
| 2015-09-10 | Merge remote branch 'turepalsson/issue-302' | Even Rouault | |
| 2015-09-09 | Don't return values when doing inverse projections outside of the mollweide map. | Martin Raspaud | |
| Signed-off-by: Martin Raspaud <martin.raspaud@smhi.se> | |||
