aboutsummaryrefslogtreecommitdiff
path: root/libcxx/docs
AgeCommit message (Expand)AuthorFilesLines
2023-07-25[NFC] Fix release notes about ASanAdvenam Tacet1-5/+6
2023-07-22[libc++][doc] Uses the proper paper number.Mark de Wever2-2/+2
2023-07-22[libc++][print] Adds stdout functions.Mark de Wever1-1/+1
2023-07-20[libc++][ranges] Implement `ranges::to`.varconst5-5/+6
2023-07-20[libc++][hardening][NFC] Rename `HardenedMode.rst` to `Hardening.rst`.Konstantin Varlamov3-4/+4
2023-07-20[libc++][PSTL] Implement std::sortNikolas Klauser1-1/+1
2023-07-20[libc++][Modules] Make top level modules for all C++ headers with OS/clang ve...Ian Anderson1-0/+2
2023-07-20[libc++][ranges] Implement P2474R2(`views::repeat`).yrong5-4/+6
2023-07-18[libc++][print] Adds FILE functions.Mark de Wever4-7/+9
2023-07-18[libc++] Encode the version in the ReleaseNotes fileLouis Dionne4-3/+66
2023-07-18[libc++][LWG 2996] Implement c++20 shared_ptr rvalue overloads.pateldeev1-1/+1
2023-07-17[libc++] Use _LIBCPP_VERBOSE_ABORT in a few remaining __throw_FOO functionsLouis Dionne1-0/+2
2023-07-17[libc++][doc] Updates the release notes.Mark de Wever3-7/+39
2023-07-17[libc++] Remove internal "build-with-external-thread-library" configurationLouis Dionne1-20/+0
2023-07-16[libc++] Implement stringstream members of P0408R7 (Efficient Access to basic...Piotr Fusik2-2/+1
2023-07-16[libc++] Implement ostringstream members of P0408R7 (Efficient Access to basi...Piotr Fusik1-1/+1
2023-07-14[libc++][hardening] Deprecate `_LIBCPP_ENABLE_ASSERTIONS`.varconst4-65/+59
2023-07-14[libc++][mdspan] Implement default_accessorChristian Trott1-1/+1
2023-07-14[libc++] Implement istringstream members of P0408R7 (Efficient Access to basi...Piotr Fusik1-1/+1
2023-07-12[libc++][hardening][NFC] Add macros to enable hardened mode.varconst3-5/+58
2023-07-11[libc++] Move __thread_id out of <__threading_support>Louis Dionne1-0/+3
2023-07-08[libc++][doc] Removes clang name in version number.Mark de Wever1-2/+2
2023-07-08[NFC][libc++] Addresses LWG3905.Mark de Wever1-1/+1
2023-07-08[NFC][libc++] Addresses LWG3903.Mark de Wever1-1/+1
2023-07-08[NFC][libc++] Addresses LWG3885.Mark de Wever1-1/+1
2023-07-08[libc++] Implement LWG3843 (std::expected<T,E>::value() & assumes E is copy c...yrong1-1/+1
2023-07-07Revert "[libc++] Remove the type_traits includes from limits and new"Ian Anderson1-4/+0
2023-07-05[libc++] Mark LWG2994 as complete and remove Clang from the versionNikolas Klauser1-1/+1
2023-07-05[libc++][format] Implements formatting pointer.Mark de Wever5-2/+10
2023-07-05[libc++] Reformat status tablesLouis Dionne5-45/+45
2023-07-01[libc++] Implement stringbuf members of P0408R7 (Efficient Access to basic_st...Piotr Fusik1-1/+1
2023-07-01[libc++][doc] Updates spaceship status.Mark de Wever1-7/+5
2023-06-29[libc++] Remove the legacy debug mode.varconst3-72/+7
2023-06-29[libc++][mdspan] Implement layout_leftChristian Trott1-1/+1
2023-06-29[libc++][mdspan] Implement layout_rightChristian Trott2-1/+2
2023-06-27[libc++][doc] Fixes header formatting.Mark de Wever1-3/+3
2023-06-27[libc++] Expand the contents of LIBCXX_ENABLE_FILESYSTEMLouis Dionne1-0/+4
2023-06-26[libc++][doc] Fixes a typo.Mark de Wever1-1/+1
2023-06-25[libc++][ranges] Implement P2494R2 (Relaxing range adaptors to allow for move...yronglin2-2/+2
2023-06-24[libc++] Remove the type_traits includes from limits and newIan Anderson1-0/+4
2023-06-24[libc++][ranges] Addresses: LWG3719 - Directory iterators should be usable w...Hristo Hristov1-1/+1
2023-06-21[libc++][format] Adds formattable-with concept.Mark de Wever3-2/+5
2023-06-20[NFC][libc++] Addresses LWG3927.Mark de Wever1-1/+1
2023-06-20[NFC][libc++] Addresses LWG3935.Mark de Wever1-1/+1
2023-06-19[libc++] "Implements" new SI prefixis.Mark de Wever2-2/+2
2023-06-19[libc++][regex] Removes operator!=.Mark de Wever1-4/+4
2023-06-19[libc++] Marks __cpp_lib_bitops as implemented.Mark de Wever1-1/+1
2023-06-19[libc++] Update status after Varna meeting.Mark de Wever4-351/+430
2023-06-19[libc++][ranges] Mark `views::stride` in progressHristo Hristov1-1/+1
2023-06-18[libc++][spaceship][NFC] P1612R2: Mark remove `operator!=` from "Ranges Libra...Hristo Hristov1-9/+9