<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/boost/files, branch multitech-corecdp-1.x</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>boost: add version 1.41.0 and modified boost-14x.inc</title>
<updated>2009-12-06T23:16:39+00:00</updated>
<author>
<name>Denis 'Gnutoo' Carikli</name>
<email>GNUtoo@no-log.org</email>
</author>
<published>2009-12-06T22:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=8bd570aa038b899cacaf6768945db691009ac884'/>
<id>8bd570aa038b899cacaf6768945db691009ac884</id>
<content type='text'>
*1.41.0 fixes a bug with MPI: in 1.40.0 if you don't have the mpi
 libraries installed in your host it fails
*added the dependency on icu because of things like that:
 unicode/utypes.h: No such file or directory
*made it install in ${libdir} instead of ${libdir}/boost-${PV}:
 thanks woglinde for pointing me that a variable existed for that
 that is achieved with -DINSTALL_VERSIONED:BOOL=OFF
*removed an useless like that were here because the recipe was
 copied from the split function was copied from an old boost recipe
 that used bjam
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*1.41.0 fixes a bug with MPI: in 1.40.0 if you don't have the mpi
 libraries installed in your host it fails
*added the dependency on icu because of things like that:
 unicode/utypes.h: No such file or directory
*made it install in ${libdir} instead of ${libdir}/boost-${PV}:
 thanks woglinde for pointing me that a variable existed for that
 that is achieved with -DINSTALL_VERSIONED:BOOL=OFF
*removed an useless like that were here because the recipe was
 copied from the split function was copied from an old boost recipe
 that used bjam
</pre>
</div>
</content>
</entry>
<entry>
<title>boost-1.36.0: fix compiling with gcc-4.4</title>
<updated>2009-11-11T22:05:22+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2009-11-11T21:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=140929089dcaa82c1c322314bb82af786e12afab'/>
<id>140929089dcaa82c1c322314bb82af786e12afab</id>
<content type='text'>
* bump PR
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bump PR
</pre>
</div>
</content>
</entry>
<entry>
<title>boost 1.36: various ARM fixups:</title>
<updated>2009-11-04T21:03:23+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2009-11-04T21:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=3a26240e09072ec125f80e3a0131080265a2fac7'/>
<id>3a26240e09072ec125f80e3a0131080265a2fac7</id>
<content type='text'>
* changed intrinsics patch to work for armv6 and armv7a
* disabled atomic ops for arm versions &lt;6
* fix associated build damage
* pass in correct gcc version
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* changed intrinsics patch to work for armv6 and armv7a
* disabled atomic ops for arm versions &lt;6
* fix associated build damage
* pass in correct gcc version
</pre>
</div>
</content>
</entry>
<entry>
<title>boost: add new version 1.4.0</title>
<updated>2009-11-03T22:06:31+00:00</updated>
<author>
<name>Henning Heinold</name>
<email>heinold@inf.fu-berlin.de</email>
</author>
<published>2009-11-03T22:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c0089b4e8124b757fd3f004b3a238c805469d38a'/>
<id>c0089b4e8124b757fd3f004b3a238c805469d38a</id>
<content type='text'>
* switch to cmake as buildsystem
* enable serialization and python
* make own .inc for 1.4.x versions
* don't make default for now, needs more testing with
  apps that are using boost
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* switch to cmake as buildsystem
* enable serialization and python
* make own .inc for 1.4.x versions
* don't make default for now, needs more testing with
  apps that are using boost
</pre>
</div>
</content>
</entry>
<entry>
<title>rename packages/ to recipes/ per earlier agreement</title>
<updated>2009-03-17T18:32:59+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denis@denix.org</email>
</author>
<published>2009-03-17T18:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=709c4d66e0b107ca606941b988bad717c0b45d9b'/>
<id>709c4d66e0b107ca606941b988bad717c0b45d9b</id>
<content type='text'>
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816

Signed-off-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Mike Westerhof &lt;mwester@dls.net&gt;
Acked-by: Philip Balister &lt;philip@balister.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Marcin Juszkiewicz &lt;hrw@openembedded.org&gt;
Acked-by: Koen Kooi &lt;koen@openembedded.org&gt;
Acked-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816

Signed-off-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Mike Westerhof &lt;mwester@dls.net&gt;
Acked-by: Philip Balister &lt;philip@balister.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Marcin Juszkiewicz &lt;hrw@openembedded.org&gt;
Acked-by: Koen Kooi &lt;koen@openembedded.org&gt;
Acked-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
