aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-07Make pj_init() locale safe and no longer modify locale (#226)Even Rouault
Remove setlocale() use in pj_init_ctx(), and replace uses of atof() & strtod() by their locale safe variants pj_atof() and pj_strtod(). Proj versions from now advertize #define PJ_LOCALE_SAFE 1 in proj_api.h and export pj_atof() & pj_strtod()
2015-07-04Add appveyour configuration fileEven Rouault
2015-07-03Merge pull request #283 from QuLogic/permsEven Rouault
Fix permissions of some files.
2015-06-28Fix permissions of some files.Elliott Sales de Andrade
These files do not need to be executable.
2015-06-28pj_mutex.c: avoid warning about pthread_mutexattr_settype being undefinedEven Rouault
2015-06-28PJ_cea.c: initialize variable that wasn't initialized when lat_ts is not definedEven Rouault
2015-06-28geodesic.c: Fix 'ISO C90 forbids mixed declarations and code' warning in GCC ↵Even Rouault
< 4.6 case
2015-06-28Merge branch '4-warning-fixes' of github.com:QuLogic/proj.4Even Rouault
2015-06-21.travis.yml: fix previous commitEven Rouault
2015-06-21.travis.yml: attempt to fix coveralls with libtoolEven Rouault
2015-06-21.travis.yml: fix typoEven Rouault
2015-06-21.travis.yml: enable coverallsEven Rouault
2015-06-21PJ_krovak.c: remove LATIN1 characters to please coverallsEven Rouault
2015-06-20Remove dead assignments.Elliott Sales de Andrade
These variables are re-written immediately after.
2015-06-20Fix possibly-uninitialized variable warnings.Elliott Sales de Andrade
Some of these should be false positives, but I re-wrote them anyway because they were unclear.
2015-06-20.travis.yml: add missing script sectionEven Rouault
2015-06-20.travis.yml: force non-interactive unzippingEven Rouault
2015-06-20.travis.yml: add builds with gridsEven Rouault
2015-06-20.travis.yml: s/CMAKE_PREFIX_INSTALL/CMAKE_INSTALL_PREFIXEven Rouault
2015-06-20Dummy commit to trigger buildEven Rouault
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