[libcxx] r342624 - refresh the libc++ homepage
Sylvestre Ledru
sylvestre at debian.org
Thu Sep 20 00:57:31 PDT 2018
Author: sylvestre
Date: Thu Sep 20 00:57:31 2018
New Revision: 342624
URL: http://llvm.org/viewvc/llvm-project?rev=342624&view=rev
Log:
refresh the libc++ homepage
Modified:
libcxx/trunk/docs/index.rst
libcxx/trunk/www/index.html
Modified: libcxx/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/index.rst?rev=342624&r1=342623&r2=342624&view=diff
==============================================================================
--- libcxx/trunk/docs/index.rst (original)
+++ libcxx/trunk/docs/index.rst Thu Sep 20 00:57:31 2018
@@ -80,8 +80,8 @@ reasons, but some of the major ones are:
Platform and Compiler Support
-----------------------------
-libc++ is known to work on the following platforms, using gcc-4.2 and
-clang (lack of C++11 language support disables some functionality).
+libc++ is known to work on the following platforms, using gcc and
+clang.
Note that functionality provided by ``<atomic>`` is only functional with clang
and GCC.
@@ -105,7 +105,7 @@ C++ Dialect Support
* C++11 - Complete
* `C++14 - Complete <http://libcxx.llvm.org/cxx1y_status.html>`__
-* `C++1z - In Progress <http://libcxx.llvm.org/cxx1z_status.html>`__
+* `C++17 - In Progress <http://libcxx.llvm.org/cxx1z_status.html>`__
* `Post C++14 Technical Specifications - In Progress <http://libcxx.llvm.org/ts1z_status.html>`__
Notes and Known Issues
Modified: libcxx/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/index.html?rev=342624&r1=342623&r2=342624&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Thu Sep 20 00:57:31 2018
@@ -35,8 +35,8 @@
<h1>"libc++" C++ Standard Library</h1>
<!--*********************************************************************-->
- <p>libc++ is a new implementation of the C++ standard library, targeting
- C++11.</p>
+ <p>libc++ is an implementation of the C++ standard library, targeting
+ C++11, C++14 and above.</p>
<p>All of the code in libc++ is <a
href="https://llvm.org/docs/DeveloperPolicy.html#license">dual licensed</a>
@@ -114,9 +114,8 @@
<!--=====================================================================-->
<p>
- libc++ is known to work on the following platforms, using g++-4.2 and
- clang (lack of C++11 language support disables some functionality). Note
- that functionality provided by <atomic> is only functional with
+ libc++ is known to work on the following platforms, using g++ and
+ clang. Note that functionality provided by <atomic> is only functional with
clang.
</p>
@@ -126,6 +125,8 @@
<li>FreeBSD 10+ i386</li>
<li>FreeBSD 10+ x86_64</li>
<li>FreeBSD 10+ ARM</li>
+ <li>Linux i386</li>
+ <li>Linux x86_64</li>
</ul>
<!--=====================================================================-->
More information about the libcxx-commits
mailing list