<feed xmlns='http://www.w3.org/2005/Atom'>
<title>replicant/external_libcxx/include, branch replicant-6.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/external_libcxx/'/>
<entry>
<title>Fix build on Trisquel 9</title>
<updated>2021-08-10T00:28:06+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@cyberdimension.org</email>
</author>
<published>2021-08-10T00:27:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/external_libcxx/commit/?id=a4595ac97b6edab4224bb570fca0c27b6575ee3c'/>
<id>a4595ac97b6edab4224bb570fca0c27b6575ee3c</id>
<content type='text'>
Without that fix we have:
    host C++: llvm-tblgen &lt;= external/llvm/utils/TableGen/AsmWriterInst.cpp
    In file included from external/llvm/utils/TableGen/AsmMatcherEmitter.cpp:117:
    In file included from external/libcxx/include/sstream:174:
    In file included from external/libcxx/include/ostream:138:
    In file included from external/libcxx/include/ios:216:
    external/libcxx/include/__locale:39:11: fatal error: 'xlocale.h' file not found
    # include &lt;xlocale.h&gt;
          ^

Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without that fix we have:
    host C++: llvm-tblgen &lt;= external/llvm/utils/TableGen/AsmWriterInst.cpp
    In file included from external/llvm/utils/TableGen/AsmMatcherEmitter.cpp:117:
    In file included from external/libcxx/include/sstream:174:
    In file included from external/libcxx/include/ostream:138:
    In file included from external/libcxx/include/ios:216:
    external/libcxx/include/__locale:39:11: fatal error: 'xlocale.h' file not found
    # include &lt;xlocale.h&gt;
          ^

Signed-off-by: Denis 'GNUtoo' Carikli &lt;GNUtoo@cyberdimension.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>"Install" the new libc++abi header.</title>
<updated>2015-03-12T18:00:36+00:00</updated>
<author>
<name>Dan Albert</name>
<email>danalbert@google.com</email>
</author>
<published>2015-03-04T23:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/external_libcxx/commit/?id=490d4a2aa6d99cd96e92ba41ab9fe36c9b71add6'/>
<id>490d4a2aa6d99cd96e92ba41ab9fe36c9b71add6</id>
<content type='text'>
Change-Id: I1b67c01647aea14701779ee044bc79586803415a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1b67c01647aea14701779ee044bc79586803415a
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Remove several unused forward declarations. Fixes PR22605."</title>
<updated>2015-03-12T18:00:36+00:00</updated>
<author>
<name>Dan Albert</name>
<email>danalbert@google.com</email>
</author>
<published>2015-03-04T22:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/external_libcxx/commit/?id=d4b75d9e1bc9bc849d4bc1b0b167799a6a72c816'/>
<id>d4b75d9e1bc9bc849d4bc1b0b167799a6a72c816</id>
<content type='text'>
GCC fails to compile the following pattern with this patch:

    #include &lt;set&gt;
    std::set&lt;int&gt; foo;
    #include &lt;map&gt;
    using namespace std;
    std::map&lt;int, int&gt; bar;

It looks like a GCC bug, but there is some external code that trips
this issue that I'd rather leave unmodified.

This reverts commit 59f573f670a4ff53919fcdfc2f40725723eb2c04.

Bug: 19606303
Change-Id: I72ac5619b3572e03db83850cdaadc4ec618f312e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GCC fails to compile the following pattern with this patch:

    #include &lt;set&gt;
    std::set&lt;int&gt; foo;
    #include &lt;map&gt;
    using namespace std;
    std::map&lt;int, int&gt; bar;

It looks like a GCC bug, but there is some external code that trips
this issue that I'd rather leave unmodified.

This reverts commit 59f573f670a4ff53919fcdfc2f40725723eb2c04.

Bug: 19606303
Change-Id: I72ac5619b3572e03db83850cdaadc4ec618f312e
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Android to the builtin rune table.</title>
<updated>2015-03-12T18:00:36+00:00</updated>
<author>
<name>Dan Albert</name>
<email>danalbert@google.com</email>
</author>
<published>2015-03-11T00:51:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/external_libcxx/commit/?id=fe851e184372195a106fddfcc81b55b363c6a75b'/>
<id>fe851e184372195a106fddfcc81b55b363c6a75b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@231897 91177308-0d34-0410-b5e6-96231b3b80d8

Change-Id: I6c3f8d123ee42c6f5093a88308e626c6a5d7dc18
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@231897 91177308-0d34-0410-b5e6-96231b3b80d8

