aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-17Fix configure.ac to add config.guess / config.subEven Rouault
On my system (Ubuntu 10.04), ./autogen.sh doesn't copy config.guess and config.sub, which cause ./configure to fail
2015-10-17Merge remote branch 'QuLogic/travis-osx'Even Rouault
2015-10-14Enable testing on OS X.Elliott Sales de Andrade
2015-10-14Avoid 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-06Merge pull request #315 from OSGeo/issues-269-gridinfo-ctxHoward Butler
avoid read failure for minimal GTX files #269
2015-10-05Merge pull request #314 from cffk/dmstor-fixCharles Karney
testvarious: shave one digit off the requested output for test bug 244
2015-10-05avoid read failure for minimal GTX files #269Howard Butler
2015-10-05testvarious: shave one digit off the requested output for test bug 244Charles Karney
to ensure that tests succeed.
2015-10-05Merge pull request #289 from cffk/dmstor-fixCharles Karney
Fix the constants used for degree/radian conversions.
2015-10-01Take 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-01Merge branch 'master' into dmstor-fixCharles Karney
2015-10-01Merge pull request #313 from cffk/cmakeversioncheck-fixCharles Karney
Fix cmake version check so it works for cmake 3.x
2015-10-01Fix cmake version check so it works for cmake 3.xCharles Karney
2015-10-01Merge branch 'master' into dmstor-fixCharles Karney
2015-09-10Merge pull request #282 from QuLogic/no-generated-filesHoward Butler
Remove generated files and minor build updates
2015-09-10Merge pull request #306 from QuLogic/update-travisHoward Butler
Update travis
2015-09-10Switch to Travis' container-based infrastructure.Elliott Sales de Andrade
It starts and runs a bit faster.
2015-09-10Use 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-10BLD: Build autotools files at start of Travis run.Elliott Sales de Andrade
2015-09-10BLD: Remove proj_config.h.in.Elliott Sales de Andrade
It's generated by autoheader, which was mysteriously left out of autogen.sh.
2015-09-10BLD: Change INCLUDES to AM_CPPFLAGS.Elliott Sales de Andrade
The former is deprecated and automake emits a warning about it.
2015-09-10BLD: Use AS_HELP_STRING for JNI option help.Elliott Sales de Andrade
2015-09-10BLD: Remove AM_MAINTAINER_MODE.Elliott Sales de Andrade
This setting does not help anything.
2015-09-10BLD: Use new AC_CONFIG_FILES and AC_OUTPUT syntax.Elliott Sales de Andrade
2015-09-10BLD: Remove useless script.Elliott Sales de Andrade
2015-09-10BLD: Remove generated files.Elliott Sales de Andrade
2015-09-10BLD: Remove Makefile.in.Elliott Sales de Andrade
These files are generated by automake.
2015-09-10BLD: Rename configure.in to configure.ac.Elliott Sales de Andrade
2015-09-10increment libtool versioning to 10:0:0 to account for PVALUE symbol rename #273Howard Butler
2015-09-10Merge pull request #305 from sisyphus/win32-PVALUE-issue-ticket-#273Howard Butler
Win32 pvalue issue ticket #273
2015-09-10update NEWSHoward Butler
2015-09-10Regenerate src/proj_config.h.inEven Rouault
2015-09-11win32 PVALUE issuesisyphus
2015-09-11win32 PVALUE issuesisyphus
2015-09-10check and set HAVE_PTHREAD_MUTEX_RECURSIVE in CMake for #303Howard Butler
2015-09-10increment ChangeLog in preparation for 4.9.2RC2Howard Butler
2015-09-10Merge pull request #304 from mraspaud/masterHoward Butler
Don't return values when doing inverse projections outside of the mollweide map
2015-09-10Regenerate configureEven Rouault
2015-09-10Merge remote branch 'turepalsson/issue-302'Even Rouault
2015-09-09Don't return values when doing inverse projections outside of the mollweide map.Martin Raspaud
Signed-off-by: Martin Raspaud <martin.raspaud@smhi.se>
2015-09-09Move #include "proj_config.h" inside #ifndef _WIN32Ture Pålsson
2015-09-09Use autoconf for PTHREAD_MUTEX_RECURSIVE (#302)Ture Pålsson
On FreeBSD 10, PTHREAD_MUTEX_RECURSIVE exists, but as an enum constant, not a #define macro, so it cannot be detected using #ifdef.
2015-09-09.travis.yml: remove comparison of installed files between a make install ↵Even Rouault
from git and a make install from the dist tarball (follow-up of https://github.com/OSGeo/proj.4/pull/301)
2015-09-09Regenerate nad/Makefile.in as a follow-up of ↵Even Rouault
https://github.com/OSGeo/proj.4/pull/301
2015-09-08Merge pull request #301 from sebastic/proj-datumgrids-duplicatesHoward Butler
Don't include files in proj dist, also included in proj-datumgrids dist.
2015-09-09Don't install test & build files.Bas Couwenberg
These files should be included in the distribution tarballs, but not installed by `make install`.
2015-09-09Don't include files in proj dist, also included in proj-datumgrids dist.Bas Couwenberg
As discussed in the [Missing proj_def.dat in 4.9.1 release](http://lists.maptools.org/pipermail/proj/2015-September/007229.html) thead on the proj list, `make dist` for proj shouldn't include the datumgrid files also included in the proj-datumgrid distributions. The following files shouldn't be included in proj, because they're in proj-datumgrids already: * nad/ntf_r93.gsb (included in proj-datumgrids <= 1.6RC1) * nad/ntv1_can.dat (included in proj-datumgrids <= 1.6RC1) * nad/null.lla (included in proj-datumgrids <= 1.5) * nad/nzgd2kgrid0005.gsb (included in proj-datumgrids <= 1.6RC1) This change comprises two (partial) reverts: 1) Revert "nad/Makefile.am: add missing 'null.lla ntf_r93.gsb nzgd2kgrid0005.gsb ntv1_can.dat' to EXTRA_DIST" This reverts commit a4c7892a94667e62d62caa053ac4b51ef790741c. 2) Partial Revert "add files to EXTRA_DIST so they are removed by make uninstall" This partially reverts commit 0a7eda807da1e17f60558acebd89a08872b5b6e9.
2015-09-08autogen'd stuffHoward Butler
2015-09-08add files to EXTRA_DIST so they are removed by make uninstallHoward Butler
2015-09-08Increment version to 4.9.2 in preparation for releaseHoward Butler