| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-18 | Merge pull request #1276 from ↵ | Kristian Evers | |
| rouault/intermediate_crs_use_only_if_no_direct_transformation Modify the default strategy of researching intermediate CRS to do it only if there is no direct transformation | |||
| 2019-02-18 | Merge pull request #1277 from rouault/fuzzy_proj_string_comparison | Kristian Evers | |
| tests: implement fuzzy proj string comparison in a few problematic test cases on non-x86 arch (fixes #1275) | |||
| 2019-02-17 | tests: implement fuzzy proj string comparison in a few problematic test ↵ | Even Rouault | |
| cases on non-x86 arch (fixes #1275) | |||
| 2019-02-17 | Modify the default strategy of researching intermediate CRS to do it only if ↵ | Even Rouault | |
| there is no direct transformation | |||
| 2019-02-17 | Slack tolerance in deg->rad unitconvert test | Kristian Evers | |
| 2019-02-17 | Slack tolerance in deg->rad unitconvert test | Kristian Evers | |
| 2019-02-16 | Make sure proj_get_source_crs() and proj_get_target_crs() work on 'pseudo' ↵ | Even Rouault | |
| PJ object returned by proj_create_crs_to_crs() when there are several alternatives | |||
| 2019-02-16 | Make sure proj_get_source_crs() and proj_get_target_crs() work on 'pseudo' ↵ | Even Rouault | |
| PJ object returned by proj_create_crs_to_crs() when there are several alternatives | |||
| 2019-02-16 | Make sure that the PJ object returned by proj_create_crs_to_crs() is a ↵ | Even Rouault | |
| proper CoordinateOperation so that we can call proj_get_source_crs() on it for example | |||
| 2019-02-16 | Make sure that the PJ object returned by proj_create_crs_to_crs() is a ↵ | Even Rouault | |
| proper CoordinateOperation so that we can call proj_get_source_crs() on it for example | |||
| 2019-02-16 | Make sure that projinfo man-page is added to source distribution | Kristian Evers | |
| 2019-02-16 | Make sure that projinfo man-page is added to source distribution | Kristian Evers | |
| 2019-02-16 | Merge pull request #1267 from kbevers/release-prep | Kristian Evers | |
| 6.0.0 Release prep | |||
| 2019-02-16 | Update HOWTO-RELEASE with a better one-liner for generation of contributor list | Kristian Evers | |
| 2019-02-16 | Update man-pages from Sphinx-docs | Kristian Evers | |
| 2019-02-16 | Update year in CITATION | Kristian Evers | |
| 2019-02-16 | Update NEWS for 6.0.0 release | Kristian Evers | |
| 2019-02-16 | Process data in build tree (#1271) | Kristian Evers | |
| Process data in build tree | |||
| 2019-02-15 | Run appveyor tests with installed data | Kai Pastor | |
| 2019-02-15 | Remove unused `GEOID_FILES` variable | Kai Pastor | |
| 2019-02-15 | Add `null` to `PROJ_DICTIONARY` files | Kai Pastor | |
| 2019-02-15 | Merge pull request #1268 from mwtoews/cmake | Kristian Evers | |
| Improve CMake sqlite3 dependency docs | |||
| 2019-02-15 | Merge pull request #1270 from mwtoews/gitignore | Kristian Evers | |
| Rearrange .gitignore and expand content | |||
| 2019-02-15 | Merge pull request #1265 from dg0yt/gtest-mingw | Kristian Evers | |
| Fix issues with Gtest and MinGW | |||
| 2019-02-15 | Copy test data files to build tree | Kai Pastor | |
| 2019-02-15 | Create SQL files in build tree | Kai Pastor | |
| 2019-02-15 | DROP pointless GRIDSHIFT_FILES assignment | Kai Pastor | |
| 2019-02-16 | Improve CMake sqlite3 dependency docs | Mike Taves | |
| 2019-02-16 | Rearrange .gitignore and expand content | Mike Taves | |
| 2019-02-15 | Fix size_t comparisons in tests | Kai Pastor | |
| 2019-02-14 | Bump ABI version number | Kristian Evers | |
| 2019-02-14 | Merge pull request #1264 from kbevers/remove-t_obs | Kristian Evers | |
| Clean up time handling in helmert and deformation | |||
| 2019-02-14 | Mark the external GTest package as required | Kai Pastor | |
| GTest provides a configuration file, so we can disable the module mode. If the GTest package cannot be found, this shall be reported right here. (Note that while we specify a version, we do not require an EXACT match.) | |||
| 2019-02-14 | Link gtest library with GTest:: prefix | Kai Pastor | |
| GTest::gtest is the imported target supplied by find_package(GTest). For the internal build of GTest, this target is created as an alias for now: find_package cannot be used because the interal build does not get installed, and so a package config file is not available. | |||
| 2019-02-14 | Remove legacy cmake commands | Kai Pastor | |
| PROJ requires CMake >= 3.5. | |||
| 2019-02-14 | Use GTest 1.8.1 | Kai Pastor | |
| This fixes issues with MinGW when threads are used. | |||
| 2019-02-14 | Coordinate operations where a grid is present, but not in grid_alternatives ↵ | Even Rouault | |
| table, should be considered as known to be sorted first | |||
| 2019-02-14 | deformation: Replace +t_obs with +dt | Kristian Evers | |
| The +t_obs parameter was confusing for users since it effectively overwrote the observation time in input coordinates. To make it more clear what is the operation is doing, users are now required to directly specify the time span for which they wish to apply a given deformation. The parameter +dt has been added for that purpose. The new parameter is mutually exclusive with +t_epoch. +dt is used when deformation for a set amount of time is needed and +t_epoch is used (in conjunction with the observation time of the input coordinate) when deformation from a specific epoch to the observation time is needed. | |||
| 2019-02-14 | Merge remote-tracking branch 'osgeo/master' into remove-t_obs | Kristian Evers | |
| 2019-02-14 | Cosmetical changes to differences.rst | Kristian Evers | |
| 2019-02-14 | Reverse direction of deformation operations/transformations/deformation | Kristian Evers | |
| Changed the direction of dt-calculation to follow the same convention as helmert. Changed from dt = t_c - t_obs to dt = t_obs - t_c, which effectively reverses the direction of the operation. Existing projstrings using deformation can simply reverse the direction of the operation to achieve the same results as before this commit. | |||
| 2019-02-14 | Merge pull request #1262 from mloskot/ml/require-cmake-cxx-standard | Kristian Evers | |
| Set CMake variable CXX_STANDARD with C++11 as default | |||
| 2019-02-14 | Merge pull request #1261 from rouault/make_iso19111_use_push_pop | Kristian Evers | |
| EPSG Helmert and Molodensky-Badekas methods in the Geographic 2D domain: use the push/pop v_3 operator to preserve the Z component | |||
| 2019-02-13 | Set CMake variable CXX_STANDARD with C++11 as default | Mateusz Łoskot | |
| Set required C++ standard version with CMake variable instead of hand-rolled compiler-specific flags. Allow user to override the default with -DCMAKE_CXX_STANDARD={98,11,14,17,20} Closes #1118 | |||
| 2019-02-13 | EPSG Helmert and Molodensky-Badekas methods in the Geographic 2D domain: use ↵ | Even Rouault | |
| the push/pop v_3 operator to preserve the Z component | |||
| 2019-02-13 | PROJ string parsing: no longer attempt to build a CoordinateOperation object ↵ | Even Rouault | |
| from +proj=helmert/molodensky since there are ambiguities | |||
| 2019-02-13 | Merge pull request #1260 from cffk/cmake-namespace-target | Kristian Evers | |
| Address issue #801: set CMake ${PROJ4_LIBRARIES} to PROJ4::proj | |||
| 2019-02-13 | Merge pull request #1250 from kbevers/pipestack | Kristian Evers | |
| Pipeline coordinate stack (push and pop operations) | |||
| 2019-02-13 | Address issue #801: set CMake ${PROJ4_LIBRARIES} to PROJ4::proj | Charles Karney | |
| 2019-02-13 | Add push and pop operations | Kristian Evers | |
| This commit introduces the concept of a pipeline coordinate stack in which components of coordinates can be saved and loaded from. This makes it possible to moved values from one step of a pipeline to another, effectively overwriting parts of the output from a given step. | |||
