summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Path.inc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Windows/Path.inc: Move <shlobj.h> after "Windows.h" for some API available.NAKAMURA Takumi2014-02-121-2/+3
* Using the helper API for random number generation.Aaron Ballman2014-02-111-13/+1
* Hopefully fix mingw32 bots.Peter Collingbourne2014-02-011-1/+1
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-311-0/+17
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+3
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* Windows: Be more explicit with Win32 APIsDavid Majnemer2013-10-071-12/+30
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-14/+15
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-15/+14
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-14/+15
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-101-56/+61
* [Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...NAKAMURA Takumi2013-08-221-2/+2
* Whitespace.NAKAMURA Takumi2013-08-221-3/+3
* Switching to using a helper function instead of manually converting the strin...Aaron Ballman2013-08-161-24/+1
OpenPOWER on IntegriCloud