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

boostorg / unordered / 196
100%
develop: 0%

Build:
Build:
LAST BUILD BRANCH: boost-1.72.0
DEFAULT BRANCH: develop
Ran 25 Feb 2018 02:28PM UTC
Jobs 4
Files 8
Run time 12min
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
196

push

travis-ci

danieljames
Merge branch 'develop'

- Various CI improvements, including appveyor support
- Stop using boost::next in tests, because of warnings
- Use std::iterator_traits, to drop dependency on iterator
- Use std::piecewise_construct from dinukumware/Visual C++
- Template deduction guides, just copied from the standard,
  they don't work that well. I think some other implementations
  enhance them
- Some internal changes
- Stop inheriting from std::iterator, deprecated in C++17 (#7)
- Implement allocator_traits::is_always_equal
- Rewrite node handles using a simple class based on std::optional,
  so that it's closer to the standard
- noexcept support for swap, operator=
- Fix some compiler warnings
- Fix some of the tests on Visual C++ 7.1
- Add element_type to iterators, so that pointer_traits will work
- Use boost::to_address internally, instead of own custom implementation
- Stop using BOOST_DEDUCED_TYPENAME - it's for very old compilers that are
  no longer supported, and makes the code look ugly

2502 of 2514 relevant lines covered (99.52%)

11221895.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 196.1 (label="gcc C++03/11"; user_config="using gcc : : g++-4.8 --coverage -fsanitize=address -Werror ;" enable_coverage=1 CXXSTD=03,11 ) 25 Feb 2018 02:41PM UTC 0
99.52
Travis Job 196.1
2 196.2 (label="gcc 32 bit C++11"; user_config="using gcc : : g++-4.8 -m32 -fsanitize=address -Werror ;" CXXSTD=11 ) 25 Feb 2018 02:28PM UTC 0
0.0
Travis Job 196.2
3 196.3 (label="clang C++11/17"; user_config="using clang : : clang++ -fsanitize=address -Werror ;" CXXSTD=11,17 ) 25 Feb 2018 02:33PM UTC 0
0.0
Travis Job 196.3
4 196.4 (label="clang 32 bit"; user_config="using clang : : clang++ -m32 -Werror ;" CXXSTD=03 ) 25 Feb 2018 02:35PM UTC 0
0.0
Travis Job 196.4
Source Files on build 196
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #196
  • 4e5c97f3 on github
  • Prev Build on master (#167)
  • Next Build on master (#198)
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