Removed some unreachable, unnecessary code.
Merged the latest from the 'master' branch.
Merged the latest from the 'master' branch.
Ensured that the Coverity branch builds test ca...
Merged the latest from the 'master' branch.
Ensured that the Coverity branch builds test ca...
Improved conformance to common DRY project conv...
Corrected the COVERITY_SCAN_TOKEN value.
Merged the latest from the 'master' branch.
Corrected the Coverity configuration.
Merged the latest from the 'master' branch.
Excluded Clang from the Travis CI build matrix ...
Integrated with Coverity Scan for build analysi...
Removed an incorrect noexcept specifier from a ...
Removed a noexcept specifier to make GCC 4.8 ha...
Integrated with Travis CI for build status noti...
Defined the dry::bitset template class.
Implemented the dry::bitset#any() and #none() m...
Removed the superfluous 'inline' keyword from m...
Defined the dry::atomic_binary_semaphore class.
Implemented dry::atomic_binary_semaphore#wait()...
Defined the <dry/bitops.h> header file.
Made subclasses use Doxygen's @copydoc to simpl...
Defined the dry::counting_semaphore base class.
Imported the Catch 1.0.33 unit-test framework's...
Defined the dry::semaphore base class.
Imported the AX_CXX_COMPILE_STDCXX_11 macro fro...
Defined the dry::uniform_bitset class.
Defined the dry::small_bitset class.
Implemented the dry::small_bitset#data() method.
Removed the dry::small_bitset#flip() method.
Defined the dry::adaptive_bitset class.
Implemented the dry::bitset#set() and #reset() ...
Implemented the dry::bitset#set(pos) and #reset...
Implemented the dry::ffs64() function.
Implemented the dry::popcount64() function.
Defined the dry::empty_bitset class.
Implemented the dry::bitset#all() method.
Implemented the dry::bitset#operator[] method.
Implemented the dry::small_bitset#size() method.
Implemented the dry::bitset#test() method.
Ensured that dry::bitset::npos and ::word_size ...
Implemented the dry::bitset#flip() method.
Implemented the dry::bitset#count() method.
Defined the dry::binary_semaphore base class.
Implemented the dry::uniform_bitset#value() met...
Created the project.
Implemented dry::dense_bitset#test() and #opera...
Implemented dry::dense_bitset#set() and #reset().
Implemented the dry::dense_bitset#size() method.
Ensured that header files get installed with co...
Implemented dry::dense_bitset#resize().
Defined the dry::dense_bitset class.
Implemented the dry::bitset#clear() method.
Implemented dry::dense_bitset#set(pos) and #res...
Ensured that all header files get correctly ins...
Implemented dry::dense_bitset#all(), #any(), an...
Ensured that dry::atomic_binary_semaphore is in...