aboutsummaryrefslogtreecommitdiff
path: root/travis/linux_gcc
AgeCommit message (Expand)Author
2020-04-07Test GCC 4.8 and CMake 3.9; resolve a few shadowed declaration warningsMike Taves
2020-01-22Merge RFC4 (#1865)Even Rouault
2019-10-28travis/linux_gcc/before_install.sh: use cppcheck from distributionEven Rouault
2019-09-25Upgrade testing from trusty to xenial, and also:Mike Taves
2019-09-25Rearrange Travis CI scripts to be more modularMike Taves
2019-09-22Travis linux_gcc: force sphinxcontrib-bibtex version to avoid issue with inst...Even Rouault
2019-09-19Require C99 compiler see #1621Charles Karney
2019-07-08Travis: add testing of JSON output against schema and upgrade everything to P...Even Rouault
2019-04-28autoconf build: add a PROJ_DB_CACHE_DIR trick to speed-up buildsEven Rouault
2018-12-30.travis.yml: build JNI bindings on Trusty linux_gccEven Rouault
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault
2018-06-10rewrite references using BibTeX and sphinxcontrib-bibtexMike Toews
2018-06-08Add a scripts/gen_html_coverage.sh to generate local report of code coverage ...Even Rouault
2018-05-30CI environment: adapt for C++11 capable environmentsEven Rouault
2018-03-24Don't set -std=c89 in CMakeLists.txtAaron Puchert
2018-03-14Add a scripts/cppcheck.sh that check both warnings and errors, and use it in ...Even Rouault
2017-12-17Add -std=c89 to travis targets.Kristian Evers
2017-11-29Remove the last remains of the internal selftestKristian Evers
2017-09-12Make sure all platform specific before_install scripts call the global before...Kristian Evers
2017-02-28Enable cppcheck and fix related mostly false-positive warningsEven Rouault
2017-02-26travis/install.sh: use super pedantic warning flags for autoconf buildEven Rouault
2017-01-19.travis.yml: add multi config setupEven Rouault