mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 05:25:00 +00:00
Added Boost.TypeIndex library
This commit is contained in:
parent
ba5fe9dca5
commit
70f765f791
7 changed files with 12 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -462,3 +462,7 @@
|
|||
path = libs/align
|
||||
url = ../align.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "type_index"]
|
||||
path = libs/type_index
|
||||
url = ../type_index.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
|
|
|
@ -86,6 +86,7 @@ boostbook doc
|
|||
<dependency>../libs/type_erasure/doc//type_erasure
|
||||
<dependency>../libs/align/doc//reference.xml
|
||||
<dependency>../libs/align/doc//align
|
||||
<dependency>../libs/align/doc//type_index
|
||||
|
||||
## Add path references to the QuickBook generated docs...
|
||||
|
||||
|
@ -121,6 +122,7 @@ boostbook doc
|
|||
<implicit-dependency>../libs/atomic/doc//atomic
|
||||
<implicit-dependency>../libs/type_erasure/doc//type_erasure
|
||||
<implicit-dependency>../libs/align/doc//align
|
||||
<implicit-dependency>../libs/align/doc//type_index
|
||||
|
||||
<xsl:param>boost.libraries=../../libs/libraries.htm
|
||||
|
||||
|
|
|
@ -678,6 +678,7 @@
|
|||
</library>
|
||||
|
||||
<xi:include href="type_erasure.xml"/>
|
||||
<xi:include href="type_index.xml"/>
|
||||
|
||||
<library name="Type Traits" dirname="type_traits" html-only="1">
|
||||
<libraryinfo>
|
||||
|
|
|
@ -689,6 +689,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|||
Execute arbitrary code at scope exit, from Alexander Nasonov and Lorenzo Caminiti.</li>
|
||||
<li><a href="typeof/index.html">typeof</a> -
|
||||
Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.</li>
|
||||
<li><a href="type_index/index.html">align</a> - Runtime/Compile time copyable type info,
|
||||
from Antony Polukhin.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
|
@ -111,6 +111,7 @@ tr1 John Maddock <john -at- johnmaddock.co.uk>
|
|||
tti Edward Diener <eld -at- tropicsoft.com>
|
||||
tuple Jaakko Jarvi <jarvi -at- cs.tamu.edu>
|
||||
type_erasure Steven Watanabe <steven -at- providere-consulting.com>
|
||||
type_index Antony Polukhin <antoshkka -at- gmail.com>
|
||||
type_traits John Maddock <john -at- johnmaddock.co.uk>
|
||||
typeof Arkadiy Vertleyb <vertleyb -at- hotmail.com>, Peder Holt <peder.holt -at- gmail.com>
|
||||
units Matthias Schabel <boost -at- schabel-family.org>, Steven Watanabe <steven -at- providere-consulting.com>
|
||||
|
|
1
libs/type_index
Submodule
1
libs/type_index
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a184f3969fd1da8ca75b2c1957712195815a060d
|
|
@ -161,6 +161,7 @@ run-tests libs :
|
|||
tti/test # test-suite tti
|
||||
tuple/test # test-suite tuple
|
||||
type_erasure/test # test-suite type_erasure
|
||||
type_index/test # test-suite type_index
|
||||
type_traits/test # test-suite type_traits
|
||||
typeof/test # test-suite typeof
|
||||
units/test # test-suite units
|
||||
|
|
Loading…
Add table
Reference in a new issue