| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-02 | Fix bad copy&replace pattern on HEALPix and rHEALPix projection names. ↵ | Even Rouault | |
| Affects output of 'proj -l' | |||
| 2020-02-27 | Fix warnings of latest cppcheck master | Even Rouault | |
| 2020-02-08 | Add comments to vandg.cpp to tie implementation to Snyder (1987). | Charles Karney | |
| 2020-02-08 | Merge pull request #1917 from rouault/fix_test_issues_on_i386 | Kristian Evers | |
| Fix test issues on i386 | |||
| 2020-02-07 | Fix numerical precision issues in vandg and robin | Even Rouault | |
| Refs #1906 Fix remaining issues of https://github.com/OSGeo/PROJ/issues/1906#issuecomment-583168348 as found with gcc 8.2.0 -m32 -O2 | |||
| 2020-02-07 | Fix test issues on i386 | Even Rouault | |
| Fix a few issues of #1906 found when running the test suite on Ubuntu 16.04 with gcc 5.5 -m32. When applied on top of the fix of #1912, make check succeeds | |||
| 2020-02-06 | Fix cppcheck warnings and make it work with latest cppcheck 1.90 | Even Rouault | |
| 2019-10-28 | Various fixes/workarounds to make cppcheck 1.72 (Ubuntu 16.04) and ↵ | Even Rouault | |
| HEAD/1.90dev happy (fixes #1648) | |||
| 2019-10-13 | Merge pull request #1653 from rouault/doc_ob_tran | Even Rouault | |
| ob_tran doc: fix/clarify semantics of o_lat_p/o_lon_p | |||
| 2019-10-03 | aeqd: for spherical forward path, go to higher precision ellipsoidal case ↵ | Even Rouault | |
| when the point coordinates are super close to the origin (fixes #1654) | |||
| 2019-10-03 | ob_tran.cpp: add comment to link maths with Snyder's formulas | Even Rouault | |
| 2019-10-02 | nsper: add a comment to relate it to EPSG Vertical Perspective | Even Rouault | |
| 2019-10-01 | Add rotation support to the HEALPix projection (#1638) | Simon Schneegans | |
| 2019-09-25 | isea: avoid shadowing warning on 'quad' on Solaris | Even Rouault | |
| Patch proj-6.2.0-isea.gpatch by Eric Dechaux | |||
| 2019-09-25 | hatano/mbtfpp: do not use CS to fix Solaris build issue | Even Rouault | |
| Patches proj-6.2.0-hanato.gpatch and proj-6.2.0-mbtfpp.gpatch from Eric Dechaux | |||
| 2019-09-19 | Merge pull request #1618 from cffk/c99-math-update | Charles Karney | |
| Remove unneeded C99 compatibility functions from math.cpp and proj_math.h I'll do the clean up of the -std=c89 flags etc. as a separate pull request. | |||
| 2019-09-18 | Delete proj_math.h. Replace includes by <math.h>; we'll see if anyone | Charles Karney | |
| needs <limits.h>. Update scripts/reference_exported_symbols.txt and src/proj_symbol_rename.h. | |||
| 2019-09-17 | aea_e_inverse(): avoid calling asin() with invalid argument which results in ↵ | Even Rouault | |
| NaN being propagated. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15336 | |||
| 2019-09-17 | isea: avoid undefined behaviour on left shift of negative value. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15009 | |||
| 2019-09-17 | geos: avoid division by zero. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14666 | |||
| 2019-09-17 | eqdc: avoid potential division by zero. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=17190 | |||
| 2019-09-03 | Debug Bertin1953 | R. Schmunk | |
| Northern hemisphere "warp" implemented incorrectly. See #1579 | |||
| 2019-06-25 | geos.cpp: Update pdf_cgms_03.pdf location (Fixes #1532) | Kurt Schwehr | |
| 2019-06-22 | +proj=ob_tran +o_proj=longlat: set right unit to PJ_IO_UNITS_WHATEVER so as ↵ | Even Rouault | |
| to be able to chain with unitconvert (fixes #1525) | |||
| 2019-05-05 | geos: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14602 Credit to OSS Fuzz | |||
| 2019-05-02 | lagrng: avoid division by zero when latitude is very close to 90 | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14477 Credit to OSS Fuzz | |||
| 2019-04-26 | Prefix inverse and forward functions by their projection names | Even Rouault | |
| This is mostly to have better OSSFuzz report. Currently a lot of bug summaries are like `proj4/standard_fuzzer: Divide-by-zero in s_inverse` By prefixing the projection name, we will get better reports, like `Divide-by-zero in airy_s_inverse` This also makes it slightly easier to set a breakpoint by function name. | |||
| 2019-04-26 | aitof: fix division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14447 Credit to OSS Fuzz | |||
| 2019-04-26 | aitoff.cpp: fix indentation | Even Rouault | |
| 2019-04-25 | gs50 and other mod_ster projections: avoid divison by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14421 Credit to OSS Fuzz | |||
| 2019-04-22 | airy: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14410 Credit to OSS Fuzz | |||
| 2019-04-20 | omerc: validate lat_1 and lat_2 to avoid divison by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14384 Credit to OSS Fuzz | |||
| 2019-04-18 | tpers: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14342 Credit to OSS Fuzz | |||
| 2019-04-18 | isea: avoid invalid integer shift | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14286 Credit to OSS Fuzz | |||
| 2019-04-16 | omerc: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14279 Credit to OSS Fuzz | |||
| 2019-04-14 | lcc: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14250 Credit to OSS Fuzz | |||
| 2019-04-14 | imw_p: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14248 Credit to OSS Fuzz | |||
| 2019-04-12 | Validate lat_0 range in general case, lat_1 and lat_2 for lcc and eqdc | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14211 Credit to OSS Fuzz | |||
| 2019-04-11 | omerc: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14138 Credit to OSS Fuzz | |||
| 2019-04-11 | omerc: avoid division by zero when |lat_0|=90 | Even Rouault | |
| Partially revert e3346bb39c860883ed9a8ada0657139118e21ef0 (#195) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14136 Credit to OSS Fuzz | |||
| 2019-04-10 | lsat: avoid division by zero in inverse | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14135 Credit to OSS Fuzz | |||
| 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-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-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-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 | Merge pull request #1396 from rouault/ossfuzz_13947_13948 | Even Rouault | |
| Ossfuzz 13947 13948 | |||
| 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 | Remove duplicate instances of #include "proj_internal.h" | Chris Mayo | |
| Introduced by "Merge projects.h into proj_internal.h" 8ab6f683. | |||