Change-Id: I6c3f8d123ee42c6f5093a88308e626c6a5d7dc18
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge to upstream r231255.</title>
<updated>2015-03-04T18:47:52+00:00</updated>
<author>
<name>Dan Albert</name>
<email>danalbert@google.com</email>
</author>
<published>2015-03-04T18:47:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/external_libcxx/commit/?id=5cb52824fc2a0caf233311e91d9a2a53368f04ad'/>
<id>5cb52824fc2a0caf233311e91d9a2a53368f04ad</id>
<content type='text'>
Change-Id: Ia8ee1801b42943464b99f28b6a83647458f3efb5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia8ee1801b42943464b99f28b6a83647458f3efb5
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some -Wundef issues.</title>
<updated>2015-02-17T19:10:48+00:00</updated>
<author>
<name>Dan Albert</name>
<email>danalbert@google.com</email>
</author>
<published>2015-02-05T02:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/external_libcxx/commit/?id=46fa3763eb70c4f237414132f5e73a4d662167d4'/>
<id>46fa3763eb70c4f237414132f5e73a4d662167d4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@228266 91177308-0d34-0410-b5e6-96231b3b80d8
Change-Id: Ib53cc3c6d89254376a34d795f6bf34b32f7c1577
(cherry picked from commit 3727be521a9b4c5fcf95c53adc8abe85f7105188)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@228266 91177308-0d34-0410-b5e6-96231b3b80d8
Change-Id: Ib53cc3c6d89254376a34d795f6bf34b32f7c1577
(cherry picked from commit 3727be521a9b4c5fcf95c53adc8abe85f7105188)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge to upstream r226192.</title>
<updated>2015-01-15T22:32:55+00:00</updated>
<author>
<name>Dan Albert</name>
<email>danalbert@google.com</email>
</author>
<published>2015-01-15T22:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/external_libcxx/commit/?id=4dc5b2198d1aa4ab585a3d4a87ee9626d681f9f7'/>
<id>4dc5b2198d1aa4ab585a3d4a87ee9626d681f9f7</id>
<content type='text'>
Change-Id: Id459c8ce0d7dec371ff4d064ee2c71f6b7178e63
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id459c8ce0d7dec371ff4d064ee2c71f6b7178e63
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge to upstream r225300.</title>
<updated>2015-01-06T23:08:11+00:00</updated>
<author>
<name>Dan Albert</name>
<email>danalbert@google.com</email>
</author>
<published>2015-01-06T23:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/external_libcxx/commit/?id=06086258d3d8c48a916ec51c33e1ad8f46821b81'/>
<id>06086258d3d8c48a916ec51c33e1ad8f46821b81</id>
<content type='text'>
Change-Id: I2b23715db9ac129ff80aa78ad5824db0a4d6fbb3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2b23715db9ac129ff80aa78ad5824db0a4d6fbb3
</pre>
</div>
</content>
</entry>
<entry>
<title>Obey [atomics.types.operations.req]/21 for GCC.</title>
<updated>2015-01-06T18:44:41+00:00</updated>
<author>
<name>Dan Albert</name>
<email>danalbert@google.com</email>
</author>
<published>2015-01-06T18:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/external_libcxx/commit/?id=839d9e7d29b76cdcb8a01571f9dc07554d3f2519'/>
<id>839d9e7d29b76cdcb8a01571f9dc07554d3f2519</id>
<content type='text'>
Summary:
Excerpt from [atomics.types.operations.req]/21:

&gt; When only one memory_order argument is supplied, the value of
&gt; success is order, and the value of failure is order except that a
&gt; value of memory_order_acq_rel shall be replaced by the value
&gt; memory_order_acquire and a value of memory_order_release shall be
&gt; replaced by the value memory_order_relaxed.

Clean up some copy pasta while I'm here (someone added a return
statement to a void function).

Reviewers: EricWF, jroelofs, mclow.lists

Reviewed By: mclow.lists

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D6632

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@225280 91177308-0d34-0410-b5e6-96231b3b80d8
(cherry picked from commit c101738156b7f0ea0a788907ae58e7a096fc333c)

Change-Id: I9893dff39cf71437cb01e0ff33c29add635e9cfe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Excerpt from [atomics.types.operations.req]/21:

&gt; When only one memory_order argument is supplied, the value of
&gt; success is order, and the value of failure is order except that a
&gt; value of memory_order_acq_rel shall be replaced by the value
&gt; memory_order_acquire and a value of memory_order_release shall be
&gt; replaced by the value memory_order_relaxed.

Clean up some copy pasta while I'm here (someone added a return
statement to a void function).

Reviewers: EricWF, jroelofs, mclow.lists

Reviewed By: mclow.lists

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D6632

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@225280 91177308-0d34-0410-b5e6-96231b3b80d8
(cherry picked from commit c101738156b7f0ea0a788907ae58e7a096fc333c)

Change-Id: I9893dff39cf71437cb01e0ff33c29add635e9cfe
</pre>
</div>
</content>
</entry>
<entry>
<title>[libcxx] Set _LIBCPP_ELAST for mingw.</title>
<updated>2015-01-06T17:39:19+00:00</updated>
<author>
<name>Dan Albert</name>
<email>danalbert@google.com</email>
</author>
<published>2015-01-06T17:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/contrib/GNUtoo/replicant/external_libcxx/commit/?id=f608ad69d7f05ea357afaeded64419c3b615ff15'/>
<id>f608ad69d7f05ea357afaeded64419c3b615ff15</id>
<content type='text'>
Reviewers: K-ballo, mclow.lists, EricWF

Reviewed By: EricWF

Subscribers: jfb, jroelofs, majnemer, cfe-commits

Differential Revision: http://reviews.llvm.org/D6558

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@225273 91177308-0d34-0410-b5e6-96231b3b80d8
(cherry picked from commit 656850f03e1ba912524c4ac6eab1a53777865950)

Change-Id: I97d6e6a2f4613f9f618cbec4ba7122699f572a47
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewers: K-ballo, mclow.lists, EricWF

Reviewed By: EricWF

Subscribers: jfb, jroelofs, majnemer, cfe-commits

Differential Revision: http://reviews.llvm.org/D6558

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@225273 91177308-0d34-0410-b5e6-96231b3b80d8
(cherry picked from commit 656850f03e1ba912524c4ac6eab1a53777865950)

Change-Id: I97d6e6a2f4613f9f618cbec4ba7122699f572a47
</pre>
</div>
</content>
</entry>
</feed>
