aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/filesystem
AgeCommit message (Expand)AuthorFilesLines
2021-02-17[libcxx] Implement parsing of root_name for paths on windowsMartin Storsjö1-7/+85
2021-02-09[libc++] Remove C++11 work-arounds in src.Mark de Wever1-4/+2
2021-02-05[libcxx] Implement temp_directory_path using GetTempPath on windowsMartin Storsjö1-0/+14
2021-02-05[libcxx] Use the posix code for directory_entry::__do_refreshMartin Storsjö1-43/+0
2021-02-03[libcxx] Implement the read_symlink function for windowsMartin Storsjö2-6/+89
2021-02-03[libcxx] Implement the permissions function for windowsMartin Storsjö2-7/+57
2021-02-02[libcxx] Implement the canonical function for windowsMartin Storsjö2-7/+45
2021-02-02[libcxx] Implement the current_path function for windowsMartin Storsjö2-4/+23
2021-02-02[libcxx] Implement the space function for windowsMartin Storsjö2-2/+39
2021-01-29[libcxx] Sanitize paths before creating symlinks on windowsMartin Storsjö1-0/+3
2021-01-29[libcxx] Hook up a number of operation functions to their windows counterpartsMartin Storsjö2-19/+124
2021-01-29[libcxx] Implement _FilesystemClock::now() and __last_write_time for windowsMartin Storsjö3-2/+44
2021-01-29[libcxx] Implement the stat function family on top of native windows APIsMartin Storsjö3-4/+225
2021-01-24[SystemZ][ZOS] Provide PATH_MAX macro for libcxxZbigniew Sarbinowski1-1/+5
2021-01-07[libcxx] Handle backslash as path separator on windowsMartin Storsjö1-5/+20
2020-12-18[libcxx] Fix the preexisting directory_iterator code for windowsMartin Storsjö3-29/+125
2020-12-18[libcxx] Convert paths to/from the right narrow code page for narrow strings ...Martin Storsjö2-3/+45
2020-12-18[libcxx] Make filesystem::path::value_type wchar_t on windowsMartin Storsjö2-26/+41
2020-12-10[libc++] [P1164] [C++20] Make fs::create_directory() error if there is alread...Marek Kurdej1-2/+20
2020-11-13[libc++] Port the time functions to z/OSZbigniew Sarbinowski1-13/+26
2020-11-12Revert "[SystemZ][ZOS] Porting the time functions within libc++ to z/OS"Louis Dionne1-26/+13
2020-11-12[SystemZ][ZOS] Porting the time functions within libc++ to z/OSZbigniew Sarbinowski1-13/+26
2020-11-03[libcxx] Avoid double frees of file descriptors in the fallback ifstream/ofst...Martin Storsjö1-0/+2
2020-10-30[libc++] Fix tests failing with Clang after removing GCC warningsLouis Dionne1-1/+1
2020-10-30[libc++] NFC: Fix several GCC warnings in the test suiteLouis Dionne1-27/+28
2020-10-28[libc++] Fix a few warningsYAMAMOTO Takashi1-1/+1
2020-10-15[libc++][filesystem] Only include <fstream> when we actually need it in copy_...Louis Dionne1-97/+75
2020-10-15[libc++] NFC: Remove unused includeLouis Dionne1-1/+0
2020-06-09[libc++] Remove workarounds for the lack of clock_gettime on older macOS plat...Louis Dionne1-8/+4
2020-05-14[libc++] Adjust how we guard the inclusion of unistd.hJohn Brawn1-4/+0
2020-05-07[libc++] chrono: check _POSIX_TIMERS before using clock_gettimeMara Sophie Grosch1-1/+5
2019-12-02[libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny1-1/+1
2019-10-23[libcxx][NFC] Strip trailing whitespace, fix typo.Stephan T. Lavavej1-1/+1
2019-08-31[libc++] Fix directory_iterator compilation on Win32Nico Weber1-6/+6
2019-08-21Fix missing __muloti4 function with UBSANEric Fiselier1-1/+1
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/+4
2019-02-01Handle cases where the dirent::d_type macros aren't definedEric Fiselier1-0/+3
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth4-16/+12
2019-01-17[hurd] Fix unconditional use of PATH_MAXEric Fiselier1-6/+25
2019-01-15Fix size_t/off_t mixup in std::filesystem.Dan Albert1-1/+2
2018-12-21Implement LWG 3096: path::lexically_relative is confused by trailing slashesEric Fiselier1-3/+6
2018-12-21Implement LWG 2936: Path comparison is defined in terms of the generic formatEric Fiselier1-13/+84
2018-11-26Add basic_string::__resize_default_init (from P1072)Eric Fiselier1-12/+19
2018-09-29[cxx2a] Fix warning triggered by r343285Vitaly Buka1-1/+0
2018-07-27Implement <filesystem>Eric Fiselier4-0/+2566