[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
[oota-llvm.git] / unittests / Support / Path.cpp
2012-08-15 Michael J. Spencer[PathV2] Add mapped_file_region. Implementation for...
2012-06-24 NAKAMURA Takumiunittests/Support/Path.cpp: [Win32] Suppress FileSystem...
2012-06-24 NAKAMURA Takumiunittests/Support/Path.cpp: [Win32] Suppress FileSystem...
2012-06-20 Nick KledzikAdd permissions(), map_file_pages(), and unmap_file_pag...
2011-12-12 Chad RosierRevert r146363 to allow buildbots to make forward progress.
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement bool equivalent(file_stat...
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement canonicalize.
2011-12-09 NAKAMURA Takumiunittests/Support/Path.cpp: [recursive_directory_iterat...
2011-12-09 Michael J. Spencerunittests/SupportTests: Fix test. pop modifies the...
2011-12-09 Michael J. Spencerunittests/SupportTests: Add some outs()'s to debug...
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-02-11 Zhanyong WanAdds llvm::sys::path::is_separator() to test whether...
2011-01-15 Michael J. SpencerUnittests/Support/Path: Tweak test.
2011-01-06 Michael J. SpencerUnitTests/Path: Add magical tests. This will also test...
2011-01-06 Michael J. SpencerUnitTests/Path: More ASSERT_NO_ERROR cleanup.
2011-01-05 Michael J. SpencerUnitTests/Path: Fix typo, add error number, and enable...
2011-01-05 Michael J. SpencerUnitTests/PathV2: Setup a test fixture to make tracking...
2011-01-05 Michael J. SpencerSupport/PathV2: Implement directory iteration on POSIX.
2011-01-04 Michael J. SpencerUnitTests/Path: Produce useful diagnostics on error.
2010-12-07 Michael J. SpencerSupport/PathV2: Change most functions in the path names...
2010-12-07 Michael J. SpencerSupport/PathV2: Remove the error_code return type from...
2010-12-07 Michael J. SpencerSupport/PathV2: Move make_absolute from path to fs.
2010-12-06 Michael J. SpencerSupport/FileSystem: Add directory_iterator implementation.
2010-12-04 Michael J. SpencerUnittests/Support/PathV2: Add FileSystem tests.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add remove implementation.
2010-12-03 Benjamin Kramerunittests/Support/PathV2: remove(3) requires a terminat...
2010-12-03 Michael J. SpencerUnittests/Support/PathV2: Cleanup and remove output.
2010-12-03 Michael J. Spencerunittests/Support/PathV2: Comment out test because...
2010-12-03 Michael J. SpencerSupport/FileSystem: Add unique_file and exists implemen...
2010-12-01 Michael J. SpencerMake valgrind happy.
2010-12-01 Michael J. Spencerunittests/Support/PathV2: Fix -pedantic warning.
2010-12-01 Michael J. SpencerSupport/PathV2: Add is_{absolute,relative} implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add has_{root_path,root_name,root_direc...
2010-12-01 Michael J. Spencerunittests/Support/PathV2: Make tests much shorter;...
2010-12-01 Michael J. SpencerSupport/PathV2: Add extension implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add stem implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add filename implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add native implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add replace_extension implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add remove_filename implementation.
2010-11-30 Michael J. SpencerSupport/PathV2: Implement reverse iteration and parent_...
2010-11-29 Michael J. SpencerSupport/PathV2: Fix 80 col.
2010-11-29 Michael J. Spencerunittests: Merge SystemTests back into SupportTests.