Home
last modified time | relevance | path

Searched +full:cpp +full:- +full:coveralls (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/.ci/
Drun-coveralls.sh3 set -x
4 set -o errexit -o nounset
8 pip install --user nose
9 pip install --user cpp-coveralls
12 rm -f src/.libs/NONE.gcov
14 coveralls -e docs
/external/harfbuzz_ng/
D.travis.yml4 language: cpp
8 - CPPFLAGS=""
9 - CFLAGS="-Werror --coverage"
10- CXXFLAGS="-Werror -Wno-deprecated-register --coverage" # glib uses register and clang raises a w…
11 - LDFLAGS="--coverage"
12- CONFIGURE_OPTS="--with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphi…
13 - NOCONFIGURE=1
17 - os: linux
20 - ./autogen.sh
21 - ./configure $CONFIGURE_OPTS --enable-gtk-doc
[all …]
/external/google-benchmark/
D.travis.yml3 language: cpp
7 - /usr/local/bin:$PATH
11 - compiler: gcc
15 - lcov
17 - compiler: gcc
19 - compiler: gcc
21 - compiler: gcc
25 - g++-multilib
27 - compiler: gcc
31 - g++-multilib
[all …]
/external/curl/
DCHANGES12 - RELEASE: 7.58.0
14 - [Gisle Vanem brought this change]
16 progress-bar: get screen width on windows
18 - test1454: --connect-to with IPv6 address w/o IPv6 support!
20 - CONNECT_TO: fail attempt to set an IPv6 numerical without IPv6 support
22 Bug: https://curl.haxx.se/mail/lib-2018-01/0087.html
23 Reported-by: John Hascall
27 - docs: fix man page syntax to make test 1140 OK again
29 - http: prevent custom Authorization headers in redirects
38 Reported-by: Craig de Stigter
[all …]