aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/Path.inc
AgeCommit message (Expand)AuthorFilesLines
2014-12-16Remove the last unnecessary member variable of mapped_file_region. NFC.Rafael Espindola1-11/+6
2014-12-16Convert a member variable to a local variable. NFC.Rafael Espindola1-3/+3
2014-12-16Remove unused member and simplify. NFC.Rafael Espindola1-22/+3
2014-12-12Remove silly left over from the Windows resize_file implementation.Rafael Espindola1-1/+0
2014-12-12Pass a FD to resise_file and add a testcase.Rafael Espindola1-12/+4
2014-12-11Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola1-39/+7
2014-12-11Remove dead code. NFC.Rafael Espindola1-48/+0
2014-11-24More long path name support on Windows, this time in program execution.Paul Robinson1-4/+8
2014-11-17silence gcc 4.9.1 warning in /llvm/lib/Support/Windows/Path.inc:564:39:Yaron Keren1-1/+1
2014-11-13Improve long path name support on Windows.Paul Robinson1-38/+66
2014-09-11Misc cleanups to the FileSytem api.Rafael Espindola1-33/+13
2014-09-03Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola1-4/+16
2014-08-26Merge TempDir and system_temp_directory.Rafael Espindola1-17/+45
2014-08-08Remove dead code. Fixes pr20544.Rafael Espindola1-5/+0
2014-06-13Finishing touch for the std::error_code transition.Rafael Espindola1-7/+7
2014-06-13Fix build on windows.Rafael Espindola1-84/+89
2014-06-12Replace llvm::error_code with std::error_code.Rafael Espindola1-4/+4
2014-06-12Don't import make_error_code into the llvm namespace.Rafael Espindola1-4/+4
2014-06-12Don't put generic_category in the llvm namespace.Rafael Espindola1-2/+2
2014-06-11Implement get_magic with generic tools and inline it.Rafael Espindola1-42/+0
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-8/+9
2014-06-11Remove windows_error.Rafael Espindola1-30/+36
2014-05-31Turn errc and windows_error into enum classes.Rafael Espindola1-2/+2
2014-05-31Use error_code() instead of error_code::succes()Rafael Espindola1-25/+25
2014-05-31delete dead code.Rafael Espindola1-11/+0
2014-03-11support: add a utility function to normalise path separatorsSaleem Abdulrasool1-0/+5
2014-03-11Cleanup the interface for creating soft or hard links.Rafael Espindola1-1/+2
2014-03-06Revert create_symbolic_link and both depending changesReid Kleckner1-19/+0
2014-03-06[Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis1-0/+19
2014-03-01[C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth1-2/+0
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-1/+1
2014-02-24Share a createUniqueEntity implementation between unix and windows.Rafael Espindola1-130/+13
2014-02-23Use static instead of an anonymous namespace.Rafael Espindola1-21/+19
2014-02-23Simplify remove, create_directory and create_directories.Rafael Espindola1-32/+20
2014-02-20[Support] Correctly handle zero length inputs to UTF conversion functions on ...Michael J. Spencer1-32/+30
2014-02-13Remove dead code.Rafael Espindola1-32/+0
2014-02-12Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner1-1/+1
2014-02-12Windows/Path.inc: Move <shlobj.h> after "Windows.h" for some API available.NAKAMURA Takumi1-2/+3
2014-02-11Using the helper API for random number generation.Aaron Ballman1-13/+1
2014-02-01Hopefully fix mingw32 bots.Peter Collingbourne1-1/+1
2014-01-31Introduce llvm::sys::path::home_directory.Peter Collingbourne1-0/+17
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+3
2013-12-05Correct word hyphenationsAlp Toker1-1/+1
2013-10-07Windows: Be more explicit with Win32 APIsDavid Majnemer1-12/+30
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer1-14/+15
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer1-15/+14
2013-10-06Windows: Add support for unicode command linesDavid Majnemer1-14/+15
2013-09-10Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama1-56/+61
2013-08-22[Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...NAKAMURA Takumi1-2/+2
2013-08-22Whitespace.NAKAMURA Takumi1-3/+3