summaryrefslogtreecommitdiff
path: root/libcxx/docs/UsingLibcxx.rst
Commit message (Expand)AuthorAgeFilesLines
* [ASan][libcxx] A way to turn off annotations for containers with a specific a...Advenam Tacet2023-05-041-0/+29
* [libc++][format] Improves width estimate.Mark de Wever2023-04-201-0/+6
* [libc++] Introduce a compile-time mechanism to override __libcpp_verbose_abortLouis Dionne2023-01-241-6/+13
* [libc++] Add [[nodiscard]] extensions in <math.h>Nikolas Klauser2023-01-121-0/+23
* [libcxx] adds an include-what-you-use (IWYU) mapping fileChristopher Di Bella2022-11-221-0/+15
* [libc++] Add [[nodiscard]] extensions to ranges algorithmsNikolas Klauser2022-11-051-0/+38
* [libc++] Enable [[nodiscard]] extensions by defaultNikolas Klauser2022-09-021-4/+4
* [libc++] Consolidate the different [[nodiscard]] configuration options into a...Nikolas Klauser2022-08-251-25/+4
* [libc++] Reorganize the documentation of extensions for integral typesLouis Dionne2022-08-101-15/+13
* [libc++] Allow enabling assertions when back-deployingLouis Dionne2022-08-081-18/+7
* [libc++][format] Exposes basic-format-stringMark de Wever2022-08-021-0/+8
* [libc++] Rename __libcpp_assertion_handler to __libcpp_verbose_abortLouis Dionne2022-07-291-32/+31
* [libc++][doc] Extended integral type supportMark de Wever2022-07-271-0/+17
* [libc++] Generalize the customizeable assertion handlerLouis Dionne2022-07-261-3/+7
* [libc++] Take advantage of -fexperimental-library in libc++Louis Dionne2022-07-221-4/+8
* [libc++] Support int8_t and uint8_t in integer distributions as an extensionLouis Dionne2022-07-221-0/+9
* [libc++] Re-apply "Always build c++experimental.a""Louis Dionne2022-07-191-12/+10
* Revert "[libc++] Always build c++experimental.a"Hans Wennborg2022-07-181-10/+12
* [libc++] Always build c++experimental.aLouis Dionne2022-07-081-12/+10
* [libc++][doc] Removes a colon in a title.Mark de Wever2022-07-071-2/+2
* [libcxx] Fix allocator<void>::pointer in C++20 with removed membersIlya Biryukov2022-06-151-0/+6
* [libc++] Towards a simpler extern template story in libc++Louis Dionne2022-06-081-5/+0
* [libc++] Make the Debug mode a configuration-time only optionLouis Dionne2022-06-071-3/+0
* [libc++] Ensure that all public C++ headers include <__assert>Louis Dionne2022-03-301-1/+1
* [libc++] Add a lightweight overridable assertion handlerLouis Dionne2022-03-231-0/+86
* [libc++] Implement C++20's P0476R2: std::bit_castLouis Dionne2021-09-091-0/+1
* [libc++] Revert OpenBSD-related changes to the documentationLouis Dionne2021-09-081-2/+2
* Mention OpenBSD in the documentationBrad Smith2021-09-071-2/+2
* [libc++][docs] Overhaul the documentation for building and using libc++Louis Dionne2021-07-061-86/+69
* [libcxx][type_traits] remove `std::is_literal_type` and `std::result_of` for ...wmbat2021-07-021-0/+3
* [libc++] Undeprecate the std::allocator<void> specializationLouis Dionne2021-06-161-2/+0
* [libc++] [P0619] Add _LIBCPP_ABI_NO_BINDER_BASES and remove binder typedefs i...Arthur O'Dwyer2021-06-151-0/+5
* [libc++] [P0619] Hide not1 and not2 under _LIBCPP_ENABLE_CXX20_REMOVED_NEGATORS.Arthur O'Dwyer2021-05-251-5/+34
* [libc++] Rewrite the tuple constructors to be strictly Standards conformingLouis Dionne2021-04-231-27/+0
* [NFC] Fixed TyposJennifer Chukwu2021-04-171-3/+3
* [libc++] Implement D2351R0 "Mark all library static cast wrappers as [[nodisc...Arthur O'Dwyer2021-04-121-3/+10
* [libc++] Use c++20 instead of c++2a consistently.Marek Kurdej2021-01-071-1/+1
* Doc: Links should use httpsSylvestre Ledru2020-03-221-1/+1
* [libc++] Use [[nodiscard]] for lock_guard, as an extensionLouis Dionne2019-08-131-0/+1
* [libcxx] Slightly improved policy for handling experimental featuresLouis Dionne2019-06-111-0/+3
* [Docs] Modernize references to macOSJ. Ryan Stinnett2019-05-301-2/+2
* libcxx: Add _LIBCPP_NODISCARD_EXT to 38 more functionsNico Weber2019-04-031-0/+37
* [libc++] Re-document how to use <filesystem> with various versions of libc++Louis Dionne2019-03-211-0/+10
* [libc++] Build <filesystem> support as part of the dylibLouis Dionne2019-03-191-20/+0
* Revert "[libc++] Build <filesystem> support as part of the dylib"Louis Dionne2019-03-191-0/+20
* [libc++] Build <filesystem> support as part of the dylibLouis Dionne2019-03-191-20/+0
* [libc++] Enable deprecation warnings by defaultLouis Dionne2019-03-121-5/+5
* [libc++] Improve diagnostics for non-const comparators and hashers in associa...Louis Dionne2018-12-061-2/+4
* [libc++] Add deprecated attributes to many deprecated componentsLouis Dionne2018-09-231-0/+5
* [libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODISCARD_EXT to allow pre-...Roman Lebedev2018-09-221-0/+70