Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] boost: add contract lib
@ 2018-05-11  6:23 mingli.yu
  2018-05-16  4:37 ` Randy MacLeod
  0 siblings, 1 reply; 5+ messages in thread
From: mingli.yu @ 2018-05-11  6:23 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <mingli.yu@windriver.com>

Add the contract lib which implements contract
programming (a.k.a., Design by Contract or DbC) [1]
for the C++ programming language.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 meta/recipes-support/boost/boost.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index b447897a0c..6984bee777 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -9,6 +9,7 @@ BOOST_LIBS = "\
 	atomic \
 	chrono \
 	container \
+	contract \
 	date_time \
 	exception \
 	filesystem \
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [PATCH] boost: add contract lib
@ 2018-05-11  3:34 mingli.yu
  2018-05-11  6:18 ` Yu, Mingli
  0 siblings, 1 reply; 5+ messages in thread
From: mingli.yu @ 2018-05-11  3:34 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <mingli.yu@windriver.com>

Add the contract lib

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 meta/recipes-support/boost/boost.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index b447897a0c..6984bee777 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -9,6 +9,7 @@ BOOST_LIBS = "\
 	atomic \
 	chrono \
 	container \
+	contract \
 	date_time \
 	exception \
 	filesystem \
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-23  2:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-11  6:23 [PATCH] boost: add contract lib mingli.yu
2018-05-16  4:37 ` Randy MacLeod
2018-05-23  2:14   ` Yu, Mingli
  -- strict thread matches above, loose matches on Subject: below --
2018-05-11  3:34 mingli.yu
2018-05-11  6:18 ` Yu, Mingli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox