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

rttrorg / rttr / 795
92%

Build:
DEFAULT BRANCH: master
Ran 26 Mar 2018 05:14PM UTC
Jobs 2
Files 159
Run time 1min
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
795

push

travis-ci

web-flow
Feature remove variant array view (#144)

!REMARK API CHANGE!
* removed variant_array_view class

"variant_array_view" class is not needed anymore.
For iterating over array use instead the class "variant_sequential_view"

`bool type::is_array()` now returns only true when the type is a raw C-style array.
Before that, even for `std::vector<T>` it has returned true.
Use `bool typ::is_sequential_container()` for this check now.
It will return true also for raw C-style arrays.

- removed property::is_array() member function
use instead following methods to check if a property is an array:
 property::get_type()::is_sequential_container()
 property::get_type()::get_raw_type()::is_sequential_container()
 property::get_type()::get_wrapped_type()::is_sequential_container()

 An sequential_container is always also an raw C-style array

1 of 1 new or added line in 1 file covered. (100.0%)

5357 of 5751 relevant lines covered (93.15%)

4025.81 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/rttr/detail/property/property_wrapper_base.cpp
Jobs
ID Job ID Ran Files Coverage
3 795.3 (NAME="code coverage x86" COMPILER=g++-4.8 ARCH=x86 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true) 26 Mar 2018 05:15PM UTC 0
93.18
Travis Job 795.3
4 795.4 (NAME="code coverage x64" COMPILER=g++-4.8 ARCH=x86_64 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true) 26 Mar 2018 05:14PM UTC 0
93.06
Travis Job 795.4
Source Files on build 795
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #795
  • ca675527 on github
  • Prev Build on master (#791)
  • Next Build on master (#797)
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

© 2026 Coveralls, Inc