| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-09 | Merge pull request #1414 from andrew-hardin/doc/fix-vshift-typo | Kristian Evers | |
| Docs: fix typo in vertical grid shifts | |||
| 2019-04-08 | Change egm96_16 to egm96_15. | Andrew Hardin | |
| 2019-04-07 | Add Cirrus CI with FreeBSD | Even Rouault | |
| 2019-04-07 | data/Makefile.am: add clean target for proj.db | Even Rouault | |
| 2019-04-06 | pj_open_lib_ex(): avoid false positive Coverity Scan warning abount nullptr ↵ | Even Rouault | |
| dereference. CID 202725 | |||
| 2019-04-05 | Merge pull request #1411 from rouault/ossfuzz_14044_and_all | Even Rouault | |
| Ossfuzz 14044 and others | |||
| 2019-04-05 | imw_p: avoid division by zero in inverse | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14062 Credit to OSS Fuzz | |||
| 2019-04-05 | krovak: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14061 Credit to OSS Fuzz | |||
| 2019-04-05 | lcc: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14058 Credit to OSS Fuzz | |||
| 2019-04-05 | _buildUnit(): avoid later division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14055 Credit to OSS Fuzz | |||
| 2019-04-05 | CMake: cache C/C++ warn flags to compile PROJ targets | Mike Taves | |
| Remove (most) needs to fiddle with CMAKE_C_FLAGS / CMAKE_CXX_FLAGS | |||
| 2019-04-05 | Disable status bars from 'pip install' | Mike Taves | |
| Also simplify language for .travis.yml | |||
| 2019-04-05 | Adjust test outputs | Mike Taves | |
| - Tests should use unified diff with expected results - Show CMake build compile commands (VERBOSE=1) - Travis CI only has two cores, so "-j2" is sufficent | |||
| 2019-04-04 | Reject negative e parameter to avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14044 Credit to OSS Fuzz | |||
| 2019-04-03 | Merge pull request #1408 from rouault/ossfuzz_14015 | Kristian Evers | |
| Fixes Ossfuzz 14015 and gie bug | |||
| 2019-04-03 | Merge pull request #1406 from mwtoews/cmake | Kristian Evers | |
| CMake: Set -fvisibility=hidden using global variable | |||
| 2019-04-02 | gie: fix tolerance checking | Even Rouault | |
| When comparing expected result with got result, in the case the distance computation returns NaN, gie incorrectly considered the test to be OK. Adapt / comment out a few broken tests revealed after that fix. | |||
| 2019-04-02 | Krovak: avoid divison by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14015 Credit to OSS Fuzz | |||
| 2019-04-02 | Merge pull request #1405 from kbevers/return_errno_proj_create | Kristian Evers | |
| Make sure that ISO19111 C++ code sets pj_errno on errors | |||
| 2019-04-02 | Make sure that ISO19111 C++ code sets pj_errno on errors | Kristian Evers | |
| 2019-04-02 | Merge pull request #1398 from snowman2/issue_1327 | Kristian Evers | |
| paths set by user take priority over PROJ_LIB for search paths | |||
| 2019-04-02 | added documentation for the priority of searcing for PROJ resource files | snowman2 | |
| 2019-04-03 | CMake: Set -fvisibility=hidden using global variable | Mike Taves | |
| 2019-04-02 | Docs: Clarify that angular in proj_angular_input/output means radians | Kristian Evers | |
| 2019-04-02 | Merge pull request #1401 from rouault/ossfuzz_14003_14010 | Even Rouault | |
| Ossfuzz 14003 14010 | |||
| 2019-04-02 | Merge pull request #1391 from kbevers/noop | Kristian Evers | |
| Add no-op operation. It does nothing. | |||
| 2019-04-02 | Merge pull request #1385 from kbevers/doc-axis-ordering | Kristian Evers | |
| Doc axis ordering | |||
| 2019-04-01 | paths set by user take priority over PROJ_LIB for search paths | snowman2 | |
| 2019-04-01 | bonne: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14010 Credit to OSS Fuzz | |||
| 2019-04-01 | pj_gauss_ini(): fix division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14003 Credit to OSS Fuzz | |||
| 2019-04-01 | CI: change pattern for skipped branches of backports | Even Rouault | |
| 2019-04-01 | Merge pull request #1396 from rouault/ossfuzz_13947_13948 | Even Rouault | |
| Ossfuzz 13947 13948 | |||
| 2019-04-01 | Merge pull request #1394 from rouault/improve_createoperations_missing_ids | Even Rouault | |
| createOperations(): improve behaviour with input CRS from WKT that lacks intermediate IDs (fixes #1343) | |||
| 2019-03-30 | Merge pull request #1397 from cjmayo/affine | Even Rouault | |
| affine: remove duplicate #include "proj_internal.h" | |||
| 2019-03-30 | affine: remove duplicate #include "proj_internal.h" | Chris Mayo | |
| Introduced by "Merge projects.h into proj_internal.h" 8ab6f68. | |||
| 2019-03-29 | tpeqd: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13948 Credit to OSS Fuzz | |||
| 2019-03-29 | Merge pull request #1395 from cjmayo/dupinclude | Even Rouault | |
| Remove duplicate instances of #include "proj_internal.h" | |||
| 2019-03-29 | unitconvert: prevent division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13947 Credit to OSS Fuzz | |||
| 2019-03-29 | Remove duplicate instances of #include "proj_internal.h" | Chris Mayo | |
| Introduced by "Merge projects.h into proj_internal.h" 8ab6f683. | |||
| 2019-03-29 | createOperations(): improve behaviour with input CRS from WKT that lacks ↵ | Even Rouault | |
| intermediate IDs (fixes #1343) | |||
| 2019-03-29 | Adopt use of the noop conversion in ISO19111 code | Kristian Evers | |
| 2019-03-29 | Merge pull request #1390 from rouault/createoperation_boundcrs_more_aggresive | Even Rouault | |
| createOperations(): improve BoundCRS<-->non-bound-CRS case | |||
| 2019-03-29 | Merge pull request #1387 from rouault/proj_normalize_for_visualization | Even Rouault | |
| Add proj_normalize_for_visualization() | |||
| 2019-03-29 | Add proj_normalize_for_visualization() | Even Rouault | |
| Fixes #1301 This function takes the output PJ from proj_create_crs_to_crs(), and add (or undo) the needed axis swap operations so that the object returned by proj_normalize_for_visualization() has the usual GIS axis order. In this implementation, this does something only if the coordinate system of the source or target CRS, geographic or projected, has NORTH, EAST ordering. CompoundCRS wrapping those objects are also handled. | |||
| 2019-03-28 | Add no-op operation. It does nothing. | Kristian Evers | |
| 2019-03-28 | Doc: Add FAQ question about inconsistent axis ordering | Kristian Evers | |
| 2019-03-28 | createOperations(): improve BoundCRS<-->non-bound-CRS case | Even Rouault | |
| Fixes #1388 Typically helps for projinfo -s "+proj=longlat +ellps=GRS80 +towgs84=1,2,3 +type=crs" -t EPSG:4258 by researching operations from the pivot WGS84 implied by the towgs84 clause to EPSG:4258. | |||
| 2019-03-28 | Merge pull request #1386 from rouault/doc_projinfo_identif | Kristian Evers | |
| Doc: document --identify switch of projinfo (fixes #1332) | |||
| 2019-03-28 | Docs: Clarify axis ordering used in proj_trans_generic() | Kristian Evers | |
| 2019-03-28 | Doc: document --identify switch of projinfo (fixes #1332) | Even Rouault | |
