summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/windows/FileSystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unicode support on Win32.Zachary Turner2016-03-221-24/+96
* Make uses of /dev/null portable across OSes.Zachary Turner2015-10-141-0/+3
* Moved ResolveSymbolicLink() to the FileSystem where it belongs, thanksSean Callanan2015-09-181-0/+6
* Remove unused modules from module cache.Oleksiy Vyalov2015-09-181-0/+23
* Implement FileSystem::GetPermissions for Windows. Differential Revision: http...Adrian McCarthy2015-07-171-1/+19
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-18/+23
* Use hard links to link sysroot files within ModuleCache.Oleksiy Vyalov2015-05-081-0/+9
* Use llvm::sys::fs::create_directories to create new directory on Windows.Oleksiy Vyalov2015-04-101-2/+7
* Avoid crashing by not mmap'ing files on network mounted file systems.Greg Clayton2015-02-231-0/+12
* Introduce FileSystem::CalculateMD5AsString that supports any platform and mak...Oleksiy Vyalov2015-02-201-6/+0
* Fix some posix assumptions related to running shell commands.Zachary Turner2014-12-081-1/+1
* Reverting r223548 which broke running in the shell on OS X.Jim Ingham2014-12-061-1/+1
* Fix some posix assumptions related to running shell commands.Zachary Turner2014-12-061-1/+1
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-0/+146
OpenPOWER on IntegriCloud