summaryrefslogtreecommitdiffstats
path: root/rules/boost.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-09-30 13:01:32 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-30 13:02:29 +0200
commite983de35b3012c8000ea0aaef7130b3a7b27374f (patch)
tree9bf1a297bd9276d27d140d82fc39de1cba53e296 /rules/boost.in
parente2d3ace10008df7c4481038fb999279b6493712b (diff)
downloadptxdist-e983de35b3012c8000ea0aaef7130b3a7b27374f.tar.gz
ptxdist-e983de35b3012c8000ea0aaef7130b3a7b27374f.tar.xz
boost: version bumpt 1.47.0 -> 1.51.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/boost.in')
-rw-r--r--rules/boost.in100
1 files changed, 86 insertions, 14 deletions
diff --git a/rules/boost.in b/rules/boost.in
index 970247c55..522182af3 100644
--- a/rules/boost.in
+++ b/rules/boost.in
@@ -63,36 +63,88 @@ config BOOST_INST_MT_RED
comment "Boost Libraries"
+config BOOST_CHRONO
+ bool
+ select BOOST_SYSTEM
+ prompt "chrono"
+ help
+ Boost chrono library
+
+config BOOST_CONTEXT
+ bool
+ prompt "context"
+ help
+ Boost context library
+
config BOOST_DATE_TIME
- bool
- prompt "date_time"
- help
+ bool
+ prompt "date_time"
+ help
Boost date time library
+config BOOST_EXCEPTION
+ bool
+ prompt "exception"
+ help
+ Boost exception library
+
config BOOST_FILESYSTEM
bool
+ select BOOST_SYSTEM
prompt "filesystem"
help
Boost filesystem library
config BOOST_GRAPH
bool
+ select BOOST_REGEX
prompt "graph"
help
Boost graph library
+config BOOST_GRAPH_PARALLEL
+ bool
+ prompt "graph_parallel"
+ help
+ Boost graph_parallel library
+
config BOOST_IOSTREAMS
bool
prompt "iostreams"
help
Boost iostream library
+config BOOST_LOCALE
+ bool
+ select BOOST_SYSTEM
+ prompt "locale"
+ help
+ Boost iostream library
+
+config BOOST_MATH
+ bool
+ prompt "math"
+ help
+ Boost iostream library
+
+config BOOST_MPI
+ bool
+ prompt "mpi"
+ help
+ Boost iostream library
+
config BOOST_PROGRAM_OPTIONS
bool
- prompt "program options"
- help
+ prompt "program options"
+ help
Boost program option parser
+config BOOST_RANDOM
+ bool
+ prompt "random"
+ help
+ Boost iostream library
+
config BOOST_REGEX
bool
prompt "regex"
@@ -100,31 +152,51 @@ config BOOST_REGEX
Boost regex library
config BOOST_SERIALIZATION
- bool
- prompt "serialization"
- help
+ bool
+ prompt "serialization"
+ help
Boost serialization library
config BOOST_SIGNALS
- bool
- prompt "signals"
- help
+ bool
+ prompt "signals"
+ help
Boost signals library
+config BOOST_SYSTEM
+ bool
+ prompt "system"
+ help
+ Boost system library
+
config BOOST_TEST
- bool
- prompt "test"
- help
+ bool
+ prompt "test"
+ help
Boost test framework
config BOOST_THREAD
bool
+ select BOOST_CHRONO
+ select BOOST_SYSTEM
prompt "thread"
help
Portable C++ multi-threading library
+config BOOST_TIMER
+ bool
+ select BOOST_CHRONO
+ select BOOST_SYSTEM
+ prompt "timer"
+ help
+ Boost iostream library
+
config BOOST_WAVE
bool
+ select BOOST_THREAD
+ select BOOST_CHRONO
+ select BOOST_FILESYSTEM
+ select BOOST_SYSTEM
prompt "wave"
help
Boost wave library