From fc0b57de24497c2f68e0593f2eb94e3c6eb18ada Mon Sep 17 00:00:00 2001 From: artemp Date: Mon, 5 Sep 2016 15:38:55 +0200 Subject: [PATCH 1/3] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b47daba4..a9bd79a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,8 @@ Released: xx-xx-xx - GeoJSON - exposed `num_features_to_query` as datasource paramer (ref #3495) - Replaced `boost::mpl::vector` with `std::tuple` (ref #3503) - BuildingSymbolizer - fixed closing segment of polygon in building symbolizer (ref #3505) +- Update dependencies versions +- Fixed warnings when compiling with g++5 ## 3.0.11 From 014f98043fd3d20499f17ea4c6937f7dfa898547 Mon Sep 17 00:00:00 2001 From: artemp Date: Mon, 5 Sep 2016 15:40:50 +0200 Subject: [PATCH 2/3] add missing include path --- scripts/time-header | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/time-header b/scripts/time-header index 97c3c6977..7561e5e81 100755 --- a/scripts/time-header +++ b/scripts/time-header @@ -6,4 +6,4 @@ set -o pipefail CXXFLAGS="$(./utils/mapnik-config/mapnik-config --cflags)" CXX="$(./utils/mapnik-config/mapnik-config --cxx)" echo "Time taken to compile '$(basename $1)':" -time ${CXX} $1 -I./test -I./deps/agg/include -Ideps -I./include $CXXFLAGS -o /tmp/header.out \ No newline at end of file +time ${CXX} $1 -I./test -I./deps/agg/include -Ideps -I./deps/mapbox/variant/include -I./include $CXXFLAGS -o /tmp/header.out \ No newline at end of file From 66999f1f87347317ab42d8ec0be2610bdaf4bc3e Mon Sep 17 00:00:00 2001 From: artemp Date: Mon, 5 Sep 2016 15:54:40 +0200 Subject: [PATCH 3/3] travis up from 35 to 40 min --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2e54ffb1b..bc4d5462f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -92,11 +92,11 @@ script: - export SCONSFLAGS='--debug=time' - configure BENCHMARK=${BENCH} - cat config.log - # we limit the `make` to 35 min + # we limit the `make` to 40 min # to ensure that slow builds still upload their # ccache results and therefore should be faster # (and might work) for the next build - - DURATION=2100 + - DURATION=2400 - scripts/travis-command-wrapper.py -s "date" -i 120 --deadline=$(( $(date +%s) + ${DURATION} )) make - make test - enabled ${COVERAGE} coverage