aboutsummaryrefslogtreecommitdiff
path: root/travis/after_success.sh
AgeCommit message (Collapse)Author
2020-01-01switch to 6.3 branch for website generationKristian Evers
2019-09-01Make sure that website is build from the 6.2 branchKristian Evers
2019-08-09Exclude include/proj/internal/nlohmann from coveralls analysisEven Rouault
2019-05-15Publish website from 6.1 branchKristian Evers
2019-03-01Update docs and travis for 6.0.0 releaseKristian Evers
2019-01-06Make sure that coveralls reports coverage from both c and cpp filesKristian Evers
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault
This work mostly consists of: - a C++ implementation of the ISO-19111:2018 / OGC Topic 2 "Referencing by coordinates" classes to represent Datums, Coordinate systems, CRSs (Coordinate Reference Systems) and Coordinate Operations. - methods to convert between this C++ modeling and WKT1, WKT2 and PROJ string representations of those objects - management and query of a SQLite3 database of CRS and Coordinate Operation definition - a C API binding part of those capabilities This is all-in-one squashed commit of the work of https://github.com/OSGeo/proj.4/pull/1040
2018-09-19Build docs from most recent maintenance branchKristian Evers
2018-06-08Add a scripts/gen_html_coverage.sh to generate local report of code coverage ↵Even Rouault
with lcov/genhtml
2017-01-19.travis.yml: add multi config setupEven Rouault
Setup 4 configs: Linux/GCC, Linux/CLang, OSX CLang and mingw32 OSX allowed to fail, since it fails in the proj -VC step.