aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-20Add .travis.ymlEven Rouault
2015-06-20Merge branch '266-inverse-stereographic-fix'Even Rouault
2015-06-20Merge branch 'gitignore'Even Rouault
2015-06-20Merge branch '149_memory_leak'Even Rouault
2015-06-20Remove extraneous ; in #define of RHO and remove no longer used vars (#281)Even Rouault
2015-06-01fix (for bernhard.bauer-marschallinger@geo.tuwien.ac.at) so thatCharles Karney
PJ_aeqd.c uses geodesics for inverse and forward projection + modification so that the geodesic structure is not global.
2015-05-31Fix extraneous parentheses warning.Elliott Sales de Andrade
This warning indicates maybe we wanted to use assignment and added the extra parentheses to silence that *other* warning about assignment in a conditional. However, we really want a conditional, and the parentheses are due to it being in a macro, so using a yoda conditional avoids the ambiguity and silences the warning.
2015-05-31Fix uninitialized variable warning.Elliott Sales de Andrade
2015-05-31Remove unused $Id$ keywords.Elliott Sales de Andrade
2015-05-30Fix signed/unsigned comparison warnings.Elliott Sales de Andrade
2015-05-30Fix warning about reversed declaration.Elliott Sales de Andrade
2015-05-30Remove unused function.Elliott Sales de Andrade
2015-05-30Remove unused variables.Elliott Sales de Andrade
2015-05-30Fix warnings about structure initializers.Elliott Sales de Andrade
2015-05-30Fix unused function argument warnings.Elliott Sales de Andrade
2015-05-30Import gitignore from SVN.Elliott Sales de Andrade
2015-05-29Fix small memory leak in pj_init.Didier Richard
2015-05-29Fix inverse stereo projection on an ellipsoid.Glynn Clements
The problem is that the setup function doesn't initialise all of the values that it needs for the ellipsoid, inverse, equatorial case. In the forward and spherical inverse cases, the equatorial case (|phi0| < 1e-10) is a simplification of the oblique case, and requires fewer parameters. However, for the ellipsoid inverse case (e_inverse), the oblique calculation is used, but the setup function doesn't initialise all of the parameters.
2015-05-20Update to version 1.43 of the geodesic routines. This fixes twoCharles Karney
relatively obscure problems. (1) The business of returning an unrolled longitude with the solution to the direct problem was broken for west-going geodesics. (2) For flattening > 1/100, a slight inaccurate result was returned for a12 in the direct calculation. git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2656 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-05-20apply patch from #271 to use GTX null value 88.88880f for vertical shiftsHoward Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2655 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-05-20Fix botched patch that removed proj_def.dat from distro in r2540 #274Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2654 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-03-04add testflaky and tf_out.dist to Makefile.amHoward Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2649 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-03-04update libtool to a generic linux i386 version4.9.1Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2648 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-03-04update release date to todayHoward Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2647 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-03-04move flakey tests into their own script so they aren't run with 'make check' ↵Howard Butler
by default #255 git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2646 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-03-03Append _d to debug versions of library and tools so that release and debug ↵Charles Karney
versions can be installed together git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2645 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-03-03Switch cmake name from PROJ to PROJ4Charles Karney
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2644 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-25another attempt at trimming down the test precision to satisfy i386 #255Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2638 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-24Fix #265, remove HTML timestamps in doxygen outputHoward Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2637 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-24Dial back test sensitivity #255Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2636 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-23update AUTHORS with myself and CharlesHoward Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2635 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-23add missing MSVC compilers to cmake configHoward Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2634 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-22add #264 cmake scripts to cmake/Makefile.amHoward Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2633 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-22More CMake churn #264Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2632 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21autogen'd stuff in preparation for 4.9.1RC3Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2631 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21nad/epsg: regenerate nad/epsg with GDAL r28536 to avoid precision loss in ↵Even Rouault
TOWGS84 parameters, e.g. on Amersfoort / RD EPSG:4289 (#260) git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2630 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21align CMake SOVERSION with autotools #263Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2629 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21clean up include installation for CMake #262Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2628 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21update NEWSEven Rouault
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2627 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21define default PROJ_LIB location for CMake build #261Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2626 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21cmake build: install nad.lst, geodesic.h. But not emess.h and pj_list.h ↵Even Rouault
(from Charles Karney) git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2625 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21src/pj_gridinfo.c: remove trailing / from preprocessor line (from Charles ↵Even Rouault
Karney) git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2624 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21src/PJ_aitoff.c: define M_PI and M_PI_2 (needed for Windows) (from Charles ↵Even Rouault
Karney) git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2623 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21src/lib_proj.cmake: remove space from variable name to suppress policy ↵Even Rouault
warning. (from Charles Karney) git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2622 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21src/bin_nad2bin.cmake: backward test for nad2nad warning. bad directory ↵Even Rouault
specified for emess (from Charles Karney) git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2621 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21fix various issues in man pages (#259)Even Rouault
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2620 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21nad/Makefile.am: compatibility with proj-datumgrids-1.6RC1 (patch by ↵Even Rouault
sebastic, #249) git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2619 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21fix install target when no .lla files are in nad subdirectoryEven Rouault
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2618 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21install missing CMake support files for dist-all targetEven Rouault
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2617 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21bump SOVERSION to 9:0:0 for 4.9.1 release (removed symbols from PJ_healpix)Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2616 4e78687f-474d-0410-85f9-8d5e500ac6b2