Commit Graph

  • db5da12bcd Update CI cc James E. King III 2019-06-23 08:33:46 -0400
  • ab192ca5f1 Make default constructor non-explicit (#48) Miutsuru kariya 2019-06-13 08:45:11 +0900
  • 26918f80d5 Add support for std::hash and unit tests for hashing James E. King III 2019-06-06 09:51:51 -0400
  • 229bced733 hash_value() for dynamic_bitset (support boost::hash) Alexey Stukalov 2014-01-12 19:46:13 +0100
  • ccb380a1bc Switch from deprecated Test to LightweightTest Glen Fernandes 2019-06-07 06:53:00 -0400
  • 4de44e9112 Add basic CMake support. Sam Day 2019-04-28 17:15:16 +0200
  • 3f650f50c3 Since coverity with gcc hangs, trying clang James E. King III 2019-04-26 12:56:07 -0400
  • b64e20079c Fix coverity scan job James E. King III 2019-04-26 09:48:03 -0400
  • 83bdf5a335 Reenabled popcnt for MSVC, improved perf by leveraging ILP. Andrey Semashev 2019-04-13 18:04:54 +0300
  • c747bec057 Change sgi/stl links to boost.org. Tinko Bartels 2019-04-23 18:53:21 +0200
  • f506b99f70 Update CI and change boost/timer deprecated use James E. King III 2019-04-22 12:30:10 -0400
  • 1b8b128f29 Replaced links to sgi.com with links to a mirror. Tinko Bartels 2019-04-21 00:04:25 +0200
  • 91625cece1 Disable 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
  • a580c496fa fix set() ambiguity with range based call and default value James E. King III 2018-11-02 23:46:26 -0400
  • 1ca15c5fcd Enhance CI with libc++ and VC2017 strict jobs James E. King III 2018-11-02 23:21:40 -0400
  • 512ac37529 Enhance Travis CI build coverage James E. King III 2018-10-28 01:28:31 +0000
  • 8e265c49f8 cleanup pending and detail headers James E. King III 2018-08-21 03:27:04 +0000
  • a449a11a80 Add set/reset/flip functions to change sequences (#27) Evgeny Shulgin 2018-10-12 15:07:01 +0300
  • a0735943f2 Merge branch 'master' into develop James E. King III 2018-10-12 11:47:12 +0000
  • 8fe1db1b08 Correct e-mail address Glen Fernandes 2018-09-04 10:36:03 -0400
  • d7d6555f85 Correct e-mail address Glen Fernandes 2018-09-04 10:36:03 -0400
  • a90fe08934 Add hardware supported popcount Evgeny Shulgin 2018-08-23 15:50:53 +0300
  • b944aa3008 fix broken ci jobs in travis James E. King III 2018-07-14 20:51:19 +0000
  • 759af5e853
    Fix coverity badges in readme James E. King III 2018-07-04 08:05:54 -0400
  • 7b6379a356 Add 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
  • 4f54d83981
    Merge pull request #21 from NAThompson/remove_deprecated_header Edward Diener 2018-02-11 16:50:56 -0500
  • 4cac68e762 Remove deprecated header. Nick Thompson 2018-02-11 15:08:19 -0600
  • d3eb4faf0c Fix some warnings from gcc - https://github.com/boostorg/dynamic_bitset/issues/19 Marshall Clow 2018-01-31 11:11:12 -0800
  • 3f3662d39d Fix comment block in Jamfile; addresses https://github.com/boostorg/dynamic_bitset/issues/20 Marshall Clow 2018-01-31 09:27:51 -0800
  • 184d1ba7ad Merge pull request #17 from DanielaE/feature/squash-narrowing-warnings Edward Diener 2017-06-27 09:36:10 -0400
  • 5b39db5ba0 squash compiler warnings due to wrong order of type-cast and integral type promotion Daniela Engert 2015-01-02 16:52:28 +0100
  • f4e49ff56f Revert masks change Edward Diener 2017-05-18 11:52:03 -0400
  • 0c8640efb8 Merge branch 'develop' into LessThanFix Edward Diener 2017-05-17 20:59:44 -0400
  • 0ead484c37 Implemented lexigraphic compare when bitsets have different lengths. Edward Diener 2017-05-17 20:59:08 -0400
  • 6cafa21c6d Fix for gcc and clang using libstdc++. Edward Diener 2017-05-15 16:29:38 -0400
  • dbfce8e174 Allow different sized bitsets to be compared for <, >, <=, >= Edward Diener 2017-05-15 13:03:15 -0400
  • 684b6117dd Merge pull request #16 from DanielaE/fix/wrong-parameter-type Marshall Clow 2017-04-16 07:03:51 -0700
  • 572e9d78ff fix wrong parameter type in constructor of dynamic_bitset::reference Daniela Engert 2015-01-02 16:45:45 +0100
  • e49b08a289 Added expected doc subdirectory Edward Diener 2017-01-09 03:09:28 -0500
  • d644c83b13 Merge pull request #14 from sehe/develop Edward Diener 2017-01-08 23:35:27 -0500
  • a50768c085 Add tests for serialization support Seth Heeren 2015-06-24 01:54:18 +0200
  • 91895380c6 Add optional serialization support Seth Heeren 2015-06-24 01:28:52 +0200
  • 7259281f5b Merge pull request #15 from danieljames/move-tests Marshall Clow 2016-07-01 08:24:46 -0700
  • 92af4f52e9 Dummy jamfile for the super project's build script. Daniel 2016-07-01 09:10:18 +0100
  • d86f4ebddb Move tests into test subdirectory Daniel 2016-07-01 09:08:51 +0100
  • 340822f979 Add capacity(), reserve(), and shrink_to_fit(). ricky65 2014-11-24 17:09:22 +0000
  • 1c5e30fe49 Merge branch 'master' into develop Ahmed Charles 2015-06-03 22:44:34 -0700
  • 0f48010783 Merge branch 'develop' Ahmed Charles 2015-06-03 22:43:44 -0700
  • 1d59cc4788 Add converting constructor to minimal_allocator. Ahmed Charles 2015-05-19 00:36:26 -0700
  • 9879dd05b5 Merge changes from develop for the 1.58.0 release Marshall Clow 2015-04-01 10:29:10 -0700
  • 29ba0c22b1 Merge pull request #13 from ahmedcharles/doc Marshall Clow 2015-03-18 16:10:57 -0700
  • 8b7374b1db Update 'more' links. Daniel James 2008-05-01 21:34:42 +0000
  • 2091a4fd18 Merge branch 'develop' Steven Watanabe 2015-03-07 11:53:03 -0700
  • 225064d355 Patch 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
  • b151c97fd2 Merge pull request #10 from danieljames/metadata Noel Belcourt 2014-08-23 14:08:58 -0600
  • a93174ddf9 Add metadata file. Daniel James 2014-08-18 14:58:36 +0100
  • 1611aeb16a Merge pull request #9 from boostorg/develop Noel Belcourt 2014-06-25 13:27:29 -0600
  • 3229e26108 Merge pull request #8 from glenfe/develop Ahmed Charles 2014-05-28 10:12:07 -0700
  • 083c5e6214 Use non-deprecated macro for r-value reference support detection Glen Fernandes 2014-05-19 17:41:50 -0700
  • 18eb52ecee Add noexcept specifications Glen Fernandes 2014-05-19 17:39:39 -0700
  • a3ea40d932 Support C++11 minimal allocators Glen Fernandes 2014-05-19 17:38:23 -0700
  • dd7cdc794e Merge branch 'master' into develop Ahmed Charles 2014-05-17 16:32:16 -0600
  • 10195375ed Fix lacking include in previous pull request. Ahmed Charles 2014-05-17 16:30:18 -0600
  • 9ed6f608a1 Merge pull request #6 from 0-wiz-0/master Noel Belcourt 2014-05-16 11:46:05 -0600
  • ba0ba59f24 Add support to dynamic_bitset for compiling with exceptions disabled by using BOOST_TRY/BOOST_CATCH. Boleslaw Ciesielski 2014-05-16 12:05:43 -0400
  • bcc384b604 Fix implicit conversion changes signedness problems. Thomas Klausner 2014-05-16 16:38:38 +0200
  • 7b14895ec6 Merge branch 'develop' Ahmed Charles 2014-03-05 21:22:39 -0800
  • eb6004d98d Merge branch 'master' into develop Ahmed Charles 2014-03-05 21:17:47 -0800
  • f34a8a4b23 Fix broken build due to addressof() not being included on some platforms. Ahmed Charles 2014-03-04 12:21:31 -0800
  • d19aeced56 Add test_set() (#6164). Ahmed Charles 2014-02-24 02:27:45 -0800
  • 5f4c0dc4d9 Improve testing for set(pos, val). Ahmed Charles 2014-02-24 02:18:57 -0800
  • 1b880102fe Add all() (#8445). Ahmed Charles 2014-02-22 18:02:07 -0800
  • e8b37ccf10 Improve tests for any() and none(). Ahmed Charles 2014-02-22 18:01:22 -0800
  • e7aa32f5db Reenable check within test for dynamic_bitset::any(). Ahmed Charles 2014-02-22 17:03:18 -0800
  • 86b177d3ee Add support for move constructors in C++11 (#6947). Ahmed Charles 2014-02-21 03:14:11 -0800
  • 4c6825716f Fix MSVC warnings (#9621). There should be no behavior change. Ahmed Charles 2014-02-20 23:53:20 -0800
  • ac0baa94ee Whitespace changes. Ahmed Charles 2014-02-20 20:59:30 -0800
  • ae64496e98 Merge develop into master. Ahmed Charles 2014-03-01 17:37:39 -0800
  • 0a1621f0e7 simplify dynamic_bitset::find_next() Alexey Stukalov 2014-01-12 16:18:16 +0100
  • 4d8b9b5c33 Merge pull request #4 from ahmedcharles/patch-2 Marshall Clow 2014-02-24 07:51:35 -0800
  • 9fe813dd93 Merge branch 'master' into develop. Ahmed Charles 2014-02-19 01:19:19 -0800
  • dd69fe8756 Create merge point from develop to master after git migration. Ahmed Charles 2014-02-18 23:05:07 -0800
  • 20df4eadc8 Merge pull request #2 from ahmedcharles/patch-1 Marshall Clow 2014-02-18 22:44:15 -0800
  • cccd1f74dc Fix MSVC warning about mismatched sizes. Ahmed Charles 2014-02-18 22:04:43 -0800
  • 71a5cc6eeb Rename variable to make slightly more sense. Ahmed Charles 2014-02-18 21:47:21 -0800
  • c9fa6dbdd1 Fix spelling mistake. Ahmed Charles 2014-02-18 21:44:13 -0800
  • 7186546f7d Removed unused local typedef in dyn_bitset_unit_tests1.cpp. Gennaro Prota 2013-11-03 21:41:30 +0000
  • b82bfe4832 Merged the latest tweaks to dynamic_bitset/example/timing_tests.cpp (trunk revision 86553). Gennaro Prota 2013-11-03 21:33:30 +0000
  • a257dead26 Minor adjustments to dynamic_bitset's timing_test.cpp. Gennaro Prota 2013-11-03 20:46:56 +0000
  • f44fbae9ba Merge fixes to release; Fixes #5439 Marshall Clow 2011-06-01 15:59:04 +0000
  • d6f1835fbb Applied patch; Refs #5439 Marshall Clow 2011-04-26 14:41:50 +0000
  • e6fc8e8ec9 Merge dynamic_bitset from the trunk Steven Watanabe 2011-01-03 16:38:46 +0000
  • 734861bdac Fix test for C++0x Steven Watanabe 2011-01-02 19:24:47 +0000
  • 594140a081 Document intersects. Fixes #2837. Steven Watanabe 2010-06-22 04:38:42 +0000
  • 59e99b9b45 Use the correct variable type to save the result of count_extra_bits(). Fixes #4022. Steven Watanabe 2010-06-13 04:36:50 +0000
  • f199a7f006 Cast an anonymous enum to bool. Fixes #4025. Steven Watanabe 2010-06-13 04:23:35 +0000
  • 60f871da0c rm 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
  • d77a2c4afa rm 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
  • 76d2f9d4d1 Copyrights 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
  • e3a2ca7276 Add basic copyright/license to keep cmake out of the inspection report Troy D. Straszheim 2009-07-22 21:51:01 +0000