aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/experimental
AgeCommit message (Expand)AuthorFilesLines
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser1-2/+2
2022-11-01[libc++][PMR] Deprecate the implementation in std::experimentalNikolas Klauser1-0/+2
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser1-1/+1
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer1-6/+6
2022-02-15[libc++] Rename *SAFE_STATIC to *CONSTINIT, and normalize its uses.Arthur O'Dwyer2-4/+4
2021-12-26Ensure newlines at the end of files (NFC)Kazu Hirata1-1/+1
2021-12-20[libcxx] Add deprecation notices to macros deprecated in P0883R2Raul Tambre1-2/+1
2021-12-13[libc++] Change workaround for init_priority((100)) outside of system headersLouis Dionne2-3/+5
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-10-06[libc++] Use init_priority(100) when possibleLouis Dionne1-0/+2
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne1-7/+7
2021-02-09[libc++] Remove C++11 work-arounds in src.Mark de Wever1-6/+1
2020-11-20Guard init_priority attribute within libc++Zbigniew Sarbinowski1-10/+0
2019-12-02[libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny1-1/+1
2019-09-13Fix build in C++20Eric Fiselier1-2/+2
2019-07-22[runtimes] Don't depend on libpthread on AndroidYi Kong1-1/+1
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek1-1/+1
2019-05-30[runtimes] Support ELF dependent libraries featurePetr Hosek1-0/+3
2019-03-09LWG 2843 "Unclear behavior of std::pmr::memory_resource::do_allocate()"Eric Fiselier1-10/+14
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-25Implement sized deallocation for std::allocator and friends.Eric Fiselier1-2/+3
2018-10-25Temporarily Revert "Implement sized deallocation for std::allocator and frien...Eric Christopher1-2/+2
2018-10-24Implement sized deallocation for std::allocator and friends.Eric Fiselier1-2/+2
2018-07-27Implement <filesystem>Eric Fiselier4-2597/+0
2018-07-26Be more consistent about which bool value means an error occurredEric Fiselier1-6/+6
2018-07-26Cleanup the last_write_time internalsEric Fiselier2-17/+26
2018-07-26Fix attribute placement WRT extern CEric Fiselier1-2/+2
2018-07-26[libc++] Add hack to allow ubsan to work w/o compiler-rt (__muloti4 is undefi...Eric Fiselier1-0/+55
2018-07-25[libc++] Follow-up to r337968: use an explicit cast as suggested by EricAlex Lorenz1-2/+4
2018-07-25Fix GCC build in C++14 w/o c++14 constexprEric Fiselier1-1/+1
2018-07-25Fix failing test under C++14Eric Fiselier1-2/+2
2018-07-25[libc++] Follow-up to r337960: specify lambda's return type to avoidAlex Lorenz1-1/+1
2018-07-25Make <experimental/filesystem> compile with gcc 4.8.5Eric Fiselier1-2/+2
2018-07-25[libc++] Use __int128_t to represent file_time_type.Eric Fiselier2-159/+186
2018-07-25Fix bugs in create_directory implementation.Eric Fiselier1-2/+4
2018-07-25Make <experimental/filesystem> explicitly require C++11.Eric Fiselier1-2/+0
2018-07-25Ensure path::iterator and PathParser share the same enumeration values.Eric Fiselier1-11/+10
2018-07-23Handle DT_UNKNOWN correctly during directory iteration.Eric Fiselier1-1/+4
2018-07-23Recommit "Use possibly cached directory entry values when performing recursiv...Eric Fiselier1-3/+4
2018-07-23Revert "Use possibly cached directory entry values when performing recursive ...Eric Fiselier1-2/+2
2018-07-23Cleanup unnecessary conversions in filesystem.Eric Fiselier1-2/+2
2018-07-23Cleanup name qualification in the filesystem internals.Eric Fiselier3-118/+118
2018-07-23Use possibly cached directory entry values when performing recursive director...Eric Fiselier1-2/+2
2018-07-23Work around various GCC 4.9 build errorsEric Fiselier2-9/+14
2018-07-23Implement filesystem_error::what() and improve reporting.Eric Fiselier3-373/+494
2018-07-22Workaround bug in GCC trunk.Eric Fiselier1-4/+4
2018-07-22Harden copy_file even more.Eric Fiselier1-5/+7
2018-07-22Implement a better copy_file.Eric Fiselier1-79/+279
2018-07-20adjust incorrect commentEric Fiselier1-1/+2
2018-07-20Use _LIBCPP_UNREACHABLE to convince GCC that non-void functions actually alwa...Eric Fiselier1-2/+2