aboutsummaryrefslogtreecommitdiff
path: root/libcxx/docs
AgeCommit message (Expand)AuthorFilesLines
2022-09-23[libc++] Keep unary_function and binary_function in C++17 for one more releaseLouis Dionne1-5/+5
2022-09-19[libc++] Always query the compiler to find whether a type is always lockfreeLouis Dionne1-0/+8
2022-09-14[libc++][format] Updates feature-test macros.Mark de Wever1-1/+1
2022-09-04[DOCS] Minor fixes and removals of WIP warningsTobias Hieta1-7/+1
2022-08-15[libcxx] [doc] Remove a leftover tentative release noteMartin Storsjö1-5/+0
2022-08-12[libc++][ranges] Sets ranges feature-test macro.Mark de Wever1-1/+1
2022-08-10[libc++][format] Exposes basic-format-stringMark de Wever3-1/+3
2022-08-08[libc++] Allow enabling assertions when back-deployingLouis Dionne1-18/+7
2022-08-08[libc++][ranges][NFC] Mark the completed Ranges papers and issues as done.Konstantin Varlamov3-16/+16
2022-08-08[libc++][ranges] Implement `ranges::is_permutation`Nikolas Klauser1-1/+1
2022-08-08[libc++][ranges] Implement `ranges::clamp`Nikolas Klauser1-1/+1
2022-08-08[libc++][ranges] Implement `ranges::rotate`.Konstantin Varlamov1-1/+1
2022-08-05[libc++] More documentation improvements about running testsLouis Dionne1-0/+6
2022-08-05[libc++][ranges] Implement `ranges::{prev, next}_permutation`.Nikolas Klauser1-2/+2
2022-08-05[libc++][ranges] Implement `ranges::sample`.Konstantin Varlamov1-1/+1
2022-08-05[libc++][ranges] Implement `ranges::replace_copy{,_if}`.Nikolas Klauser1-2/+2
2022-08-05[libc++][ranges] Implement `ranges::remove_copy{, _if}`.Nikolas Klauser1-2/+2
2022-08-05[libc++] Update documentation on testing libc++Louis Dionne1-105/+17
2022-08-05[libc++][format] Enables feature-test macro.Mark de Wever1-1/+1
2022-08-05[libc++][doc] Updates status documents.Mark de Wever2-2/+71
2022-08-02[libc++][ranges][NFC] Fix a few links on the Ranges status page.Konstantin Varlamov1-4/+4
2022-08-02[libc++][ranges] Implement `std::ranges::partial_sort_copy`.Konstantin Varlamov1-1/+1
2022-08-02[libc++] Rename __libcpp_assertion_handler to __libcpp_verbose_abortLouis Dionne1-32/+31
2022-08-02[libc++][ranges] implement `std::ranges::unique{_copy}`Hui Xie1-2/+2
2022-08-02[libc++][ranges] implement `std::ranges::inplace_merge`Hui Xie1-1/+1
2022-07-29[libc++] Implement P1004R2 (constexpr std::vector)Nikolas Klauser2-1/+2
2022-07-26[libc++][ranges] Implement `ranges::is_heap{,_until}`.Konstantin Varlamov1-2/+2
2022-07-26[libc++][ranges] Implement `ranges::generate{,_n}`.Konstantin Varlamov1-2/+2
2022-07-26[libc++] Generalize the customizeable assertion handlerLouis Dionne1-3/+7
2022-07-22[libc++][ranges] Implement `ranges::shuffle`.Konstantin Varlamov1-1/+1
2022-07-22[libc++] Take advantage of -fexperimental-library in libc++Louis Dionne4-12/+28
2022-07-22[libc++] Support int8_t and uint8_t in integer distributions as an extensionLouis Dionne2-2/+13
2022-07-22[libc++][ranges] implement `std::ranges::includes`Hui Xie1-1/+1
2022-07-22[libc++][ranges] implement `std::ranges::equal_range`Hui Xie1-1/+1
2022-07-21[libc++] Reorganize release notesLouis Dionne1-50/+56
2022-07-21[libc++][NFC] Fix weird unicode character in release notesLouis Dionne1-21/+21
2022-07-20[libc++][ranges] Implement `std::ranges::partition_{point,copy}`.Konstantin Varlamov1-2/+2
2022-07-20[libc++][format] Updates the status page.Mark de Wever1-1/+1
2022-07-20[libc++][doc] Updates the release notes.Mark de Wever1-34/+49
2022-07-20[libc++] Implement P1423R3 (char8_t backward compatibility remediation)Nikolas Klauser3-2/+3
2022-07-19[libc++][ranges] Implement `ranges::partial_sort`.varconst1-2/+2
2022-07-19[libc++] Drop the legacy debug mode symbols by defaultLouis Dionne1-4/+5
2022-07-19[libc++] Treat incomplete features just like other experimental featuresLouis Dionne3-104/+1
2022-07-19[libc++] Re-apply "Always build c++experimental.a""Louis Dionne2-33/+12
2022-07-18[libc++][ranges] Implement `ranges::{,stable_}partition`.Konstantin Varlamov1-4/+4
2022-07-18Revert "[libc++] Always build c++experimental.a"Hans Wennborg2-12/+33
2022-07-15[libc++] Update RangesAlgorithms.csvNikolas Klauser1-8/+8
2022-07-14[libc++][ranges] implement `std::ranges::set_union`Hui Xie1-1/+1
2022-07-13[libc++][ranges] implement `std::ranges::set_symmetric_difference`Hui Xie1-1/+1
2022-07-13[libc++] Implement ranges::find_end, ranges::search{, _n}Nikolas Klauser1-3/+3