Commit Graph

9 Commits

Author SHA1 Message Date
Tim Blechmann
4663348be0 lockfree: use lock_guard instead of the deprecated boost::mutex::scoped_lock
fixes #8838

[SVN r85196]
2013-08-03 09:08:32 +00:00
Tim Blechmann
d9f89ec5c9 lockfree: prevent warnings for unused arguments
Signed-off-by: Tim Blechmann <tim@klingt.org>

[SVN r84618]
2013-06-03 09:48:47 +00:00
Tim Blechmann
e8e89220f6 lockfree: introduce consume_one and consume_all methods
[SVN r83275]
2013-03-03 13:07:50 +00:00
Tim Blechmann
1c67ecf90f lockfree: cleanups in testsuite
[SVN r81317]
2012-11-13 10:59:27 +00:00
Jürgen Hunold
bbbc8fcf7a Fix min-max guideline violations
Fix some conversion warnings from msvc

[SVN r80627]
2012-09-22 15:40:07 +00:00
Tim Blechmann
e72bba543b lockfree: fix some inspect warnings
[SVN r80465]
2012-09-09 13:12:43 +00:00
Tim Blechmann
416a270c89 lockfree: another testsuite fix
Signed-off-by: Tim Blechmann <tim@klingt.org>

[SVN r79265]
2012-07-04 18:02:39 +00:00
Tim Blechmann
8d9dca0e46 lockfree: fix some compiler warnings & relax stress tests
Signed-off-by: Tim Blechmann <tim@klingt.org>

[SVN r79247]
2012-07-03 17:17:54 +00:00
Tim Blechmann
f8298d22bd lockfree: import boost.lockfree with boost.atomic as implementation detail
Signed-off-by: Tim Blechmann <tim@klingt.org>

[SVN r79195]
2012-07-01 08:37:57 +00:00