| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-07 | nad/Makefile.am: add missing 'null.lla ntf_r93.gsb nzgd2kgrid0005.gsb ↵ | Even Rouault | |
| ntv1_can.dat' to EXTRA_DIST | |||
| 2015-09-07 | Add compile (from automake-1.14.1), and regenerate Makefile.in properly ↵ | Even Rouault | |
| (thus reverting 152e3dcf65c2d8a0f2d210ddb2a3fae8bbe2307e) and nad/Makefile.in (follow-up of #297) | |||
| 2015-09-07 | Merge remote branch 'sebastic/include-proj_def.dat-in-dist' | Even Rouault | |
| 2015-09-07 | Re-add proj_def.dat in nad/CMakeLists.txt (#274) | Even Rouault | |
| 2015-09-07 | Remove ghost 'compile' file mentionned in DIST_COMMON from Makefile.in, that ↵ | Even Rouault | |
| cause 'make dist-all' to fail | |||
| 2015-09-07 | .travis.yml: test also 'make dist-all' target | Even Rouault | |
| 2015-09-06 | Include proj_def.dat in release tarballs too (#274). | Bas Couwenberg | |
| Adding proj_def.dat to pkgdata_DATA in ef4c492 is not sufficient to also have the file included in the tarballs generated via `make dist-all`. | |||
| 2015-09-06 | Fix typo in script description too. | Bas Couwenberg | |
| 2015-09-06 | Fix 'flaky' typo, causing `make dist-all` failure. | Bas Couwenberg | |
| nad/Makefile.am uses nad/testflaky, but the file was named nad/testflakey. | |||
| 2015-08-25 | pj_transform(): fix crash with z == NULL if vertical grid shift is required ↵ | Even Rouault | |
| (#292) | |||
| 2015-08-16 | Drop in the latest geodesic library from GeographicLib (version 1.44). | Charles Karney | |
| http://geographiclib.sourceforge.net/1.44/C/index.html The changes are: - Improve accuracy of calculations by evaluating trigonometric functions more carefully and replacing the series for the reduced length with one with a smaller truncation error. - The allowed ranges for longitudes and azimuths is now unlimited; it used to be [-540d, 540d). - Enforce the restriction of latitude to [-90d, 90d] by returning NaNs if the latitude is outside this range. - The inverse calculation sets s12 to zero for coincident points at pole (instead of returning a tiny quantity). This commit also includes a work-around for an inaccurate value for pi/180 in dmstor.c (see the definitions of DEG_IN and DEG_OUT in geod_interface.c). | |||
| 2015-08-13 | Fix the constants used for degree/radian conversions. | Charles Karney | |
| In dmstor.c an inaccurate constant was used for pi/180. This meant that 90deg converted to radians and back to degrees gave a result which was larger than 90deg. The constant has been replaced by DEG_TO_RAD (defined in proj_api.h). In rtodms.c, the trailing digits in CONV were wrong; the constant has been truncated so that all the digits are corrent. | |||
| 2015-07-09 | appveyor.yml: disable running multistresstest.exe for now | Even Rouault | |
| 2015-07-09 | appveyor.yml: run multistresstest.exe in one of the confs | Even Rouault | |
| 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-07-04 | Add appveyour configuration file | Even Rouault | |
| 2015-07-03 | Merge pull request #283 from QuLogic/perms | Even Rouault | |
| Fix permissions of some files. | |||
| 2015-06-28 | Fix permissions of some files. | Elliott Sales de Andrade | |
| These files do not need to be executable. | |||
| 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 | .travis.yml: fix previous commit | Even Rouault | |
| 2015-06-21 | .travis.yml: attempt to fix coveralls with libtool | Even Rouault | |
| 2015-06-21 | .travis.yml: fix typo | Even Rouault | |
| 2015-06-21 | .travis.yml: enable coveralls | 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 | .travis.yml: add missing script section | Even Rouault | |
| 2015-06-20 | .travis.yml: force non-interactive unzipping | Even Rouault | |
| 2015-06-20 | .travis.yml: add builds with grids | Even Rouault | |
| 2015-06-20 | .travis.yml: s/CMAKE_PREFIX_INSTALL/CMAKE_INSTALL_PREFIX | Even Rouault | |
| 2015-06-20 | Dummy commit to trigger build | Even Rouault | |
| 2015-06-20 | Add .travis.yml | Even Rouault | |
| 2015-06-20 | Merge branch '266-inverse-stereographic-fix' | Even Rouault | |
| 2015-06-20 | Merge branch 'gitignore' | 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 | |
