summaryrefslogtreecommitdiffstats
path: root/rules/boost.in
diff options
context:
space:
mode:
authorJean-Claude Monnin <jc_monnin@emailplus.org>2013-11-21 10:42:48 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-29 11:31:57 +0100
commita626d747a12ada3dbc878688d84343805948cbf8 (patch)
treedc4f8022604729c241dfed57508a8de706877d21 /rules/boost.in
parent2da494edafdb1e7e24bafc44cd1829b2d6ffe240 (diff)
downloadptxdist-a626d747a12ada3dbc878688d84343805948cbf8.tar.gz
ptxdist-a626d747a12ada3dbc878688d84343805948cbf8.tar.xz
boost: version bump 1.51.0 -> 1.55.0
Boost realease notes: http://www.boost.org/users/history/version_1_55_0.html Help text is updated with description from project page with respect to C++11. Menu options for new libraries are added (atomic, coroutine, log). Signed-off-by: Jean-Claude Monnin <jc_monnin@emailplus.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/boost.in')
-rw-r--r--rules/boost.in30
1 files changed, 25 insertions, 5 deletions
diff --git a/rules/boost.in b/rules/boost.in
index 522182af3..9194dd580 100644
--- a/rules/boost.in
+++ b/rules/boost.in
@@ -23,9 +23,9 @@ menuconfig BOOST
The boost team aims to establish "existing practice" and provide
reference implementations so that Boost libraries are suitable for
eventual standardization. Ten Boost libraries are already included in
- the C++ Standards Committee's Library Technical Report ( TR1) as a step
- toward becoming part of a future C++ Standard. More Boost libraries are
- proposed for the upcoming TR2.
+ the C++ Standards Committee's Library Technical Report ( TR1) and in
+ the new C++11 Standard. C++11 also includes several more Boost libraries
+ in addition to those from TR1. More Boost libraries are proposed for TR2.
For details see the project homepage:
@@ -63,6 +63,13 @@ config BOOST_INST_MT_RED
comment "Boost Libraries"
+config BOOST_ATOMIC
+ bool
+ select BOOST_SYSTEM
+ prompt "atomic"
+ help
+ Boost atomic library
+
config BOOST_CHRONO
bool
select BOOST_SYSTEM
@@ -76,6 +83,13 @@ config BOOST_CONTEXT
help
Boost context library
+config BOOST_COROUTINE
+ bool
+ select BOOST_CONTEXT
+ prompt "coroutine"
+ help
+ Boost coroutine library
+
config BOOST_DATE_TIME
bool
prompt "date_time"
@@ -119,7 +133,13 @@ config BOOST_LOCALE
select BOOST_SYSTEM
prompt "locale"
help
- Boost iostream library
+ Boost locale library
+
+config BOOST_LOG
+ bool
+ prompt "log"
+ help
+ Boost log library
config BOOST_MATH
bool
@@ -143,7 +163,7 @@ config BOOST_RANDOM
bool
prompt "random"
help
- Boost iostream library
+ Boost random library
config BOOST_REGEX
bool