summaryrefslogtreecommitdiffstats
path: root/lib/Support/Windows/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-0/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-134/+25
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-94/+137
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-170/+129
* Update to LLVM 3.5a.Stephen Hines2014-04-241-254/+101
* 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
* On Windows, autolink advapi32 from Path.inc for CryptAcquireContextWReid Kleckner2013-08-071-0/+4
* Fix windows' implementation of status when a file doesn't exist.Rafael Espindola2013-07-311-6/+11
* Implement getUniqueID for directories on windows.Rafael Espindola2013-07-301-18/+14
* Remove dead code.Rafael Espindola2013-07-301-3/+0
* Make file_status::getUniqueID const.Rafael Espindola2013-07-291-1/+1
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-291-19/+8
* Initialize TempFileHandle.Serge Pavlov2013-07-191-1/+1
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-191-0/+54
* Small improvement to the use of GetFileType:Rafael Espindola2013-07-181-1/+8
* Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...NAKAMURA Takumi2013-07-181-0/+13
* Remove dead code.Rafael Espindola2013-07-181-23/+0
* Fix a funny typo. Thanks to Aaron Ballman for noticing.Rafael Espindola2013-07-171-1/+1
* Add FILE_SHARE_WRITE to openFileForRead.Rafael Espindola2013-07-171-1/+1
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-171-0/+31
* [Support] Fix some warnings when self-hosting clang on WindowsReid Kleckner2013-07-161-2/+0
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-161-22/+38
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-161-9/+6
* Add include to hopefully fix windows build.Craig Topper2013-07-151-0/+1
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-1/+1
* Use status to implement file_size.Rafael Espindola2013-07-101-21/+0
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-081-34/+0
* Improvements to unique_file and createUniqueDirectory.Rafael Espindola2013-06-281-135/+134
* Rename PathV2 to just Path now that it is the only one.Rafael Espindola2013-06-261-0/+1092
* PathV1 is deprecated since the 18th of Dec 2010. Remove it.Rafael Espindola2013-06-261-587/+0
* Remove sys::GetMainExecutable.Rafael Espindola2013-06-261-9/+0
* Remove PathWithStatus.Rafael Espindola2013-06-261-29/+0
* Move GetEXESuffix to the one place it is used.Rafael Espindola2013-06-251-4/+0
* Remove sys::PathSeparator.Rafael Espindola2013-06-251-2/+0
* Remove Path::getDirectoryContents.Rafael Espindola2013-06-191-48/+0
* Remove Path::canExecute.Rafael Espindola2013-06-191-7/+0
* Remove Path::canWrite.Rafael Espindola2013-06-181-7/+0
* Remove unused Path::canRead.Rafael Espindola2013-06-181-7/+0
* Remove uniqueID from PathV1.h.Rafael Espindola2013-06-181-7/+0
* Add GetCurrentDirectory back.Rafael Espindola2013-06-141-0/+10
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-141-10/+0
* Remove Path::getMagicNumber.Rafael Espindola2013-06-121-25/+0