Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use hard links to link sysroot files within ModuleCache. | Oleksiy Vyalov | 2015-05-08 | 1 | -0/+9 |
* | Use llvm::sys::fs::create_directories to create new directory on Windows. | Oleksiy Vyalov | 2015-04-10 | 1 | -2/+7 |
* | Avoid crashing by not mmap'ing files on network mounted file systems. | Greg Clayton | 2015-02-23 | 1 | -0/+12 |
* | Introduce FileSystem::CalculateMD5AsString that supports any platform and mak... | Oleksiy Vyalov | 2015-02-20 | 1 | -6/+0 |
* | Fix some posix assumptions related to running shell commands. | Zachary Turner | 2014-12-08 | 1 | -1/+1 |
* | Reverting r223548 which broke running in the shell on OS X. | Jim Ingham | 2014-12-06 | 1 | -1/+1 |
* | Fix some posix assumptions related to running shell commands. | Zachary Turner | 2014-12-06 | 1 | -1/+1 |
* | Move FileSystem functions out of Host and into their own classes. | Zachary Turner | 2014-08-15 | 1 | -0/+146 |