• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gccxml / pygccxml / 447
82%
develop: 92%

Build:
Build:
LAST BUILD BRANCH: pythons
DEFAULT BRANCH: develop
Ran 09 May 2016 09:32PM UTC
Jobs 10
Files 115
Run time 24min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
447

push

travis-ci

iMichka
Fix errors in -std=c++11 mode

`free_operators.hpp` had a couple of instances of narrowing conversions
within braced initializers, which is ill-formed since C++11.

`type_traits.hpp` had two instances of aggregates being
value-initialized using empty parentheses. Since these aggregates had
implicitly deleted default constructors (due to the presence of `const`
data members), value-initialization performs default-initialization,
which is ill-formed. We need aggregate-initialization to be performed,
so the initialization must use braces instead of parentheses for C++11
and later.

Change-Id: Ie4d0365fe

Cherry-picked from the develop branch

8393 of 10171 relevant lines covered (82.52%)

8.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 447.1 (XML_GENERATOR="gccxml") 09 May 2016 09:33PM UTC 0
80.26
Travis Job 447.1
2 447.2 (XML_GENERATOR="gccxml") 09 May 2016 09:32PM UTC 0
80.22
Travis Job 447.2
3 447.3 (XML_GENERATOR="gccxml") 09 May 2016 09:32PM UTC 0
80.4
Travis Job 447.3
4 447.4 (XML_GENERATOR="gccxml") 09 May 2016 09:37PM UTC 0
80.4
Travis Job 447.4
5 447.5 (XML_GENERATOR="gccxml") 09 May 2016 09:37PM UTC 0
80.4
Travis Job 447.5
6 447.6 (XML_GENERATOR="gccxml") 09 May 2016 09:39PM UTC 0
80.39
Travis Job 447.6
7 447.7 (XML_GENERATOR="castxml") 09 May 2016 09:38PM UTC 0
80.83
Travis Job 447.7
8 447.8 (XML_GENERATOR="castxml") 09 May 2016 09:40PM UTC 0
81.0
Travis Job 447.8
9 447.9 (XML_GENERATOR="castxml" TRAVIS_PYTHON_VERSION="2") 09 May 2016 09:56PM UTC 0
80.82
Travis Job 447.9
10 447.10 (XML_GENERATOR="castxml" TRAVIS_PYTHON_VERSION="3") 09 May 2016 09:55PM UTC 0
80.99
Travis Job 447.10
Source Files on build 447
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #447
  • b28cd27a on github
  • Prev Build on hotfix/v1.7.5 (#436)
  • Next Build on hotfix/v1.7.5 (#457)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc