summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/files/gcc43.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-11-15 12:58:44 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-16 17:32:45 +0000
commit65333d263e92d6cece36e87f7cd2ccc27d074cec (patch)
treebf08fa12cd589c6952e249a6a199e93c0bcdfcac /meta/recipes-support/boost/files/gcc43.patch
parent7fb529436942015aebd6db0eb55c4a5e1e9c787a (diff)
downloadpoky-65333d263e92d6cece36e87f7cd2ccc27d074cec.tar.gz
boost: Update to 1.47.0 & Cleanup
Removed boost-jam-native since it was an older version no incompatible with boost 1.47. Modified boost to use BBCLASSEXTEND native for the bjam native binary. Removed older unused patches. (From OE-Core rev: 67df7590d0a6600cb9768b3df2b56983a5fe234f) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost/files/gcc43.patch')
-rw-r--r--meta/recipes-support/boost/files/gcc43.patch258
1 files changed, 0 insertions, 258 deletions
diff --git a/meta/recipes-support/boost/files/gcc43.patch b/meta/recipes-support/boost/files/gcc43.patch
deleted file mode 100644
index dbf980d6f4..0000000000
--- a/meta/recipes-support/boost/files/gcc43.patch
+++ /dev/null
@@ -1,258 +0,0 @@
1Upstream-Status: Backport
2
3diff -aNru boost_1_34_1-ORIGINAL/boost/archive/polymorphic_iarchive.hpp boost_1_34_1/boost/archive/polymorphic_iarchive.hpp
4--- boost_1_34_1-ORIGINAL/boost/archive/polymorphic_iarchive.hpp 2005-12-11 00:12:51.000000000 -0600
5+++ boost_1_34_1/boost/archive/polymorphic_iarchive.hpp 2008-03-03 03:08:59.000000000 -0600
6@@ -17,6 +17,7 @@
7 // See http://www.boost.org for updates, documentation, and revision history.
8
9 #include <cstddef> // std::size_t
10+#include <climits>
11 #include <boost/config.hpp>
12
13 #if defined(BOOST_NO_STDC_NAMESPACE)
14diff -aNru boost_1_34_1-ORIGINAL/boost/archive/polymorphic_oarchive.hpp boost_1_34_1/boost/archive/polymorphic_oarchive.hpp
15--- boost_1_34_1-ORIGINAL/boost/archive/polymorphic_oarchive.hpp 2006-02-11 23:43:06.000000000 -0600
16+++ boost_1_34_1/boost/archive/polymorphic_oarchive.hpp 2008-03-03 03:08:59.000000000 -0600
17@@ -17,6 +17,7 @@
18 // See http://www.boost.org for updates, documentation, and revision history.
19
20 #include <cstddef> // size_t
21+#include <climits>
22 #include <string>
23
24 #include <boost/config.hpp>
25diff -aNru boost_1_34_1-ORIGINAL/boost/date_time/date_facet.hpp boost_1_34_1/boost/date_time/date_facet.hpp
26--- boost_1_34_1-ORIGINAL/boost/date_time/date_facet.hpp 2005-09-05 16:10:50.000000000 -0500
27+++ boost_1_34_1/boost/date_time/date_facet.hpp 2008-03-03 03:08:59.000000000 -0600
28@@ -429,7 +429,7 @@
29 typedef std::basic_string<CharT> string_type;
30 typedef CharT char_type;
31 typedef boost::date_time::period_parser<date_type, CharT> period_parser_type;
32- typedef special_values_parser<date_type,CharT> special_values_parser_type;
33+ typedef boost::date_time::special_values_parser<date_type,CharT> special_values_parser_type;
34 typedef std::vector<std::basic_string<CharT> > input_collection_type;
35 typedef format_date_parser<date_type, CharT> format_date_parser_type;
36 // date_generators stuff goes here
37diff -aNru boost_1_34_1-ORIGINAL/boost/mpl/zip_view.hpp boost_1_34_1/boost/mpl/zip_view.hpp
38--- boost_1_34_1-ORIGINAL/boost/mpl/zip_view.hpp 2004-09-02 10:40:42.000000000 -0500
39+++ boost_1_34_1/boost/mpl/zip_view.hpp 2008-03-03 03:08:59.000000000 -0600
40@@ -37,7 +37,7 @@
41 typedef zip_iterator<
42 typename transform1<
43 IteratorSeq
44- , next<_1>
45+ , boost::mpl::next<_1>
46 >::type
47 > next;
48 };
49@@ -48,8 +48,8 @@
50 struct zip_view
51 {
52 private:
53- typedef typename transform1< Sequences, begin<_1> >::type first_ones_;
54- typedef typename transform1< Sequences, end<_1> >::type last_ones_;
55+ typedef typename transform1< Sequences, boost::mpl::begin<_1> >::type first_ones_;
56+ typedef typename transform1< Sequences, boost::mpl::end<_1> >::type last_ones_;
57
58 public:
59 typedef nested_begin_end_tag tag;
60diff -aNru boost_1_34_1-ORIGINAL/boost/python/detail/def_helper.hpp boost_1_34_1/boost/python/detail/def_helper.hpp
61--- boost_1_34_1-ORIGINAL/boost/python/detail/def_helper.hpp 2004-09-15 20:00:28.000000000 -0500
62+++ boost_1_34_1/boost/python/detail/def_helper.hpp 2008-03-03 03:08:59.000000000 -0600
63@@ -155,7 +155,7 @@
64 , T3 const&
65 , T4 const&
66 , default_call_policies
67- , keywords<0>
68+ , boost::python::detail::keywords<0>
69 , char const*
70 , void(not_specified::*)() // A function pointer type which is never an
71 // appropriate default implementation
72diff -aNru boost_1_34_1-ORIGINAL/boost/regex/v4/basic_regex_creator.hpp boost_1_34_1/boost/regex/v4/basic_regex_creator.hpp
73--- boost_1_34_1-ORIGINAL/boost/regex/v4/basic_regex_creator.hpp 2006-07-16 11:06:38.000000000 -0500
74+++ boost_1_34_1/boost/regex/v4/basic_regex_creator.hpp 2008-03-03 03:08:59.000000000 -0600
75@@ -24,6 +24,8 @@
76 # include BOOST_ABI_PREFIX
77 #endif
78
79+#include <climits>
80+
81 namespace boost{
82
83 namespace re_detail{
84diff -aNru boost_1_34_1-ORIGINAL/boost/regex/v4/basic_regex.hpp boost_1_34_1/boost/regex/v4/basic_regex.hpp
85--- boost_1_34_1-ORIGINAL/boost/regex/v4/basic_regex.hpp 2007-06-05 12:28:18.000000000 -0500
86+++ boost_1_34_1/boost/regex/v4/basic_regex.hpp 2008-03-03 03:08:59.000000000 -0600
87@@ -23,6 +23,8 @@
88 # include BOOST_ABI_PREFIX
89 #endif
90
91+#include <climits>
92+
93 namespace boost{
94 #ifdef BOOST_MSVC
95 #pragma warning(push)
96diff -aNru boost_1_34_1-ORIGINAL/boost/regex/v4/basic_regex_parser.hpp boost_1_34_1/boost/regex/v4/basic_regex_parser.hpp
97--- boost_1_34_1-ORIGINAL/boost/regex/v4/basic_regex_parser.hpp 2006-12-20 11:19:05.000000000 -0600
98+++ boost_1_34_1/boost/regex/v4/basic_regex_parser.hpp 2008-03-03 03:08:59.000000000 -0600
99@@ -23,6 +23,8 @@
100 # include BOOST_ABI_PREFIX
101 #endif
102
103+#include <climits>
104+
105 namespace boost{
106 namespace re_detail{
107
108diff -aNru boost_1_34_1-ORIGINAL/boost/regex/v4/cpp_regex_traits.hpp boost_1_34_1/boost/regex/v4/cpp_regex_traits.hpp
109--- boost_1_34_1-ORIGINAL/boost/regex/v4/cpp_regex_traits.hpp 2007-01-15 05:09:44.000000000 -0600
110+++ boost_1_34_1/boost/regex/v4/cpp_regex_traits.hpp 2008-03-03 03:08:59.000000000 -0600
111@@ -41,6 +41,7 @@
112
113 #include <istream>
114 #include <ios>
115+#include <climits>
116
117 #ifdef BOOST_HAS_ABI_HEADERS
118 # include BOOST_ABI_PREFIX
119diff -aNru boost_1_34_1-ORIGINAL/boost/regex/v4/perl_matcher.hpp boost_1_34_1/boost/regex/v4/perl_matcher.hpp
120--- boost_1_34_1-ORIGINAL/boost/regex/v4/perl_matcher.hpp 2006-10-18 07:55:30.000000000 -0500
121+++ boost_1_34_1/boost/regex/v4/perl_matcher.hpp 2008-03-03 03:08:59.000000000 -0600
122@@ -18,6 +18,8 @@
123 # include BOOST_ABI_PREFIX
124 #endif
125
126+#include <climits>
127+
128 namespace boost{
129 namespace re_detail{
130
131diff -aNru boost_1_34_1-ORIGINAL/boost/regex/v4/regex_split.hpp boost_1_34_1/boost/regex/v4/regex_split.hpp
132--- boost_1_34_1-ORIGINAL/boost/regex/v4/regex_split.hpp 2005-01-21 11:22:38.000000000 -0600
133+++ boost_1_34_1/boost/regex/v4/regex_split.hpp 2008-03-03 03:08:59.000000000 -0600
134@@ -21,6 +21,8 @@
135 #ifndef BOOST_REGEX_SPLIT_HPP
136 #define BOOST_REGEX_SPLIT_HPP
137
138+#include <climits>
139+
140 namespace boost{
141
142 #ifdef BOOST_HAS_ABI_HEADERS
143diff -aNru boost_1_34_1-ORIGINAL/boost/regex/v4/states.hpp boost_1_34_1/boost/regex/v4/states.hpp
144--- boost_1_34_1-ORIGINAL/boost/regex/v4/states.hpp 2005-09-20 07:01:25.000000000 -0500
145+++ boost_1_34_1/boost/regex/v4/states.hpp 2008-03-03 03:08:59.000000000 -0600
146@@ -23,6 +23,8 @@
147 # include BOOST_ABI_PREFIX
148 #endif
149
150+#include <climits>
151+
152 namespace boost{
153 namespace re_detail{
154
155diff -aNru boost_1_34_1-ORIGINAL/boost/serialization/collection_traits.hpp boost_1_34_1/boost/serialization/collection_traits.hpp
156--- boost_1_34_1-ORIGINAL/boost/serialization/collection_traits.hpp 2005-06-21 00:19:04.000000000 -0500
157+++ boost_1_34_1/boost/serialization/collection_traits.hpp 2008-03-03 03:09:49.000000000 -0600
158@@ -22,6 +22,7 @@
159 // compiles recognize the same set of primitive types, the possibility
160 // exists for archives to be non-portable if class information for primitive
161 // types is included. This is addressed by the following macros.
162+#include <climits>
163 #include <boost/config.hpp>
164 #include <boost/mpl/integral_c.hpp>
165 #include <boost/mpl/integral_c_tag.hpp>
166diff -aNru boost_1_34_1-ORIGINAL/boost/spirit/phoenix/operators.hpp boost_1_34_1/boost/spirit/phoenix/operators.hpp
167--- boost_1_34_1-ORIGINAL/boost/spirit/phoenix/operators.hpp 2006-08-25 11:27:30.000000000 -0500
168+++ boost_1_34_1/boost/spirit/phoenix/operators.hpp 2008-03-03 03:08:59.000000000 -0600
169@@ -24,6 +24,7 @@
170 #include <boost/spirit/phoenix/composite.hpp>
171 #include <boost/config.hpp>
172 #include <boost/mpl/if.hpp>
173+#include <climits>
174
175 ///////////////////////////////////////////////////////////////////////////////
176 namespace phoenix {
177diff -aNru boost_1_34_1-ORIGINAL/boost/test/test_tools.hpp boost_1_34_1/boost/test/test_tools.hpp
178--- boost_1_34_1-ORIGINAL/boost/test/test_tools.hpp 2007-02-22 11:57:29.000000000 -0600
179+++ boost_1_34_1/boost/test/test_tools.hpp 2008-03-03 03:08:59.000000000 -0600
180@@ -42,6 +42,7 @@
181 #include <boost/mpl/or.hpp>
182
183 // STL
184+#include <climits>
185 #include <cstddef> // for std::size_t
186 #include <iosfwd>
187
188diff -aNru boost_1_34_1-ORIGINAL/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp boost_1_34_1/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp
189--- boost_1_34_1-ORIGINAL/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp 2006-12-20 10:38:24.000000000 -0600
190+++ boost_1_34_1/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp 2008-03-03 03:08:59.000000000 -0600
191@@ -16,6 +16,7 @@
192 #include <string>
193 #include <cstdio>
194 #include <cstdarg>
195+#include <cstring>
196 #if defined(BOOST_SPIRIT_DEBUG)
197 #include <iostream>
198 #endif // defined(BOOST_SPIRIT_DEBUG)
199diff -aNru boost_1_34_1-ORIGINAL/boost/wave/util/flex_string.hpp boost_1_34_1/boost/wave/util/flex_string.hpp
200--- boost_1_34_1-ORIGINAL/boost/wave/util/flex_string.hpp 2006-04-25 12:21:01.000000000 -0500
201+++ boost_1_34_1/boost/wave/util/flex_string.hpp 2008-03-03 03:08:59.000000000 -0600
202@@ -94,6 +94,7 @@
203 #include <limits>
204 #include <stdexcept>
205 #include <cstddef>
206+#include <cstring>
207
208 // this must occur after all of the includes and before any code appears
209 #ifdef BOOST_HAS_ABI_HEADERS
210
211--- boost_1_33_1/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp 2008-07-05 01:50:04.000000000 +0200
212+++ boost_1_34_1/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp 2006-12-20 17:38:24.000000000 +0100
213@@ -295,17 +325,20 @@
214
215 lex_functor(IteratorT const &first, IteratorT const &last,
216 PositionT const &pos, boost::wave::language_support language)
217- : lexer(first, last, pos, language)
218+ : re2c_lexer(first, last, pos, language)
219 {}
220 virtual ~lex_functor() {}
221
222 // get the next token from the input stream
223- token_type get() { return lexer.get(); }
224- void set_position(PositionT const &pos)
225- { lexer.set_position(pos); }
226+ token_type get() { return re2c_lexer.get(); }
227+ void set_position(PositionT const &pos) { re2c_lexer.set_position(pos); }
228+#if BOOST_WAVE_SUPPORT_PRAGMA_ONCE != 0
229+ bool has_include_guards(std::string& guard_name) const
230+ { return re2c_lexer.has_include_guards(guard_name); }
231+#endif
232
233 private:
234- lexer<IteratorT, PositionT> lexer;
235+ lexer<IteratorT, PositionT> re2c_lexer;
236 };
237
238 ///////////////////////////////////////////////////////////////////////////////
239@@ -338,7 +371,7 @@
240 // It is coupled to the iterator type to allow to decouple the lexer/iterator
241 // configurations at compile time.
242 //
243-// This function is declared inside the cpp_slex_token.hpp file, which is
244+// This function is declared inside the cpp_lex_token.hpp file, which is
245 // referenced by the source file calling the lexer and the source file, which
246 // instantiates the lex_functor. But is is defined here, so it will be
247 // instantiated only while compiling the source file, which instantiates the
248@@ -356,8 +389,8 @@
249 IteratorT const &last, PositionT const &pos,
250 boost::wave::language_support language)
251 {
252- return new re2clex::lex_functor<IteratorT, PositionT>(first, last, pos,
253- language);
254+ using re2clex::lex_functor;
255+ return new lex_functor<IteratorT, PositionT>(first, last, pos, language);
256 }
257
258 #undef BOOST_WAVE_RE2C_NEW_LEXER_INLINE