Lines Matching +full:docs +full:- +full:libcxx +full:- +full:html

19   * ABI compatibility with gcc's libstdc++ for some low-level features
70 Since its inception, libc++ has focused on delivering high performance, standards-conformance, and portability. It has
78 As an open-source project, libc++ benefits from a vibrant community of contributors who work together to improve the
84 -------
112 particular rvalue references and move-only types) requires changes to
134 Clang 17, 18, 19-git latest two stable releases per `LLVM's release page <https://releases.llvm.org>`_ and the development version
135 AppleClang 15 latest stable release per `Xcode's release page <https://developer.apple.com/documentation/xcode-release-notes>`_
136 Open XL 17.1 (AIX) latest stable release per `Open XL's documentation page <https://www.ibm.com/docs/en/openxl-c-and-cpp-aix>`_
137 GCC 14 In C++11 or later only latest stable release per `GCC's release page <https://gcc.gnu.org/releases.html>`_
147 Linux i386, x86_64, arm, arm64 Only glibc-2.24 and later and no other libc is officially supported
158 However, libc++ aims to provide a high-quality implementation of the C++ Standard
172 with a few omissions. The conformance status of the library's tip is tracked in real-time
176 * C++11 - Complete
177 * C++14 - Complete
178 * :ref:`C++17 - In Progress <cxx17-status>`
179 * :ref:`C++20 - In Progress <cxx20-status>`
180 * :ref:`C++23 - In Progress <cxx23-status>`
181 * :ref:`C++2c - In Progress <cxx2c-status>`
182 * :ref:`C++ Feature Test Macro Status <feature-status>`
188 First please review our `Developer's Policy <https://llvm.org/docs/DeveloperPolicy.html>`__
189 and `Getting started with LLVM <https://llvm.org/docs/GettingStarted.html>`__.
232 * `Github Actions CI pipeline <https://github.com/llvm/llvm-project/actions/workflows/libcxx-build-and-test.yaml>`_
233 * `Buildkite CI pipeline <https://buildkite.com/llvm-project/libcxx-ci>`_
242 * `LLVM Bug Tracker <https://github.com/llvm/llvm-project/labels/libc++/>`_
243 * `libcxx-commits Mailing List <http://lists.llvm.org/mailman/listinfo/libcxx-commits>`_
244 * `libc++ forum <https://discourse.llvm.org/c/runtimes/libcxx/>`_
246 * `Browse libc++ Sources <https://github.com/llvm/llvm-project/tree/main/libcxx/>`_