Marshall Clow
29ba0c22b1
Merge pull request #13 from ahmedcharles/doc
...
Update 'more' links.
2015-03-18 16:10:57 -07:00
Daniel James
8b7374b1db
Update 'more' links.
...
[SVN r44996]
2015-03-18 22:51:14 +00:00
Steven Watanabe
2091a4fd18
Merge branch 'develop'
2015-03-07 11:53:03 -07:00
Marshall Clow
225064d355
Patch by Riccardo Marcangelo: Added a pop_back() member function which decreases the size of the bitset by one
2014-09-15 08:29:05 -07:00
Noel Belcourt
b151c97fd2
Merge pull request #10 from danieljames/metadata
...
Create metadata file.
2014-08-23 14:08:58 -06:00
Daniel James
a93174ddf9
Add metadata file.
2014-08-18 14:58:36 +01:00
Noel Belcourt
1611aeb16a
Merge pull request #9 from boostorg/develop
...
Merge develop to master
Tested on Darwin, thanks.
2014-06-25 13:27:29 -06:00
Ahmed Charles
3229e26108
Merge pull request #8 from glenfe/develop
...
Support C++11 minimal allocators and add noexcept specifications
2014-05-28 10:12:07 -07:00
Glen Fernandes
083c5e6214
Use non-deprecated macro for r-value reference support detection
2014-05-19 17:41:50 -07:00
Glen Fernandes
18eb52ecee
Add noexcept specifications
2014-05-19 17:39:39 -07:00
Glen Fernandes
a3ea40d932
Support C++11 minimal allocators
2014-05-19 17:38:23 -07:00
Ahmed Charles
dd7cdc794e
Merge branch 'master' into develop
2014-05-17 16:32:16 -06:00
Ahmed Charles
10195375ed
Fix lacking include in previous pull request.
2014-05-17 16:30:18 -06:00
Noel Belcourt
9ed6f608a1
Merge pull request #6 from 0-wiz-0/master
...
Fix implicit conversion changes signedness problems.
Looks good, thanks!
2014-05-16 11:46:05 -06:00
Boleslaw Ciesielski
ba0ba59f24
Add support to dynamic_bitset for compiling with exceptions disabled by using BOOST_TRY/BOOST_CATCH.
...
This applies the patch from bug https://svn.boost.org/trac/boost/ticket/9939
2014-05-16 12:05:43 -04:00
Thomas Klausner
bcc384b604
Fix implicit conversion changes signedness problems.
...
clang-3.5 trunk 201163 and OS X's clang (not sure which version)
report -Wsign-conversion warnings with this header. This patch fixes
them.
https://svn.boost.org/trac/boost/ticket/9725
Signed-off-by: Thomas Klausner <tk@giga.or.at>
2014-05-16 16:38:38 +02:00
Ahmed Charles
7b14895ec6
Merge branch 'develop'
2014-03-05 21:22:39 -08:00
Ahmed Charles
eb6004d98d
Merge branch 'master' into develop
2014-03-05 21:17:47 -08:00
Ahmed Charles
f34a8a4b23
Fix broken build due to addressof() not being included on some platforms.
2014-03-04 12:21:31 -08:00
Ahmed Charles
d19aeced56
Add test_set() ( #6164 ).
2014-03-01 18:19:54 -08:00
Ahmed Charles
5f4c0dc4d9
Improve testing for set(pos, val).
2014-03-01 18:13:58 -08:00
Ahmed Charles
1b880102fe
Add all() ( #8445 ).
...
Includes test cases.
2014-03-01 18:11:59 -08:00
Ahmed Charles
e8b37ccf10
Improve tests for any() and none().
2014-03-01 18:09:52 -08:00
Ahmed Charles
e7aa32f5db
Reenable check within test for dynamic_bitset::any().
2014-03-01 18:09:51 -08:00
Ahmed Charles
86b177d3ee
Add support for move constructors in C++11 ( #6947 ).
2014-03-01 18:06:19 -08:00
Ahmed Charles
4c6825716f
Fix MSVC warnings ( #9621 ). There should be no behavior change.
2014-03-01 17:56:52 -08:00
Ahmed Charles
ac0baa94ee
Whitespace changes.
2014-03-01 17:43:44 -08:00
Ahmed Charles
ae64496e98
Merge develop into master.
...
Tests on develop are passing.
2014-03-01 17:38:08 -08:00
Alexey Stukalov
0a1621f0e7
simplify dynamic_bitset::find_next()
...
Instead of masking all bits in the current block that were already
visited and then finding the lowest remaining bit, it shifts the current
block directly to the first unvisited bit and identifies the lowest
set bit.
It requires fewer operations that the original implementation and should
be faster.
See https://svn.boost.org/trac/boost/ticket/5159 .
2014-03-01 17:26:39 -08:00
Marshall Clow
4d8b9b5c33
Merge pull request #4 from ahmedcharles/patch-2
...
Merge master into develop.
2014-02-24 07:51:35 -08:00
Ahmed Charles
9fe813dd93
Merge branch 'master' into develop.
2014-02-19 01:27:09 -08:00
Ahmed Charles
dd69fe8756
Create merge point from develop to master after git migration.
...
Both branches are the same, so this merge is uninteresting.
2014-02-18 23:34:43 -08:00
Marshall Clow
20df4eadc8
Merge pull request #2 from ahmedcharles/patch-1
...
Fix MSVC warning about mismatched sizes.
2014-02-18 22:44:15 -08:00
Ahmed Charles
cccd1f74dc
Fix MSVC warning about mismatched sizes.
2014-02-18 22:04:43 -08:00
Ahmed Charles
71a5cc6eeb
Rename variable to make slightly more sense.
2014-02-18 21:49:59 -08:00
Ahmed Charles
c9fa6dbdd1
Fix spelling mistake.
2014-02-18 21:46:27 -08:00
Gennaro Prota
7186546f7d
Removed unused local typedef in dyn_bitset_unit_tests1.cpp.
...
[SVN r86557]
2013-11-03 21:41:30 +00:00
Gennaro Prota
b82bfe4832
Merged the latest tweaks to dynamic_bitset/example/timing_tests.cpp (trunk revision 86553).
...
[SVN r86556]
2013-11-03 21:33:30 +00:00
Gennaro Prota
a257dead26
Minor adjustments to dynamic_bitset's timing_test.cpp.
...
[SVN r86553]
2013-11-03 20:46:56 +00:00
Marshall Clow
f44fbae9ba
Merge fixes to release; Fixes #5439
...
[SVN r72331]
2011-06-01 15:59:04 +00:00
Marshall Clow
d6f1835fbb
Applied patch; Refs #5439
...
[SVN r71505]
2011-04-26 14:41:50 +00:00
Steven Watanabe
e6fc8e8ec9
Merge dynamic_bitset from the trunk
...
[SVN r67617]
2011-01-03 16:38:46 +00:00
Steven Watanabe
734861bdac
Fix test for C++0x
...
[SVN r67581]
2011-01-02 19:24:47 +00:00
Steven Watanabe
594140a081
Document intersects. Fixes #2837 .
...
[SVN r63221]
2010-06-22 04:38:42 +00:00
Steven Watanabe
59e99b9b45
Use the correct variable type to save the result of count_extra_bits(). Fixes #4022 .
...
[SVN r62898]
2010-06-13 04:36:50 +00:00
Steven Watanabe
f199a7f006
Cast an anonymous enum to bool. Fixes #4025 .
...
[SVN r62897]
2010-06-13 04:23:35 +00:00
Troy D. Straszheim
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
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
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.
...
[SVN r56941]
2009-10-17 01:10:45 +00:00
Troy D. Straszheim
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.
[SVN r55159]
2009-07-26 00:49:56 +00:00
Troy D. Straszheim
e3a2ca7276
Add basic copyright/license to keep cmake out of the inspection report
...
[SVN r55095]
2009-07-22 21:51:01 +00:00