public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] update gcc-4.7/changes.html
@ 2012-02-08  0:44 Jonathan Wakely
  2012-02-12 18:55 ` Gerald Pfeifer
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Wakely @ 2012-02-08  0:44 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 73 bytes --]

Add note on thread improvements to libstdc++ changes.

Committed to cvs.

[-- Attachment #2: changes.txt --]
[-- Type: text/plain, Size: 746 bytes --]

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.75
diff -u -r1.75 changes.html
--- changes.html	5 Feb 2012 15:11:23 -0000	1.75
+++ changes.html	8 Feb 2012 00:42:40 -0000
@@ -412,6 +412,7 @@
          <li> uses-allocator construction for <code>tuple</code>; </li>
          <li> <code>vector</code> meets the allocator-aware container requirements; </li>
          <li> replacing <code>monotonic_clock</code> with <code>steady_clock</code>; </li>
+         <li> enabling the thread support library on a wider range of targets; </li>
          <li> many small improvements to conform to the FDIS. </li>
        </ul>
      </li>

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

* Re: [wwwdocs] update gcc-4.7/changes.html
  2012-02-08  0:44 [wwwdocs] update gcc-4.7/changes.html Jonathan Wakely
@ 2012-02-12 18:55 ` Gerald Pfeifer
  2012-02-12 22:02   ` Jonathan Wakely
  0 siblings, 1 reply; 6+ messages in thread
From: Gerald Pfeifer @ 2012-02-12 18:55 UTC (permalink / raw)
  To: Jonathan Wakely; +Cc: gcc-patches

On Wed, 8 Feb 2012, Jonathan Wakely wrote:
> Add note on thread improvements to libstdc++ changes.

Nice.  I have a hunch that many will be interested to learn which
targets are now benefiting from this.  Do you have a list, even if
not complete to add there?

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.75
diff -u -r1.75 changes.html
--- changes.html	5 Feb 2012 15:11:23 -0000	1.75
+++ changes.html	8 Feb 2012 00:42:40 -0000
@@ -412,6 +412,7 @@
          <li> uses-allocator construction for <code>tuple</code>; </li>
          <li> <code>vector</code> meets the allocator-aware container requirements; </li>
          <li> replacing <code>monotonic_clock</code> with <code>steady_clock</code>; </li>
+         <li> enabling the thread support library on a wider range of targets; </li>
          <li> many small improvements to conform to the FDIS. </li>
        </ul>
      </li>

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

* Re: [wwwdocs] update gcc-4.7/changes.html
  2012-02-12 18:55 ` Gerald Pfeifer
@ 2012-02-12 22:02   ` Jonathan Wakely
  2012-02-14 22:59     ` Jonathan Wakely
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Wakely @ 2012-02-12 22:02 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches

On 12 February 2012 18:25, Gerald Pfeifer wrote:
> On Wed, 8 Feb 2012, Jonathan Wakely wrote:
>> Add note on thread improvements to libstdc++ changes.
>
> Nice.  I have a hunch that many will be interested to learn which
> targets are now benefiting from this.  Do you have a list, even if
> not complete to add there?

Not a precise one, but I think it's basically any POSIX platform
supporting pthreads.

Previously it was only POSIX platorms supporting pthreads *and* the
POSIX Timeouts option.

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

* Re: [wwwdocs] update gcc-4.7/changes.html
  2012-02-12 22:02   ` Jonathan Wakely
@ 2012-02-14 22:59     ` Jonathan Wakely
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Wakely @ 2012-02-14 22:59 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

On 12 February 2012 21:55, Jonathan Wakely wrote:
> On 12 February 2012 18:25, Gerald Pfeifer wrote:
>> On Wed, 8 Feb 2012, Jonathan Wakely wrote:
>>> Add note on thread improvements to libstdc++ changes.
>>
>> Nice.  I have a hunch that many will be interested to learn which
>> targets are now benefiting from this.  Do you have a list, even if
>> not complete to add there?
>
> Not a precise one, but I think it's basically any POSIX platform
> supporting pthreads.
>
> Previously it was only POSIX platorms supporting pthreads *and* the
> POSIX Timeouts option.

