summaryrefslogtreecommitdiff
path: root/unittests/Support/Path.cpp
Commit message (Expand)AuthorAge
* Fix an inconsistency in treatment of trailing / in path::const_iteratorBen Langmuir2014-03-05
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-02
* [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.Chandler Carruth2014-03-01
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Fix windows unittest I missed in the raw_fd_ostream constructor change.Rafael Espindola2014-02-24
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-23
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-31
* Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola2014-01-10
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-15
* Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-14
* Path: Add tests for existing file magics.Rui Ueyama2013-11-13
* Whitespace.Rui Ueyama2013-11-13
* Try to fix the build on windows.Rafael Espindola2013-10-25
* Fixes a bug when iterating on pathsTareq A. Siraj2013-08-12
* Fix windows' implementation of status when a file doesn't exist.Rafael Espindola2013-07-31
* Implement getUniqueID for directories on windows.Rafael Espindola2013-07-30
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-29
* Don't end a file name with a dot. It looks odd.Rafael Espindola2013-07-25
* Add a unit test for checking that we respect the F_Binary flag.Rafael Espindola2013-07-19
* Remove dead code.Rafael Espindola2013-07-18
* Add a wrapper for open.Rafael Espindola2013-07-16
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-08
* Fix windows build.Rafael Espindola2013-07-05
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-05
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-27
* Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.Rafael Espindola2013-06-20
* Modified the implementation of fs::GetUniqueID on Windows such that it actual...Aaron Ballman2013-06-19
* Move PathV2.h to Path.hRafael Espindola2013-06-11
* [Support][FileSystem] Fix identify_magic for big endian ELF.Michael J. Spencer2013-04-05
* Test case for graceful handling of long file names on Windows. Patch thanks ...Aaron Ballman2013-03-16
* [Support][Test] Missed this in the API change.Michael J. Spencer2013-03-14
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-30
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-15
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-15
* unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.FileMapping for now.NAKAMURA Takumi2012-06-24
* unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.Permissions for now.NAKAMURA Takumi2012-06-24
* Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik2012-06-20
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-12
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-12
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-12
* unittests/Support/Path.cpp: [recursive_directory_iterator] Work around for en...NAKAMURA Takumi2011-12-09
* unittests/SupportTests: Fix test. pop modifies the current entry, thus theMichael J. Spencer2011-12-09
* unittests/SupportTests: Add some outs()'s to debug the issues on some bots.Michael J. Spencer2011-12-09
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-08
* Adds llvm::sys::path::is_separator() to test whether a char is a path separatorZhanyong Wan2011-02-11
* Unittests/Support/Path: Tweak test.Michael J. Spencer2011-01-15
* UnitTests/Path: Add magical tests. This will also test identify_magic.Michael J. Spencer2011-01-06
* UnitTests/Path: More ASSERT_NO_ERROR cleanup.Michael J. Spencer2011-01-06
* UnitTests/Path: Fix typo, add error number, and enable the directory cleanup ...Michael J. Spencer2011-01-05