- 5310428 Revert r146363 to allow buildbots to make forward progress. by Chad Rosier · 14 years ago
- 203d780 Support/FileSystem: Implement bool equivalent(file_status A, file_status B); by Michael J. Spencer · 14 years ago
- 32ef4d2 Support/FileSystem: Implement canonicalize. by Michael J. Spencer · 14 years ago
- 0cfb367 unittests/Support/Path.cpp: [recursive_directory_iterator] Work around for end iterator. by NAKAMURA Takumi · 14 years ago
- 9b54a3e unittests/SupportTests: Fix test. pop modifies the current entry, thus the by Michael J. Spencer · 14 years ago
- a5207b9 unittests/SupportTests: Add some outs()'s to debug the issues on some bots. by Michael J. Spencer · 14 years ago
- 0a7625d Support/FileSystem: Implement recursive_directory_iterator and make by Michael J. Spencer · 14 years ago
- 606bb1a Adds llvm::sys::path::is_separator() to test whether a char is a path separator by Zhanyong Wan · 15 years ago
- b587180 Unittests/Support/Path: Tweak test. by Michael J. Spencer · 15 years ago
- 1d3c4a7 UnitTests/Path: Add magical tests. This will also test identify_magic. by Michael J. Spencer · 15 years ago
- 1f06360 UnitTests/Path: More ASSERT_NO_ERROR cleanup. by Michael J. Spencer · 15 years ago
- 42368cc UnitTests/Path: Fix typo, add error number, and enable the directory cleanup code. by Michael J. Spencer · 15 years ago
- 346a133 UnitTests/PathV2: Setup a test fixture to make tracking created file system by Michael J. Spencer · 15 years ago
- 5271486 Support/PathV2: Implement directory iteration on POSIX. by Michael J. Spencer · 15 years ago
- 3b264ba UnitTests/Path: Produce useful diagnostics on error. by Michael J. Spencer · 15 years ago
- f616b21 Support/PathV2: Change most functions in the path namespace to return their work by Michael J. Spencer · 15 years ago
- 1e090f0 Support/PathV2: Remove the error_code return type from all functions in the path by Michael J. Spencer · 15 years ago
- 92903a3 Support/PathV2: Move make_absolute from path to fs. by Michael J. Spencer · 15 years ago
- 7ecd94c Support/FileSystem: Add directory_iterator implementation. by Michael J. Spencer · 15 years ago
- 4fb115d Unittests/Support/PathV2: Add FileSystem tests. by Michael J. Spencer · 15 years ago
- 6e74e11 Support/FileSystem: Add remove implementation. by Michael J. Spencer · 15 years ago
- 23e6bdf unittests/Support/PathV2: remove(3) requires a terminated string. by Benjamin Kramer · 15 years ago
- b5ca644 Unittests/Support/PathV2: Cleanup and remove output. by Michael J. Spencer · 15 years ago
- ab16054 unittests/Support/PathV2: Comment out test because some systems are saying that by Michael J. Spencer · 15 years ago
- 4571040 Support/FileSystem: Add unique_file and exists implementations. by Michael J. Spencer · 15 years ago
- 75942f9 Make valgrind happy. by Michael J. Spencer · 15 years ago
- 9ceae88 unittests/Support/PathV2: Fix -pedantic warning. by Michael J. Spencer · 15 years ago
- a72df5f Support/PathV2: Add is_{absolute,relative} implementation. by Michael J. Spencer · 15 years ago
- 112a769 Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filename,stem,extension} implementation. by Michael J. Spencer · 15 years ago
- 4d0c6fd unittests/Support/PathV2: Make tests much shorter; although harder to understand. by Michael J. Spencer · 15 years ago
- 87106c5 Support/PathV2: Add extension implementation. by Michael J. Spencer · 15 years ago
- 956955e Support/PathV2: Add stem implementation. by Michael J. Spencer · 15 years ago
- 1426920 Support/PathV2: Add filename implementation. by Michael J. Spencer · 15 years ago
- 8002500 Support/PathV2: Add native implementation. by Michael J. Spencer · 15 years ago
- fb3a95d Support/PathV2: Add replace_extension implementation. by Michael J. Spencer · 15 years ago
- 9c59409 Support/PathV2: Add remove_filename implementation. by Michael J. Spencer · 15 years ago
- 545cbdf Support/PathV2: Implement reverse iteration and parent_path. by Michael J. Spencer · 15 years ago
- b775d0b Support/PathV2: Fix 80 col. by Michael J. Spencer · 15 years ago
- 3ef91c5 unittests: Merge SystemTests back into SupportTests. by Michael J. Spencer · 15 years ago[Renamed (96%) from llvm/unittests/System/Path.cpp]
- ebad2f9 Support: Add PathV2 implementation. by Michael J. Spencer · 15 years ago
- 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
- c33a41d unittests: Add initial Path-V2 test. by Michael J. Spencer · 15 years ago
- 9884778 unittests: Add SystemTests. by Michael J. Spencer · 15 years ago