Compare commits
2 Commits
boost-1.37
...
boost-1.38
Author | SHA1 | Date | |
---|---|---|---|
927fbef6ef | |||
5dff610007 |
23
CMakeLists.txt
Normal file
@ -0,0 +1,23 @@
|
||||
#----------------------------------------------------------------------------
|
||||
# This file was automatically generated from the original CMakeLists.txt file
|
||||
# Add a variable to hold the headers for the library
|
||||
set (lib_headers
|
||||
fusion
|
||||
)
|
||||
|
||||
# Add a library target to the build system
|
||||
boost_library_project(
|
||||
fusion
|
||||
# SRCDIRS
|
||||
# TESTDIRS
|
||||
HEADERS ${lib_headers}
|
||||
# DOCDIRS
|
||||
DESCRIPTION "Library for working with tuples, including various containers, algorithms, etc."
|
||||
MODULARIZED
|
||||
AUTHORS "Joel de Guzman <joel -at- boost-consulting.com>"
|
||||
"Dan Marsden <danmarsden -at- yahoo.co.uk>"
|
||||
"Tobias Schwinger <tschwinger -at- isonews2.com>"
|
||||
# MAINTAINERS
|
||||
)
|
||||
|
||||
|
0
doc/html/images/alert.png
Executable file → Normal file
Before Width: | Height: | Size: 603 B After Width: | Height: | Size: 603 B |
0
doc/html/images/home.png
Executable file → Normal file
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 358 B |
0
doc/html/images/next.png
Executable file → Normal file
Before Width: | Height: | Size: 336 B After Width: | Height: | Size: 336 B |
0
doc/html/images/note.png
Executable file → Normal file
Before Width: | Height: | Size: 658 B After Width: | Height: | Size: 658 B |
0
doc/html/images/prev.png
Executable file → Normal file
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 334 B |
0
doc/html/images/smiley.png
Executable file → Normal file
Before Width: | Height: | Size: 867 B After Width: | Height: | Size: 867 B |
0
doc/html/images/tip.png
Executable file → Normal file
Before Width: | Height: | Size: 640 B After Width: | Height: | Size: 640 B |
0
doc/html/images/up.png
Executable file → Normal file
Before Width: | Height: | Size: 370 B After Width: | Height: | Size: 370 B |
0
include/boost/fusion/algorithm/iteration/ext_/for_each_s.hpp
Executable file → Normal file
0
include/boost/fusion/algorithm/query/ext_/find_if_s.hpp
Executable file → Normal file
0
include/boost/fusion/container/ext_/tree.hpp
Executable file → Normal file
0
include/boost/fusion/sequence/intrinsic/ext_/segments.hpp
Executable file → Normal file
0
include/boost/fusion/sequence/intrinsic/ext_/size_s.hpp
Executable file → Normal file
0
include/boost/fusion/support/ext_/is_segmented.hpp
Executable file → Normal file
0
include/boost/fusion/view/ext_/multiple_view.hpp
Executable file → Normal file
0
include/boost/fusion/view/ext_/segmented_iterator_range.hpp
Executable file → Normal file
1
module.cmake
Normal file
@ -0,0 +1 @@
|
||||
boost_module (fusion DEPENDS function_types)
|