mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
boost: integrate boost.lockfree
Signed-off-by: Tim Blechmann <tim@klingt.org> [SVN r79196]
This commit is contained in:
parent
c935e8cd60
commit
803bbe2d6e
4 changed files with 7 additions and 0 deletions
|
@ -60,6 +60,8 @@ boostbook doc
|
|||
#<dependency>../libs/spirit/doc//spirit
|
||||
<dependency>../libs/heap/doc//autodoc.xml
|
||||
<dependency>../libs/heap/doc//heap
|
||||
<dependency>../libs/lockfree/doc//autodoc.xml
|
||||
<dependency>../libs/lockfree/doc//lockfree
|
||||
|
||||
## Add path references to the QuickBook generated docs...
|
||||
|
||||
|
@ -90,6 +92,7 @@ boostbook doc
|
|||
<implicit-dependency>../libs/random/doc//random
|
||||
#<implicit-dependency>../libs/spirit/doc//spirit
|
||||
<implicit-dependency>../libs/heap/doc//heap
|
||||
<implicit-dependency>../libs/lockfree/doc//lockfree
|
||||
|
||||
<xsl:param>boost.libraries=../../libs/libraries.htm
|
||||
|
||||
|
|
|
@ -372,6 +372,8 @@
|
|||
|
||||
<xi:include href="lexical_cast.xml"/>
|
||||
|
||||
<xi:include href="lockfree.xml"/>
|
||||
|
||||
<library name="Math" dirname="math" html-only="1">
|
||||
<libraryinfo>
|
||||
<author>
|
||||
|
|
|
@ -57,6 +57,7 @@ lambda Jaakko Jarvi <jarvi -at- cs.tamu.edu>
|
|||
local_function Lorenzo Caminiti <lorcaminiti -at- gmail.com>
|
||||
locale Artyom Beilis <artyomtnk -at- yahoo.com>
|
||||
logic Douglas Gregor <dgregor -at- cs.indiana.edu>
|
||||
lockfree Tim Blechmann <tim -at- klingt.org>
|
||||
math Hubert Holin <Hubert.Holin -at- meteo.fr>, John Maddock <john -at- johnmaddock.co.uk>
|
||||
move Ion Gaztanaga <igaztanaga -at- gmail.com>
|
||||
mpl Aleksey Gurtovoy <agurtovoy -at- meta-comm.com>
|
||||
|
|
|
@ -100,6 +100,7 @@ run-tests libs :
|
|||
local_function/test # test-suite local_function
|
||||
locale/test # test-suite locale
|
||||
logic/test # test-suite logic
|
||||
lockfree/test # test-suite lockfree
|
||||
math/test # test-suite math
|
||||
move/example # test-suite move_example
|
||||
move/test # test-suite move_test
|
||||
|
|
Loading…
Add table
Reference in a new issue