[libcxx-commits] [libcxx] Update the "Current Status" section of the website to be current. (PR #84507)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 8 08:07:28 PST 2024
https://github.com/EricWF created https://github.com/llvm/llvm-project/pull/84507
The section discusses the reasons for the libraries inception more than
a decade ago. Now it discusses the progess libc++ has made, and the many
impressive acomplishments our contributors have brought it.
The initial section remains below.
>From 61fbc482e9c374b80c723ca96aba1640c3ecb1a4 Mon Sep 17 00:00:00 2001
From: eric <eric at efcs.ca>
Date: Fri, 8 Mar 2024 11:02:57 -0500
Subject: [PATCH] Update the "Current Status" section of the website to be
current.
The section discusses the reasons for the libraries inception more than
a decade ago. Now it discusses the progess libc++ has made, and the many
impressive acomplishments our contributors have brought it.
The initial section remains below.
---
libcxx/docs/index.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index aa1bd4b83b265b..5317351e0722a9 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -65,7 +65,17 @@ Getting Started with libc++
Current Status
==============
+libc++ has become the default C++ Standard Library implementation for many major platforms, including Apple's macOS, iOS,
+watchOS, and tvOS, as well as Google's Android operating system. As a result, libc++ has an estimated user base of
+over 1 billion daily active users, making it one of the most widely-deployed C++ Standard Libraries in the world.
+Since its inception, libc++ has focused on delivering high performance, standards-conformant, and portability.
+It has been extensively tested and optimized, making it one of the most efficient implementations of the C++ Standard
+Library available. libc++ continues to evolve and improve, with more updates and more contributors every day, allowing
+it to maintain its position as a top-tier choice for C++ developers across a wide range of platforms.
+
+History
+-------
After its initial introduction, many people have asked "why start a new
library instead of contributing to an existing library?" (like Apache's
libstdcxx, GNU's libstdc++, STLport, etc). There are many contributing
More information about the libcxx-commits
mailing list