| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-03 | Add 'echo' and 'skip' command to gie docs | Kristian Evers | |
| 2018-04-03 | Add --skip-lines option to cct | Kristian Evers | |
| With this it is possible to skip the header when transforming coordinates from a file. | |||
| 2018-04-03 | Remove proj.spec file | Kristian Evers | |
| The file seem to be unused by the packagers and we don't use ourselves. Instead of trying to keep it up to date with each release we might as well get rid of the thing. | |||
| 2018-04-03 | Add yyyymmdd temporal unit to unitconvert docs | Kristian Evers | |
| 2018-04-03 | Update documentation for 5.0.1 | Kristian Evers | |
| 2018-04-02 | Add test cases for aeqd projection | Kristian Evers | |
| 2018-04-01 | Add tests extra test cases for the gnomonic projection | Kristian Evers | |
| 2018-03-31 | Merge remote-tracking branch 'osgeo/master' into doc-improvements | Kristian Evers | |
| 2018-03-31 | Use Sphinx option directives to document PROJ options | Kristian Evers | |
| Instead of listing the various projection options in a table we write them as :option: tags instead. This makes it easier to write a more elaborate description of the parameter. Additionally we can create "master"-description of commonly used parameters such as +lon_0 and +k_0 and include them where necessary. This is handled in separate files, one for each common parameters, that are stored in docs/source/operations/options/. | |||
| 2018-03-31 | Improve PDF docs slightly | Kristian Evers | |
| 2018-03-30 | Merge pull request #913 from rouault/t_obs_doc_and_log_improvements | Kristian Evers | |
| Improve log and documentation regarding t_obs in helmert and deformation operations | |||
| 2018-03-30 | Improve log and documentation regarding t_obs in helmert and deformation ↵ | Even Rouault | |
| operations | |||
| 2018-03-30 | Merge pull request #912 from kbevers/ortho-tests | Kristian Evers | |
| Tests and bugfix for the Orthographic projection | |||
| 2018-03-30 | Add test cases from Snyder for the Orthographic projection | Kristian Evers | |
| 2018-03-30 | Return HUGE_VAL when errors are encountered | Kristian Evers | |
| 2018-03-29 | Fix a few formatting errors | Kristian Evers | |
| 2018-03-28 | Add default values to +lon_0 and +lat_0 options in ortho docs | Kristian Evers | |
| 2018-03-28 | Add info table to orthographic projection docs | Kristian Evers | |
| 2018-03-27 | Check for sweep_axis being an empty string in PJ_geos. (#908) | Kurt Schwehr | |
| Check for sweep_axis being an empty string in PJ_geos | |||
| 2018-03-27 | Merge pull request #901 from mwtoews/dot4 | Kristian Evers | |
| Rename CMake infrastructure to remove 4 | |||
| 2018-03-27 | Merge pull request #907 from kbevers/print-help | Kristian Evers | |
| Print help | |||
| 2018-03-27 | Merge pull request #906 from kbevers/validate-pipeline-units | Kristian Evers | |
| Validate pipeline units | |||
| 2018-03-27 | Print help text when callin gie without arguments | Kristian Evers | |
| Previously gie would return "Nothing to do" when called without arguments. With this change the help text is returned instead. | |||
| 2018-03-27 | Free memory on exit | Kristian Evers | |
| 2018-03-27 | Print help when calling cct without arguments | Kristian Evers | |
| Previously when calling cct without any arguments the following message would be presented to the user: cct: Bad transformation arguments - ((null)) 'cct -h' for help With this change the help instructions are returned instead. | |||
| 2018-03-27 | Document --version option in cct and gie | Kristian Evers | |
| 2018-03-27 | Change units of axisswap to 'whatever' | Kristian Evers | |
| Since units are validated during pipeline setup we need to make sure that axisswap can be used for more than just projected outputs. | |||
| 2018-03-27 | Validate that units match between pipeline steps | Kristian Evers | |
| As suggested in [0], steps in a pipeline are now checked for compliance. If the right side units in step n differ from the left side units in step n+1 the pipeline can't be constructed and an error is raised. [0] https://lists.osgeo.org/pipermail/grass-dev/2018-March/088123.html | |||
| 2018-03-26 | Merge pull request #902 from schwehr/gie-time | Kristian Evers | |
| gie.c: Initialize test_time other fields. | |||
| 2018-03-26 | Initialize test_time other fields. | Kurt Schwehr | |
| Leaving x, y, z fields unset triggers an MSAN failure. fwd_prepare pj_fwd.c:40:9 pj_fwd4d pj_fwd.c:260:15 proj_trans proj_4D_api.c:166:20 test_time gie.c:1955:11 | |||
| 2018-03-26 | Tidy soci/proj4 references | Mike Toews | |
| 2018-03-26 | Restore PROJECT-NAME as PROJ4 | Mike Toews | |
| 2018-03-25 | Merge pull request #899 from schwehr/proj_etmerc-inf-zone-b76304619 | Kristian Evers | |
| Catch over range lam0 in proj_etmerc.c | |||
| 2018-03-25 | Catch over range lam0 in proj_etmerc.c | Kurt Schwehr | |
| lam0 of inf caused a nan in the cast to int. Picked +/-1000 for lam0 as a guess for what constitutes reduculously large values. proj_etmerc.c:361:16: runtime error: nan is outside the range of representable values of type 'int' Found with autofuzz: UndefinedBehaviorSanitizer: float-cast-overflow | |||
| 2018-03-26 | Rename CMake infrastructure to remove 4 | mwtoews | |
| 2018-03-25 | Merge pull request #900 from mwtoews/dot4 | Kristian Evers | |
| Rename PACKAGE_NAME: PROJ.4 Projections -> PROJ | |||
| 2018-03-25 | Add PACKAGE_URL for autoconf/CMake | mwtoews | |
| 2018-03-25 | PACKAGE_NAME: PROJ.4 Projections -> PROJ | mwtoews | |
| 2018-03-25 | Merge pull request #898 from aaronpuchert/compile-flags | Kristian Evers | |
| Don't set -std=c89 in CMakeLists.txt | |||
| 2018-03-25 | Merge pull request #893 from schwehr/horner-overflow | Kristian Evers | |
| horner: Fail if the order is unreasonably large. | |||
| 2018-03-24 | Don't set -std=c89 in CMakeLists.txt | Aaron Puchert | |
| This allows us to take advantage of newer features when they are available. However, builds on Travis still use -std=c89 to ensure C89 compatibility. Locally this can be achieved with either * cmake -DCMAKE_C_STANDARD=90 .. * cmake -DCMAKE_C_FLAGS='-std=c89' .. * C_FLAGS='-std=c89' cmake .. We also reorder the warning flags: they are all part of the standard build now, but -Werror is only applied on Travis. Fixes #892. | |||
| 2018-03-24 | Merge pull request #896 from cffk/assertNaN | Kristian Evers | |
| geodtest: introduce assertNaN. geodesic: comment on non-use of pj_is_nan. | |||
| 2018-03-24 | Merge pull request #895 from schwehr/use-pj-is-nan | Kristian Evers | |
| Use pj_is_nan rather than x == x or x != x (#894) | |||
| 2018-03-23 | Merge remote-tracking branch 'osgeo/master' | Kristian Evers | |
| 2018-03-23 | Use the proper functions and variable names example program | Kristian Evers | |
| 2018-03-23 | Use pj_is_nan rather than x == x or x != x in pj_apply_vgridshift.c (#894) | Kurt Schwehr | |
| 2018-03-23 | geodtest.c, checkNaN: print arg on failure. | Charles Karney | |
| 2018-03-23 | assertEquals -> checkEquals, assertNaN -> checkNaN. | Charles Karney | |
| 2018-03-23 | geodtest: introduce assertNaN. geodesic: comment on non-use of pj_is_nan. | Charles Karney | |
| 2018-03-23 | horner: Fail if the order is unreasonably large. | Kurt Schwehr | |
| Overflow in horner_alloc with "2*(int)order" Found with autofuzz with UndefinedBehaviorSanitizer: signed-integer-overflow | |||
