26918f80d5Add support for std::hash and unit tests for hashing
James E. King III
2019-06-06 09:51:51 -0400
229bced733hash_value() for dynamic_bitset (support boost::hash)
Alexey Stukalov
2014-01-12 19:46:13 +0100
ccb380a1bcSwitch from deprecated Test to LightweightTest
Glen Fernandes
2019-06-07 06:53:00 -0400
4de44e9112Add basic CMake support.
Sam Day
2019-04-28 17:15:16 +0200
3f650f50c3Since coverity with gcc hangs, trying clang
James E. King III
2019-04-26 12:56:07 -0400
b64e20079cFix coverity scan job
James E. King III
2019-04-26 09:48:03 -0400
83bdf5a335Reenabled popcnt for MSVC, improved perf by leveraging ILP.
Andrey Semashev
2019-04-13 18:04:54 +0300
c747bec057Change sgi/stl links to boost.org.
Tinko Bartels
2019-04-23 18:53:21 +0200
f506b99f70Update CI and change boost/timer deprecated use
James E. King III
2019-04-22 12:30:10 -0400
1b8b128f29Replaced links to sgi.com with links to a mirror.
Tinko Bartels
2019-04-21 00:04:25 +0200
91625cece1Disable hardware supported popcount on MSVC. - the new implementation failed to check for hardware support - the behavior was undefined on platforms without SSE4
James E. King III
2019-02-21 10:01:20 -0500
a580c496fafix set() ambiguity with range based call and default value
James E. King III
2018-11-02 23:46:26 -0400
1ca15c5fcdEnhance CI with libc++ and VC2017 strict jobs
James E. King III
2018-11-02 23:21:40 -0400
512ac37529Enhance Travis CI build coverage
James E. King III
2018-10-28 01:28:31 +0000
8e265c49f8cleanup pending and detail headers
James E. King III
2018-08-21 03:27:04 +0000
Fix coverity badges in readme
James E. King III
2018-07-04 08:05:54 -0400
7b6379a356Add CI framework used in a number of other repositories: - travis with valgrind, cppcheck, ubsan, codecov, covscan (future) - appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64 - README, LICENSE, etc.
James E. King III
2018-05-16 13:50:17 +0000
8b7374b1dbUpdate 'more' links.
Daniel James
2008-05-01 21:34:42 +0000
2091a4fd18Merge branch 'develop'
Steven Watanabe
2015-03-07 11:53:03 -0700
225064d355Patch by Riccardo Marcangelo: Added a pop_back() member function which decreases the size of the bitset by one
Marshall Clow
2014-09-15 08:29:05 -0700
ba0ba59f24Add support to dynamic_bitset for compiling with exceptions disabled by using BOOST_TRY/BOOST_CATCH.
Boleslaw Ciesielski
2014-05-16 12:05:43 -0400
e6fc8e8ec9Merge dynamic_bitset from the trunk
Steven Watanabe
2011-01-03 16:38:46 +0000
734861bdacFix test for C++0x
Steven Watanabe
2011-01-02 19:24:47 +0000
594140a081Document intersects. Fixes#2837.
Steven Watanabe
2010-06-22 04:38:42 +0000
59e99b9b45Use the correct variable type to save the result of count_extra_bits(). Fixes#4022.
Steven Watanabe
2010-06-13 04:36:50 +0000
f199a7f006Cast an anonymous enum to bool. Fixes#4025.
Steven Watanabe
2010-06-13 04:23:35 +0000
60f871da0crm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
Troy D. Straszheim
2009-10-17 02:07:38 +0000
d77a2c4afarm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
Troy D. Straszheim
2009-10-17 01:10:45 +0000
76d2f9d4d1Copyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch.
Troy D. Straszheim
2009-07-26 00:49:56 +0000
e3a2ca7276Add basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000