| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-25 | pj_transform(): fix crash with z == NULL if vertical grid shift is required ↵ | Even Rouault | |
| (#292) | |||
| 2015-07-09 | Improve multistresstest.c (and run it with Travis) and test228.c | Even Rouault | |
| 2015-07-09 | Make multistresstext.exe compile, and work, with mingw cross compiler ↵ | Even Rouault | |
| (autoconf build) | |||
| 2015-07-09 | Add multistresstest.exe target to makefile.vc | Even Rouault | |
| 2015-07-07 | Make 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-06-28 | pj_mutex.c: avoid warning about pthread_mutexattr_settype being undefined | Even Rouault | |
| 2015-06-28 | PJ_cea.c: initialize variable that wasn't initialized when lat_ts is not defined | Even Rouault | |
| 2015-06-28 | geodesic.c: Fix 'ISO C90 forbids mixed declarations and code' warning in GCC ↵ | Even Rouault | |
| < 4.6 case | |||
| 2015-06-28 | Merge branch '4-warning-fixes' of github.com:QuLogic/proj.4 | Even Rouault | |
| 2015-06-21 | PJ_krovak.c: remove LATIN1 characters to please coveralls | Even Rouault | |
| 2015-06-20 | Remove dead assignments. | Elliott Sales de Andrade | |
| These variables are re-written immediately after. | |||
| 2015-06-20 | Fix 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 | Merge branch '266-inverse-stereographic-fix' | Even Rouault | |
| 2015-06-20 | Merge branch '149_memory_leak' | Even Rouault | |
| 2015-06-20 | Remove extraneous ; in #define of RHO and remove no longer used vars (#281) | Even Rouault | |
| 2015-06-01 | fix (for bernhard.bauer-marschallinger@geo.tuwien.ac.at) so that | Charles Karney | |
| PJ_aeqd.c uses geodesics for inverse and forward projection + modification so that the geodesic structure is not global. | |||
| 2015-05-31 | Fix 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-31 | Fix uninitialized variable warning. | Elliott Sales de Andrade | |
| 2015-05-31 | Remove unused $Id$ keywords. | Elliott Sales de Andrade | |
| 2015-05-30 | Fix signed/unsigned comparison warnings. | Elliott Sales de Andrade | |
| 2015-05-30 | Fix warning about reversed declaration. | Elliott Sales de Andrade | |
| 2015-05-30 | Remove unused function. | Elliott Sales de Andrade | |
| 2015-05-30 | Remove unused variables. | Elliott Sales de Andrade | |
| 2015-05-30 | Fix warnings about structure initializers. | Elliott Sales de Andrade | |
| 2015-05-30 | Fix unused function argument warnings. | Elliott Sales de Andrade | |
| 2015-05-29 | Fix small memory leak in pj_init. | Didier Richard | |
| 2015-05-29 | Fix 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-20 | Update to version 1.43 of the geodesic routines. This fixes two | Charles 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-20 | apply patch from #271 to use GTX null value 88.88880f for vertical shifts | Howard Butler | |
| git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2655 4e78687f-474d-0410-85f9-8d5e500ac6b2 | |||
| 2015-03-04 | update release date to today | Howard Butler | |
| git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2647 4e78687f-474d-0410-85f9-8d5e500ac6b2 | |||
| 2015-03-03 | Append _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-02-22 | More CMake churn #264 | Howard Butler | |
| git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2632 4e78687f-474d-0410-85f9-8d5e500ac6b2 | |||
| 2015-02-21 | autogen'd stuff in preparation for 4.9.1RC3 | Howard Butler | |
| git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2631 4e78687f-474d-0410-85f9-8d5e500ac6b2 | |||
| 2015-02-21 | align CMake SOVERSION with autotools #263 | Howard Butler | |
| git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2629 4e78687f-474d-0410-85f9-8d5e500ac6b2 | |||
| 2015-02-21 | clean up include installation for CMake #262 | Howard Butler | |
| git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2628 4e78687f-474d-0410-85f9-8d5e500ac6b2 | |||
| 2015-02-21 | define default PROJ_LIB location for CMake build #261 | Howard Butler | |
| git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2626 4e78687f-474d-0410-85f9-8d5e500ac6b2 | |||
| 2015-02-21 | cmake 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-21 | src/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-21 | src/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-21 | src/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-21 | src/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-21 | bump 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 | |||
| 2015-02-21 | adapt Charles Karney's patches for smoother CMake #258 | Howard Butler | |
| git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2614 4e78687f-474d-0410-85f9-8d5e500ac6b2 | |||
| 2015-02-20 | update libtool build stuff in preparation for 4.9.1RC1 using 2.4.2 ↵ | Howard Butler | |
| Debian-2.4.2-1.7ubuntu1 git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2612 4e78687f-474d-0410-85f9-8d5e500ac6b2 | |||
| 2015-02-17 | 4.9.1 release preparation -- update version and NEWS | Howard Butler | |
| git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2610 4e78687f-474d-0410-85f9-8d5e500ac6b2 | |||
| 2015-02-17 | #250: Inverse solution for Winkel Tripel from Drazan Tutic | Howard Butler | |
| git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2609 4e78687f-474d-0410-85f9-8d5e500ac6b2 | |||
| 2015-02-17 | #256: CMake tweaks | Howard Butler | |
| git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2608 4e78687f-474d-0410-85f9-8d5e500ac6b2 | |||
| 2015-02-17 | apply #248 for CMake healpix compilation typo | Howard Butler | |
| git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2607 4e78687f-474d-0410-85f9-8d5e500ac6b2 | |||
| 2015-02-16 | revert r2605 due to missing files in the patch #250 | Howard Butler | |
| git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2606 4e78687f-474d-0410-85f9-8d5e500ac6b2 | |||
| 2015-02-16 | apply patch to add Winkel Tripel Inverse #250 | Howard Butler | |
| git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2605 4e78687f-474d-0410-85f9-8d5e500ac6b2 | |||
