summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* [Support] Tweak path::system_temp_directory() on Windows.Pawel Bylica2015-11-171-16/+15
* Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Win...Pawel Bylica2015-11-061-10/+37
* [Support] Use GetTempDir to get the temporary dir path on Windows.Pawel Bylica2015-11-061-37/+10
* Use static instead of anonymous namespace for helper functions. NFC.Pawel Bylica2015-11-021-4/+2
* [Support] Extend sys::path with user_cache_directory function.Pawel Bylica2015-11-021-0/+4
* Make a bunch of static arrays const.Craig Topper2015-10-181-4/+6
* Use Windows Vista API to get the user's home directoryPawel Bylica2015-10-161-7/+11
* Fix rename() sometimes failing if another process uses openFileForRead()Greg Bedwell2015-10-121-10/+28
* ScanDirForExecutable on Windows fails to find executables with the "exe" exte...Reid Kleckner2015-09-101-0/+5
* Thread premissions through sys::fs::create_director{y|ies}Frederic Riss2015-08-061-1/+2
* Replace windows_error calls with mapWindowsError.Yaron Keren2015-05-041-29/+25
* [FS] Report errors from llvm::sys::fs::rename on WindowsReid Kleckner2015-04-101-0/+1
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-2/+2
* Remove the last unnecessary member variable of mapped_file_region. NFC.Rafael Espindola2014-12-161-11/+6
* Convert a member variable to a local variable. NFC.Rafael Espindola2014-12-161-3/+3
* Remove unused member and simplify. NFC.Rafael Espindola2014-12-161-22/+3
* Remove silly left over from the Windows resize_file implementation.Rafael Espindola2014-12-121-1/+0
* Pass a FD to resise_file and add a testcase.Rafael Espindola2014-12-121-12/+4
* Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola2014-12-111-39/+7
* Remove dead code. NFC.Rafael Espindola2014-12-111-48/+0
* More long path name support on Windows, this time in program execution.Paul Robinson2014-11-241-4/+8
* silence gcc 4.9.1 warning in /llvm/lib/Support/Windows/Path.inc:564:39:Yaron Keren2014-11-171-1/+1
* Improve long path name support on Windows.Paul Robinson2014-11-131-38/+66
* Misc cleanups to the FileSytem api.Rafael Espindola2014-09-111-33/+13
* Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola2014-09-031-4/+16
* Merge TempDir and system_temp_directory.Rafael Espindola2014-08-261-17/+45
* Remove dead code. Fixes pr20544.Rafael Espindola2014-08-081-5/+0
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-7/+7
* Fix build on windows.Rafael Espindola2014-06-131-84/+89
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-4/+4
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-121-4/+4
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-121-2/+2
* Implement get_magic with generic tools and inline it.Rafael Espindola2014-06-111-42/+0
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-8/+9
* Remove windows_error.Rafael Espindola2014-06-111-30/+36
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-311-2/+2
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-25/+25
* delete dead code.Rafael Espindola2014-05-311-11/+0
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-111-0/+5
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-111-1/+2
* Revert create_symbolic_link and both depending changesReid Kleckner2014-03-061-19/+0
* [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis2014-03-061-0/+19
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-011-2/+0
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-241-130/+13
* Use static instead of an anonymous namespace.Rafael Espindola2014-02-231-21/+19
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-231-32/+20
* [Support] Correctly handle zero length inputs to UTF conversion functions on ...Michael J. Spencer2014-02-201-32/+30
* Remove dead code.Rafael Espindola2014-02-131-32/+0
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-121-1/+1
OpenPOWER on IntegriCloud