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

rttrorg / rttr
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: vcpkg-instructions
DEFAULT BRANCH: master
Repo Added 07 Jan 2016 05:29PM UTC
Files 171
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

LAST BUILD ON BRANCH remove_array_range_specialization
branch: remove_array_range_specialization
CHANGE BRANCH
x
Reset
  • remove_array_range_specialization
  • add-coveralls-ci
  • add-thread-safe-registry
  • add_auto_conversion_from_wrapper
  • add_base_classes_implicit_during_registration
  • add_constexpr
  • add_docu_server_build
  • add_flag_to_filter_item_ranges
  • add_mit_license
  • add_more_enumeration_tests
  • add_no_except
  • add_noexcept
  • add_range_based_views
  • add_reference_wrapper_policy
  • add_string_view
  • add_variant_associative_view
  • add_vs_2017_ci_support
  • adjust_type_registry
  • adjust_variant_class
  • bugfix-missing-docu-build
  • bugfix-raw-ptr-properties
  • coverity_scan
  • feature-add-nested-type
  • feature-add-variant-wrapper-conversion
  • feature-simplify-associative-mapping
  • fix_ci_systems
  • fix_clang_build
  • fix_clang_x86_build
  • fix_not_allowed_ctor_registration
  • fix_not_retrieved_dtor
  • fix_variant_compare
  • function_traits_cleanup
  • increase_test_coverage
  • master
  • retrieve_derived_type
  • rmv_if_branch_from_wrapper
  • v0.9.6

pending completion
215

push

travis-ci

acki-m
removed explictely destroy of wrapper objects in dtor of type_database

All wrapper items will be stored as unique_ptr in general std::vector<T> object,
that means the memory will be automatically freed, when it goes out of scope.

Removed destroy_item function templates.
Adjusted getter value_data() in flat_map & multi_map to return const reference to inside vector.

4203 of 4570 relevant lines covered (91.97%)

1850.83 hits per line

Relevant lines Covered
Build:
Build:
4570 RELEVANT LINES 4203 COVERED LINES
1850.83 HITS PER LINE
Source Files on remove_array_range_specialization
  • List 0
  • Changed 24
  • Source Changed 18
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
215 remove_array_range_specialization removed explictely destroy of wrapper objects in dtor of type_database All wrapper items will be stored as unique_ptr in general std::vector<T> object, that means the memory will be automatically freed, when it goes out of scope. Removed destroy... push 27 Apr 2016 09:36PM UTC acki-m travis-ci pending completion  
214 remove_array_range_specialization removed array_range specialization for range with no predicate Made begin(), end() & rbegin(), rend() return const iterators instead of iterators The array_range is returning just const values. So I can avoid returning array_range<const property>... push 24 Apr 2016 07:11PM UTC acki-m travis-ci pending completion  
See All Builds (605)
  • Repo on GitHub
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