| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-01 | travis/linux_gcc/before_install.sh: add apt-get update to fix failed ↵5.1 | Even Rouault | |
| installation of cppcheck | |||
| 2018-05-24 | Merge remote-tracking branch 'osgeo/master'5.1.0 | Kristian Evers | |
| 2018-05-24 | Add missing note about removing org_proj4_Projections.h | Kristian Evers | |
| 2018-05-24 | nad/Makefile.am: add tests/test_nodata.gtx to EXTRA_DIST (fixes #1019) | Even Rouault | |
| 2018-05-24 | Fix libtool versioning, using the proper number for 'age' | Kristian Evers | |
| 2018-05-24 | Merge pull request #1017 from kbevers/5.1-prep | Kristian Evers | |
| 5.1.0 preparation | |||
| 2018-05-24 | Update NEWS for 5.1.0 | Kristian Evers | |
| 2018-05-24 | Update man pages in preparation for new release | Kristian Evers | |
| 2018-05-24 | Update version numbers for 5.1.0 release | Kristian Evers | |
| 2018-05-24 | Merge pull request #949 from kbevers/return-nans-quickly | Kristian Evers | |
| Return NaN coordinate immediately when receiving NaN input | |||
| 2018-05-24 | Temporal gridshifting (#1015) | Kristian Evers | |
| Temporal gridshifts allow [h|v]gridshift operations to be used as step functions in a pipeline. This is useful in transformations dealing with deformations caused by earthquakes. See the included documentation for details. | |||
| 2018-05-24 | Handle double to int typecasts in ISEA better | Kristian Evers | |
| Originally the code was doing double to int conversions like y = (int)(x + 0.5) which results in rounding when typecasting. In an earlier attempt to avoid buffer overflows in integer typecasts this was changed to y = lround(x + 0.5) which doesn't give the origial results. We fix that here by instead doing y = lround(x) It is safe to so as long as x is positive. | |||
| 2018-05-24 | Docs: fix wrong spelling of t_obs and t_epoch | Even Rouault | |
| 2018-05-24 | Merge pull request #1013 from schwehr/proj_strtod_header | Kristian Evers | |
| Use proj_strtod.h for proj_strtod and proj_atof | |||
| 2018-05-24 | Merge pull request #1012 from kbevers/behaviour-differences | Kristian Evers | |
| Add doc section with description of behavioural changes between versions | |||
| 2018-05-24 | Add doc section with description of behavioural changes between PROJ versions | Kristian Evers | |
| 2018-05-24 | Merge pull request #1014 from schwehr/gie-rst-indent | Kristian Evers | |
| Fix indentation in gie roundtrip option | |||
| 2018-05-23 | Fix indentation in gie roundtrip option | Kurt Schwehr | |
| 2018-05-23 | Use proj_strtod.h for proj_strtod and proj_atof | Kurt Schwehr | |
| 2018-05-23 | Merge pull request #1011 from schwehr/gie-roundtrip | Kristian Evers | |
| Limit the number of round trips to 1 million and check for underflows | |||
| 2018-05-23 | gie roundtrip: Expand the 3 cases for the args | Kurt Schwehr | |
| 2018-05-23 | Add pj_isnan to proj.def to avoid linking errors for some MSVC versions | Kristian Evers | |
| 2018-05-23 | Merge branch 'master' into return-nans-quickly | Kristian Evers | |
| 2018-05-22 | Limit the number of round trips to 1 million and check for underflows | Kurt Schwehr | |
| Why was fabs applied to ntrips? And why is it parsed as a float? Also add documentation for roundtrip. External rst docs do not match this function. | |||
| 2018-05-22 | Horner degree must be a positive integer (#1005) | Kurt Schwehr | |
| Found with autofuzz | |||
| 2018-05-21 | Merge pull request #1007 from schwehr/pj_isea_cleanup | Kristian Evers | |
| Pj isea cleanup | |||
| 2018-05-20 | isea: Use PJ_TODEG and PJ_TORAD (#991) | Kurt Schwehr | |
| 2018-05-19 | Add documentation for Include What You Use (IWYU) (#1006) | Kurt Schwehr | |
| Docs requested in discussion of #1000 | |||
| 2018-05-19 | Partial clean isea defines and includes | Kurt Schwehr | |
| - Move includes to the top - Move #defines to the top after includes - Get M_PI and DEG90 from projects.h | |||
| 2018-05-19 | Merge branch 'master' into pj_isea_cleanup | Kurt Schwehr | |
| 2018-05-19 | Merge pull request #1004 from rouault/fix_1002 | Kristian Evers | |
| Vertical grid shift: do not interpolate node values at nodata value (fixes #1002) | |||
| 2018-05-19 | Undef isnan if already defined before redefining it (typically with MSVC) | Even Rouault | |
| 2018-05-19 | Vertical grid shift: do not interpolate node values at nodata value (fixes ↵ | Even Rouault | |
| #1002) | |||
| 2018-05-16 | Merge pull request #1000 from schwehr/iwyu | Kristian Evers | |
| IWYU: Partial PJ_natearth.c..rtodms.c | |||
| 2018-05-15 | IWYU: Partial PJ_natearth.c..rtodms.c | Kurt Schwehr | |
| 2018-05-15 | Merge pull request #999 from schwehr/iwyu | Kristian Evers | |
| IWYU: Partial PJ_gstmerc.c..PJ_molodensky.c | |||
| 2018-05-15 | IWYU: Partial PJ_gstmerc.c..PJ_molodensky.c | Kurt Schwehr | |
| 2018-05-15 | Merge pull request #998 from schwehr/iwyu | Kristian Evers | |
| IWYU: Partial PJ_aitoff.c..PJ_goode.c | |||
| 2018-05-15 | IWYU: Partial PJ_aitoff.c..PJ_goode.c | Kurt Schwehr | |
| 2018-05-14 | Revert "Set projection plot scale to 100% for better PDF output" | Kristian Evers | |
| This had unexpected side-effects when building the HTML docs on Travis compared to locally. The correct solution would be to set different scaling depending on the output. This reverts commit 325477ed0fac2c9233c2f6a2b7bb4125e04df24c. | |||
| 2018-05-14 | Set projection plot scale to 100% for better PDF output | Kristian Evers | |
| 2018-05-14 | Merge pull request #994 from Geomatys/master | Kristian Evers | |
| Set version number and improve documentation | |||
| 2018-05-14 | Merge pull request #997 from schwehr/iwyu | Kristian Evers | |
| Partial changes for IWYU | |||
| 2018-05-14 | Partial changes for IWYU | Kurt Schwehr | |
| 2018-05-13 | ISEA_STATIC -> static (#995) | Kurt Schwehr | |
| As this is a part of PROJ, having these functions possibly not static is confusing. Time to declare this is just a part of PROJ. | |||
| 2018-05-13 | Keep static on the same line as the function | Kurt Schwehr | |
| 2018-05-12 | ISEA_STATIC -> static | Kurt Schwehr | |
| As this is a part of PROJ, having these functions possibly not static is confusing. Time to declare this is just a part of PROJ. | |||
| 2018-05-12 | Be more careful about the files that we move to C 'src' directory: | Martin Desruisseaux | |
| since there is no header files starting with "org_" except JNI files, moving the "org_*.h" file should guarantee that we will not overwrite non-JNI file. The use of wildcard is for "org_osgeo_..." which may be added in a future version. This commit also opportunistically fixes minimum Ant version number in documentation. | |||
| 2018-05-12 | Fix version history: Java bridge 2.0 was compatible with PROJ 4.8 (not 4.9) ↵ | Martin Desruisseaux | |
| and above. The PROJ 4.8 version was compatible with both Java bridges 1.0 and 2.0. | |||
| 2018-05-12 | Update JNI README.md with a note that Windows users need to use a different ↵ | Martin Desruisseaux | |
| path separator. | |||
