summaryrefslogtreecommitdiffstats
path: root/libcxx/src/filesystem
Commit message (Expand)AuthorAgeFilesLines
* [libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny2019-12-021-1/+1
* [libcxx][NFC] Strip trailing whitespace, fix typo.Stephan T. Lavavej2019-10-231-1/+1
* [libc++] Fix directory_iterator compilation on Win32Nico Weber2019-08-311-6/+6
* Fix missing __muloti4 function with UBSANEric Fiselier2019-08-211-1/+1
* [runtimes] Don't depend on libpthread on AndroidYi Kong2019-07-221-1/+1
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-301-1/+1
* [runtimes] Support ELF dependent libraries featurePetr Hosek2019-05-301-0/+4
* Handle cases where the dirent::d_type macros aren't definedEric Fiselier2019-02-011-0/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* [hurd] Fix unconditional use of PATH_MAXEric Fiselier2019-01-171-6/+25
* Fix size_t/off_t mixup in std::filesystem.Dan Albert2019-01-151-1/+2
* Implement LWG 3096: path::lexically_relative is confused by trailing slashesEric Fiselier2018-12-211-3/+6
* Implement LWG 2936: Path comparison is defined in terms of the generic formatEric Fiselier2018-12-211-13/+84
* Add basic_string::__resize_default_init (from P1072)Eric Fiselier2018-11-261-12/+19
* [cxx2a] Fix warning triggered by r343285Vitaly Buka2018-09-291-1/+0
* Implement <filesystem>Eric Fiselier2018-07-274-0/+2566
OpenPOWER on IntegriCloud