| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-13 | NEWS: update with 6.3.1 [ci skip] | Even Rouault | |
| 2020-02-13 | Merge pull request #1931 from calumr/patch-1 | Kristian Evers | |
| Don't print version when using PROJ4 from cmake | |||
| 2020-02-13 | Don't print version when using PROJ4 from cmake | Calum Robinson | |
| This will declutter cmake output for PROJ4 users | |||
| 2020-02-12 | Merge pull request #1923 from mwtoews/cmake-output | Kristian Evers | |
| CMake: simplify message functions | |||
| 2020-02-12 | Merge pull request #1928 from sebastic/make-readme | Kristian Evers | |
| Create README from README.md when calling `make`. | |||
| 2020-02-12 | Create README from README.md when calling `make`. | Bas Couwenberg | |
| The README file was only generated when calling `make README`. Closes: #1927 | |||
| 2020-02-11 | Merge pull request #1921 from rouault/pj_get_relative_share_proj | Even Rouault | |
| Use relative directory to locate PROJ resource files. | |||
| 2020-02-11 | Use relative directory to locate PROJ resource files. | Even Rouault | |
| Fixes #1490 This is an extension of the Window-specific logic added recently to Unix builds. This reuses parts of proposed past commit https://github.com/OSGeo/PROJ/pull/1517/commits/82a07e51c6e24ddb936d131ababe29f1ac36ef14 (credits to @abellgithub) | |||
| 2020-02-11 | Merge pull request #1920 from rouault/travis_i386 | Kristian Evers | |
| Travis: change linux_gcc7 / x86_64 config to linux_gcc8 / i386 | |||
| 2020-02-11 | CMake: simplify message functions | Mike Taves | |
| * Remove colormsg(); just use message() * Rename boost_report_value() with print_variable() | |||
| 2020-02-10 | PROJStringParser::Private::buildProjectedCRS(): avoid (harmless) division by ↵ | Even Rouault | |
| zero in super odd case with corrupted PROJ string. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20624 | |||
| 2020-02-10 | HOWTO-RELEASE: update to add a check for version numbers [ci skip] | Even Rouault | |
| 2020-02-10 | HOWTO-RELEASE: fix a few typos [ci skip] | Even Rouault | |
| 2020-02-09 | README.md: add badges for Cirrus & Docker | Even Rouault | |
| [ci skip] | |||
| 2020-02-09 | Dockerfile: make it non-git dependent, so that it can work in branches, and ↵ | Even Rouault | |
| Docker Hub builds | |||
| 2020-02-09 | Dockerfile: fix build with tiff&curl dependencies, and use CDN TIFF files | Even Rouault | |
| 2020-02-09 | read_vgrid_value(): avoid assertion on huge latitude. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20592. master only | |||
| 2020-02-08 | Add comments to vandg.cpp to tie implementation to Snyder (1987). | Charles Karney | |
| 2020-02-08 | Travis: do only builds that test with all grids on -O2 builds that are ↵ | Even Rouault | |
| slower to build | |||
| 2020-02-08 | Travis: update linux_gcc7 to linux_gcc8 | Even Rouault | |
| 2020-02-08 | Travis: modify linux_gcc7 to run i386 | Even Rouault | |
| 2020-02-08 | travis/install.sh: fix wrong setting of CXXFLAGS | Even Rouault | |
| 2020-02-08 | Travis: restrict symbol comparison to x86_64 builds | Even Rouault | |
| 2020-02-08 | Merge pull request #1917 from rouault/fix_test_issues_on_i386 | Kristian Evers | |
| Fix test issues on i386 | |||
| 2020-02-07 | Merge pull request #1918 from rouault/update_travis_csa | Even Rouault | |
| Travis: update CLang Static Analyzer to CLang 9 | |||
| 2020-02-07 | Merge pull request #1912 from kbevers/fix-1906 | Kristian Evers | |
| cart: Avoid discontinuity at poles in the inverse case (partial fix to #1906) | |||
| 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 | |
| 2020-02-06 | Travis: update CLang Static Analyzer to CLang 9 | Even Rouault | |
| Enable optional checkers Fix two false positives | |||
| 2020-02-06 | cart: Avoid discontinuity at poles in the inverse case | Kristian Evers | |
| This should avoid issues with numerical stability as uncovered in https://github.com/OSGeo/PROJ/issues/1906. Practically speaking this change isn't going to affect real life scenarios since the position of the center of the Earth is rarely expressed in geodetic coordinates. | |||
| 2020-02-06 | geodetictiffgrids.rst: fix links | Even Rouault | |
| [skip appveyor] | |||
| 2020-02-06 | Merge pull request #1915 from rouault/fix_1911 | Even Rouault | |
| Fix identification of ESRI-style datum names starting with D_ but without alias | |||
| 2020-02-06 | Merge pull request #1914 from rouault/fix_1913 | Even Rouault | |
| Fix performance issue, affecting projinfo EPSG:7842 | |||
| 2020-02-05 | Fix identification of ESRI-style datum names starting with D_ but without alias | Even Rouault | |
| Fixes #1911 | |||
| 2020-02-05 | Fix performance issue, affecting projinfo EPSG:7842 | Even Rouault | |
| Fixes #1913 AuthorityFactory::createBetweenGeodeticCRSWithDatumBasedIntermediates() issued a complex SQL query that pushes the SQLite3 query plan optimizer to its limits. Was working reasonably with sqlite 3.11, but not with later versions. So put less constraints in the main query and do post-processing checks and auxiliary requests to avoid such issues. For some unknown reason, this slightly slows down a bit execution time of the whole test_cpp_api binary (~ 10%), but couldn't come with something better, despite trying many variations of the main SQL query. It seems that in the general case the non-filter LEFT JOIN on the supersession table helped, except on this EPSG:7842 case. | |||
| 2020-02-05 | Add projsync to README | Kristian Evers | |
| 2020-02-04 | Merge pull request #1910 from cffk/cmake-proj | Charles Karney | |
| Make PROJ the CMake project name addressing first stage of #1885 Let's go with this! It's conceivable that there's some wrinkle I haven't thought about. So let's expose the changes to a wider community. | |||
| 2020-02-04 | Merge pull request #1903 from rouault/add_proj_download | Even Rouault | |
| Add projsync utility | |||
| 2020-02-04 | Add projsync utility | Even Rouault | |
| Fixes #1750 | |||
| 2020-02-04 | Make PROJ the CMake project name | Charles Karney | |
| Allow both find_package(PROJ) and find_package(PROJ4). More details are in cmake/CMakeLists.txt. | |||
| 2020-02-04 | Merge pull request #1905 from russkel/patch-1 | Kristian Evers | |
| tests: force use of bash for proj_add_test_script_sh | |||
| 2020-02-04 | Merge pull request #1907 from mwtoews/cmake | Kristian Evers | |
| Increase CMake minimum version from 3.5 to 3.9 | |||
| 2020-02-04 | Increase CMake minimum version from 3.5 to 3.9 | Mike Taves | |
| * Also remove a few if()-blocks to support older CMake versions | |||
| 2020-02-02 | Merge pull request #1902 from rouault/fix_asan_issue_sqlite3_vfs | Even Rouault | |
| Fix ASAN issue with SQLite3VFS class (fixes #1901) | |||
| 2020-02-02 | proj_download_file(): relax test for the situation where a file < 1 MB is ↵ | Even Rouault | |
| updated to be slightly larger CloudFront could return a Range: bytes=0-X/Y with X < Y and X being the previous file size and Y the new one | |||
| 2020-02-02 | build_url(): remove no longer needed hack | Even Rouault | |
| 2020-02-01 | test/fuzzers/build.sh: statically link sqlite3 for i386 builds | Even Rouault | |
| 2020-01-31 | Fix ASAN issue with SQLite3VFS class (fixes #1901) | Even Rouault | |
| 2020-01-30 | Database: add a custom concatenated_operation for NTF (Paris) to RGF93, ↵ | Even Rouault | |
| using the non-deprecated EPSG:9327 for the geocentric translation | |||
