Go to file
James E. King III db5da12bcd Update CI
This fixes #41
2019-06-23 20:19:38 -04:00
doc Added expected doc subdirectory 2017-01-09 03:09:28 -05:00
example Update CI and change boost/timer deprecated use 2019-04-23 10:40:34 -04:00
include/boost Make default constructor non-explicit (#48) 2019-06-12 19:45:11 -04:00
meta Add metadata file. 2014-08-18 14:58:36 +01:00
test Make default constructor non-explicit (#48) 2019-06-12 19:45:11 -04:00
.gitattributes new files 2002-07-17 16:21:43 +00:00
.travis.yml Update CI 2019-06-23 20:19:38 -04:00
appveyor.yml Update CI 2019-06-23 20:19:38 -04:00
CMakeLists.txt Add basic CMake support. 2019-06-06 11:37:47 -04:00
dynamic_bitset.html Make default constructor non-explicit (#48) 2019-06-12 19:45:11 -04:00
index.html Add copyright, license 2006-11-07 19:11:57 +00:00
Jamfile Add CI framework used in a number of other repositories: 2018-07-04 07:49:11 -04:00
LICENSE Add CI framework used in a number of other repositories: 2018-07-04 07:49:11 -04:00
README.md Fix coverity badges in readme 2018-07-04 08:05:54 -04:00

DynamicBitset, part of collection of the Boost C++ Libraries, is similar to std::bitset however the size is specified at run-time instead of at compile-time.

License

Distributed under the Boost Software License, Version 1.0.

Properties

  • C++03
  • Header-only

Build Status

Branch Travis Appveyor Coverity Scan codecov.io Deps Docs Tests
master Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix
develop Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix

Directories

Name Purpose
example examples
doc documentation
include headers
test unit tests

More information

  • Ask questions
  • Report bugs: Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
  • Submit your patches as pull requests against develop branch. Note that by submitting patches you agree to license your modifications under the Boost Software License, Version 1.0.
  • Discussions about the library are held on the Boost developers mailing list. Be sure to read the discussion policy before posting and add the [dynamic_bitset] tag at the beginning of the subject line.