12 Commits

Author SHA1 Message Date
ivanpanch
960a2d18f7 Update lockfree.qbk 2025-08-25 07:50:20 +08:00
Tim Blechmann
d8c13b2ba3 lockfree: clean up alignment
* use alignas
* use constexpr variable instead of preprocessor define
2024-12-27 12:48:11 +08:00
Tim Blechmann
c5329ddf9f lockfree: implement spsc_value
spsc_value is a single-producer single-consumer value implemented as a
lockfree triple-buffer.
2024-12-08 08:15:39 +08:00
Rene Rivera
f715aada5b Adjust doc build to avoid boost-root references. 2024-08-19 09:04:16 +08:00
Tim Blechmann
e702308e19 doxygen cleanups 2024-05-03 21:45:54 +08:00
Tim Blechmann
6a70a658aa modernisation: use c++14 where possible 2024-05-03 21:45:54 +08:00
Dirk Jagdmann
45d3327fab fix typo in lockfree.qbk 2019-11-14 13:34:01 -08:00
Rene Rivera
2b674fc672 Add, and update, documentation build targets. 2016-10-07 23:07:34 -05:00
Tim Blechmann
5a53df7339 lockfree: fix typos in documentation
fixes #7783

[SVN r81849]
2012-12-11 09:22:47 +00:00
Daniel James
dfff77c585 lockfree: fix links to interprocess.
[SVN r81786]
2012-12-08 09:18:36 +00:00
Tim Blechmann
e72bba543b lockfree: fix some inspect warnings
[SVN r80465]
2012-09-09 13:12:43 +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