I've made it a bit more specific.

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 828 bytes --]

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.82
diff -u -r1.82 changes.html
--- changes.html	13 Feb 2012 21:57:31 -0000	1.82
+++ changes.html	14 Feb 2012 22:37:15 -0000
@@ -453,7 +453,7 @@
          <li> uses-allocator construction for <code>tuple</code>; </li>
          <li> <code>vector</code> meets the allocator-aware container requirements; </li>
          <li> replacing <code>monotonic_clock</code> with <code>steady_clock</code>; </li>
-         <li> enabling the thread support library on a wider range of targets; </li>
+         <li> enabling the thread support library on most POSIX targets; </li>
          <li> many small improvements to conform to the FDIS. </li>
        </ul>
      </li>

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

* Re: [wwwdocs] update gcc-4.7/changes.html
  2011-11-08  1:46 Jonathan Wakely
@ 2011-11-08 12:26 ` Jonathan Wakely
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Wakely @ 2011-11-08 12:26 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

On 8 November 2011 01:27, Jonathan Wakely wrote:
> The std::pointer_traits and std::allocator_traits implementations are
> complete now, update the release notes.

Also replace C++0x with C++11.

Checked in to wwwdocs

[-- Attachment #2: changes-cxx11.patch --]
[-- Type: text/x-patch, Size: 794 bytes --]

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.55
diff -u -r1.55 changes.html
--- changes.html	8 Nov 2011 01:27:36 -0000	1.55
+++ changes.html	8 Nov 2011 11:42:45 -0000
@@ -297,8 +297,8 @@
 
   <ul>
     <li><a href="http://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.200x">
-       Improved experimental support for the upcoming ISO C++ standard, 
-       C++0x</a>, including:
+       Improved experimental support for the new ISO C++ standard, C++11</a>,
+       including:
        <ul>
          <li> using <code>noexcept</code> in most of the library;</li>
          <li> implementations of <code>pointer_traits</code>, <code>allocator_traits</code>

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

* [wwwdocs] update gcc-4.7/changes.html
@ 2011-11-08  1:46 Jonathan Wakely
  2011-11-08 12:26 ` Jonathan Wakely
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Wakely @ 2011-11-08  1:46 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 110 bytes --]

The std::pointer_traits and std::allocator_traits implementations are
complete now, update the release notes.

[-- Attachment #2: changes.patch --]
[-- Type: text/x-patch, Size: 1041 bytes --]

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.46
diff -u -r1.46 changes.html
--- changes.html	4 Oct 2011 19:07:01 -0000	1.46
+++ changes.html	8 Nov 2011 01:25:54 -0000
@@ -280,9 +280,8 @@
        C++0x</a>, including:
        <ul>
          <li> using <code>noexcept</code> in most of the library;</li>
-         <li> partial implementations of <code>pointer_traits</code> and 
-              <code>allocator_traits</code>;</li>
-         <li> implementation of <code>scoped_allocator_adaptor</code>; </li>
+         <li> implementations of <code>pointer_traits</code>, <code>allocator_traits</code>
+              and <code>scoped_allocator_adaptor</code>; </li>
          <li> uses-allocator construction for <code>tuple</code>; </li>
          <li> <code>vector</code> meets the allocator-aware container requirements; </li>
          <li> replacing <code>monotonic_clock</code> with <code>steady_clock</code>; </li>

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

end of thread, other threads:[~2012-02-14 22:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-08  0:44 [wwwdocs] update gcc-4.7/changes.html Jonathan Wakely
2012-02-12 18:55 ` Gerald Pfeifer
2012-02-12 22:02   ` Jonathan Wakely
2012-02-14 22:59     ` Jonathan Wakely
  -- strict thread matches above, loose matches on Subject: below --
2011-11-08  1:46 Jonathan Wakely
2011-11-08 12:26 ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).