| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-17 | Merge branch 'master' into rfc4_merge_back_master | Even Rouault | |
| 2020-01-14 | Add test/unit/test_grids.cpp to improve testing coverage | Even Rouault | |
| 2020-01-07 | Remove deprecated JNI bindings (#1825) | Kristian Evers | |
| Remove deprecated JNI bindings | |||
| 2020-01-07 | Remove deprecated JNI bindings | Kristian Evers | |
| Closes #1757 | |||
| 2020-01-05 | Make sure tests pass if extra grids are present | Even Rouault | |
| Should fix the issue reported in https://lists.osgeo.org/pipermail/proj/2020-January/009188.html Some extra north-american grids present in data/ can affect the results of some tests, so create a data/for_tests/ subdirectory in which we copy only select grids. | |||
| 2020-01-01 | switch to 6.3 branch for website generation | Kristian Evers | |
| 2019-12-30 | Travis: fix OSX builds | Even Rouault | |
| 2019-12-28 | Travis: fix OSX builds | Even Rouault | |
| 2019-12-25 | Database: tune accuracy of Canadian NTv1 file w.r.t NTv2 | Even Rouault | |
| As on import of EPSG, we remove the supersession of Canadian NTv1 file w.r.t NTv2 (because the default behaviour of PROJ is to ignore superseded operations). However the NTv1 operation is advertized with an accuracy of 1m, whereas NTv2 is advertized with 1.5m. Consequently on areas where both files are valid, and if both files are available, NTv1 would be selected. So as a workaround, worsen the NTv1 accuracy to 2m so that NTv2 is used in priority. | |||
| 2019-12-19 | travis/osx/before_install.sh: do not install md5sha1sum from brew | Even Rouault | |
| 2019-12-19 | Build: add optional curl dependency | Even Rouault | |
| 2019-12-16 | travis/osx/before_install.sh: do not install md5sha1sum from brew | Even Rouault | |
| 2019-12-07 | Build and CI: add libtiff dependency | Even Rouault | |
| 2019-11-22 | travis/osx/before_install.sh: attempt to fix 'pip is configured with ↵ | Even Rouault | |
| locations that require TLS/SSL, however the ssl module in Python is not available.' | |||
| 2019-10-28 | travis/linux_gcc/before_install.sh: use cppcheck from distribution | Even Rouault | |
| 2019-09-25 | travis/install.sh: add a way of detecting problematic use of CS identifier ↵ | Even Rouault | |
| for Solaris compat | |||
| 2019-09-25 | Upgrade testing from trusty to xenial, and also: | Mike Taves | |
| * From openjdk-7 via apt to openjdk-11 via Travis CI xenial's $JAVA_HOME * From mingw 4.8 -> 5.3, as supported by xenial * clang+llvm for csa kept at version 6.0.0, but for ubuntu-16.04 * Furthermore xenial implicitly has many upgrades, specifically: - gcc 4.8.4 -> 5.4.0 - clang 4.0.0 -> 5.0.0 - cmake 3.9.2 -> 3.12.4 - python 3.4.3 -> 3.5.2 * cppcheck version kept at 1.61 (for trusty) due to many false positives with version 1.72 (for xenial) * Community code contribution documentation simplified to remove version of cppcheck, as this may outdated with updates to scripts | |||
| 2019-09-25 | Rearrange Travis CI scripts to be more modular | Mike Taves | |
| * Split global before_install for apt and pip * Use -qq option for apt-get, which implies -y * Use list of targets with apt-get rather than one-per-line * Use local variables for mingw32/install.sh * Show version info for cppcheck, pip and python * Simplify clang+llvm-6 path | |||
| 2019-09-22 | Travis linux_gcc: force sphinxcontrib-bibtex version to avoid issue with ↵ | Even Rouault | |
| installing sphinx >= 2.0 | |||
| 2019-09-20 | Merge pull request #1625 from hobu/cmake-proj_lib-tests | Kristian Evers | |
| set PROJ_LIB on test targets for CMake | |||
| 2019-09-19 | address PR comments | Howard Butler | |
| 2019-09-19 | set PROJ_LIB on test targets for CMake | Howard Butler | |
| 2019-09-19 | Require C99 compiler see #1621 | Charles Karney | |
| cmake and autoconf now stipulate C99 change c89 to c99 in travis jobs remove HAVE_C99_MATH checks (unrelated) relax Visual Studio compatibility check in cmake/project-config-version.cmake.in (VS 2019 can use a VS 2015 library but not vice versa). | |||
| 2019-09-01 | Make sure that website is build from the 6.2 branch | Kristian Evers | |
| 2019-08-17 | PROJJSON: rename file as projjson.schema.json, and add versionning to it and ↵ | Even Rouault | |
| to exported PROJJSON strings | |||
| 2019-08-09 | Exclude include/proj/internal/nlohmann from coveralls analysis | Even Rouault | |
| 2019-08-09 | PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, ↵ | Even Rouault | |
| Transformation and ConcatenatedOperation | |||
| 2019-08-09 | projinfo: rename JSON to PROJJSON | Even Rouault | |
| 2019-07-08 | Travis: add testing of JSON output against schema and upgrade everything to ↵ | Even Rouault | |
| Python3 | |||
| 2019-06-21 | Use HTTPS URLs for download.osgeo.org | Paul Menzel | |
| Change all occurrences with the command below. git grep -l http://download.osgeo.org/ | xargs sed -i 's,http://download.osgeo.org/,https://download.osgeo.org/,g' Fixes: https://github.com/OSGeo/PROJ/issues/1521 | |||
| 2019-06-05 | Update GitHub references: proj.4 -> PROJ | Mike Taves | |
| 2019-06-01 | Update website: proj4.org -> proj.org | Mike Taves | |
| 2019-05-15 | Publish website from 6.1 branch | Kristian Evers | |
| 2019-05-06 | data/Makefile.am: add detection of md5sum utility, and install md5sha1sum on ↵ | Even Rouault | |
| MacOSX Travis | |||
| 2019-05-02 | Travis: check that the exported symbols conform to what is expected (#1445) | Kristian Evers | |
| Travis: check that the exported symbols conform to what is expected | |||
| 2019-05-01 | autoconf build: add a PROJ_DB_CACHE_DIR trick to speed-up builds (#1446) | Kristian Evers | |
| autoconf build: add a PROJ_DB_CACHE_DIR trick to speed-up builds | |||
| 2019-05-01 | Merge branch 'master' into check_exported_symbols | Kristian Evers | |
| 2019-04-28 | travis/install.sh: fix previous commit that failed on MacOSX | Even Rouault | |
| 2019-04-28 | autoconf build: add a PROJ_DB_CACHE_DIR trick to speed-up builds | Even Rouault | |
| If the PROJ_DB_CACHE_DIR environment variable is defined, then a $(PROJ_DB_CACHED_DIR)/proj.db.sql.md5 file is used to determine if the set of .sql files has changed since the last time. If not then $(PROJ_DB_CACHED_DIR)/proj.db is directly used. This can saved a few seconds when doing rebuilds. This is a poor man equivalent of ccache for generating the database :-) | |||
| 2019-04-28 | travis/install.sh: use make -j$(nproc) | Even Rouault | |
| 2019-04-26 | Travis: check that the exported symbols conform to what is expected | Even Rouault | |
| This is to help checking that we do not introduce un-intended API/ABI breakage. Not fully bullet proof, but a start. | |||
| 2019-04-22 | Fix doc build on Travis OSX | Even Rouault | |
| Latest breathe 4.13.0 no longer work with sphinx 1.8.5 / Pyhon 2, so force use 4.12.0 for now. See https://travis-ci.com/OSGeo/proj.4/jobs/194629602 https://github.com/michaeljones/breathe/issues/431 | |||
| 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-03-01 | Update docs and travis for 6.0.0 release | Kristian Evers | |
| 2019-02-27 | Travis/Appveyor: use proj-datumgrid-1.8 | Even Rouault | |
| 2019-02-24 | .travis.yml: add build with g++-7 and -D_GLIBCXX_ASSERTIONS (refs #1290) | Even Rouault | |
| 2019-02-04 | CI: Install cross-compiled sqlite3 to cross directory. | Elliott Sales de Andrade | |
| 2019-01-06 | Make sure that coveralls reports coverage from both c and cpp files | Kristian Evers | |
| 2018-12-30 | .travis.yml: build JNI bindings on Trusty linux_gcc | Even Rouault | |
