aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2021-02-23[libc++] Fix extern-templates.sh.cpp test on Linuxllvmorg-12.0.0-rc2Louis Dionne1-1/+1
2021-02-23[libc++] Fix extern template test failing on WindowsLouis Dionne1-1/+1
2021-02-15Define new/delete in libc++ when using libcxxrtDimitry Andric2-0/+11
2021-02-08[🍒][libc++] Fix libcxx build on 32bit architectures with 64bit time_t defa...Louis Dionne1-0/+6
2021-02-08[🍒]Disable CFI in __get_elem to allow casting a pointer to uninitialized m...Reid Kleckner1-1/+1
2021-02-08[🍒][libc++] Rename include/support to include/__supportLouis Dionne30-65/+66
2021-01-27Drop the 'git' suffix from various version variablesTom Stellard1-1/+1
2021-01-26[libc++] Give `MoveOnly` all six comparison operators, not just == and <.Arthur O'Dwyer1-0/+4
2021-01-26[libc++] Fix oss-fuzz buildLouis Dionne1-0/+2
2021-01-25[libcxx] random_device, for OpenBSD specify optimal entropy propertiesBrad Smith1-0/+2
2021-01-25[libc++] Support immovable return types in std::function.Arthur O'Dwyer4-6/+159
2021-01-25libcxx: Try to fix build after D92044Nico Weber1-1/+1
2021-01-25[libc++] Fix build after 51faba35fd81fbd3af407a29c136895a718ccd96Ruslan Arutyunyan1-6/+4
2021-01-25[libc++] [P0879] constexpr std::reverse, partition, *_permutation.Arthur O'Dwyer7-41/+85
2021-01-25[libc++] Implement [P0769] "Add shift to algorithm" (shift_left, shift_right)Arthur O'Dwyer9-48/+393
2021-01-25[libc++][doc] Update the release notes.Mark de Wever2-2/+25
2021-01-25[libc++] Implement P0655R1 visit<R>: Explicit Return Type for visitRuslan Arutyunyan6-81/+583
2021-01-25[libc++] Set CMAKE_FOLDER. NFC.Marek Kurdej2-0/+4
2021-01-24[SystemZ][ZOS] Provide PATH_MAX macro for libcxxZbigniew Sarbinowski1-1/+5
2021-01-23[libc++] Remove invalid C++20 code from a test.Mark de Wever1-8/+0
2021-01-23[libc++] Implements concept destructibleMark de Wever3-2/+94
2021-01-22[libc++] Introduce __bitsThorsten Schütt5-117/+150
2021-01-22[libc++] Bring back mach_absolute_time implementation of steady_clockLouis Dionne1-0/+59
2021-01-22[NFC][libc++] Update the implementation status.Mark de Wever1-1/+1
2021-01-22[libc++] Fix broken build when merging libc++abi into libc++ on AppleLouis Dionne1-1/+4
2021-01-21[libcxx] Check return value for asprintf()Brad Smith1-10/+10
2021-01-21[libc++] Use ioctl when available to get random_device entropy.Marek Kurdej2-5/+25
2021-01-20[libc++] Split re.alg tests into locale-dependent and independent testsAlex Richardson17-720/+897
2021-01-19[libc++][P1679] add string containsWim Leflere14-36/+463
2021-01-19[libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistentLouis Dionne36-41/+155
2021-01-19[libc++] Unbreak the debug modeLouis Dionne4-47/+104
2021-01-19[CMake] Remove dead code setting policies to NEWRaul Tambre2-24/+3
2021-01-19[libc++] Sync TEST_HAS_TIMESPEC_GET and _LIBCPP_HAS_TIMESPEC_GET on FreeBSDAlex Richardson1-2/+4
2021-01-19[libc++] [P0935] [C++20] Eradicating unnecessarily explicit default construct...Marek Kurdej49-268/+1194
2021-01-18Regenerate the feature test macro unit-tests. NFCI.Arthur O'Dwyer2-10/+10
2021-01-18[libc++] NFCI: Refactor allocator_traitsLouis Dionne2-455/+267
2021-01-18[libc++] improve feature test macro scriptWim Leflere1-47/+52
2021-01-18[libc++] Rename check-cxx-deps to cxx-test-depends for consistencyLouis Dionne2-5/+5
2021-01-15Fix libc++ clang-cl build, swap attribute orderReid Kleckner2-6/+6
2021-01-15[libcxx testing] Fix UB in tests for std::lock_guardIgor Kudrin2-2/+14
2021-01-12[libc++] Give extern templates default visibility on gccShoaib Meenai2-7/+1
2021-01-12[libcxx] Avoid overflows in the windows __libcpp_steady_clock_now()Martin Storsjö2-1/+6
2021-01-12[libcxx] Port to OpenBSDBrad Smith4-5/+32
2021-01-12[libc++] Add a missing `<_Compare>` template argument.Arthur O'Dwyer1-3/+4
2021-01-12[libc++] [C++2b] [P1048] Add is_scoped_enum and is_scoped_enum_v.Marek Kurdej8-26/+155
2021-01-11[libc++] Turn off auto-formatting of generated files. NFC.Marek Kurdej51-0/+102
2021-01-08[libc++] NFC: Document the Differential queries to avoid duplicating workLouis Dionne1-0/+10
2021-01-08[libc++] Mark [P0809] "LWG2831: Comparing Unordered Containers" as Nothing To...Arthur O'Dwyer1-1/+1
2021-01-08[libc++] Mark [P0475] "LWG2511: guaranteed copy elision for piecewise constru...Arthur O'Dwyer1-1/+1
2021-01-08Re-enable __cpp_lib_constexpr_functional.Arthur O'Dwyer5-47/+22